index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
nine
/
device9.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-12
st/nine: Implement Managed vertex/index buffers
Axel Davy
1
-0
/
+11
2016-02-12
st/nine: Align stack for entry points
Axel Davy
1
-116
/
+116
2016-02-12
st/nine: SCRATCH does support all formats
Axel Davy
1
-1
/
+1
2016-02-12
st/nine: Add format checks to create_zs_or_rt_surface
Axel Davy
1
-0
/
+3
2016-02-12
st/nine: Move texture creation checks
Axel Davy
1
-13
/
+0
2016-02-04
st/nine: Disallow non-argb8888 cursors
Axel Davy
1
-0
/
+1
2016-02-04
st/nine: Use fast clears more often for MRTs
Axel Davy
1
-1
/
+1
2016-02-04
st/nine: Add Render state validation layer
Axel Davy
1
-13
/
+20
2016-02-04
st/nine: Implement NineDevice9_GetAvailableTextureMem
Patrick Rudolph
1
-5
/
+14
2016-02-04
st/nine: Handle Window Occlusion
Patrick Rudolph
1
-3
/
+16
2016-02-04
st/nine: Store minor version num
Patrick Rudolph
1
-3
/
+7
2016-02-04
st/nine: Fix remaining swapchain tests
Patrick Rudolph
1
-0
/
+3
2016-02-04
st/nine: Fix crash NineDevice9_CreateAdditionalSwapChain
Axel Davy
1
-0
/
+4
2016-02-04
st/nine: Fix possible crash on error
Patrick Rudolph
1
-1
/
+2
2016-02-04
st/nine: Fix clear for multisample mismatch depth-stencil
Patrick Rudolph
1
-5
/
+7
2016-02-04
st/nine: Allow ColorFill on D3DFMT_NULL surfaces
Patrick Rudolph
1
-0
/
+2
2016-02-04
st/nine: Introduce STREAMFREQ state
Axel Davy
1
-1
/
+3
2016-02-04
st/nine: Catch redundant SetStreamSourceFreq calls
Axel Davy
1
-0
/
+3
2016-02-04
st/nine: Squash indexbuffer9 and vertexbuffer9
Patrick Rudolph
1
-2
/
+2
2016-02-04
st/nine: Use pipe_resource_reference for vtxbuf
Axel Davy
1
-1
/
+2
2016-02-04
st/nine: Use ff vertex shader when position_t is used
Axel Davy
1
-3
/
+14
2016-02-04
st/nine: Change StretchRect check order
Axel Davy
1
-3
/
+4
2016-01-02
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
1
-3
/
+5
2016-01-02
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
1
-3
/
+3
2016-01-02
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
1
-3
/
+5
2015-08-26
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
1
-1
/
+1
2015-08-21
st/nine: Always use user constant buffers
Krzysztof Sobiecki
1
-1
/
+3
2015-08-21
st/nine: Catch setting the same shader
Axel Davy
1
-0
/
+6
2015-08-21
st/nine: Avoid Constant upload when there is no change
Axel Davy
1
-0
/
+42
2015-08-21
st/nine: Use CSO cache for sampler views
Axel Davy
1
-3
/
+0
2015-08-21
st/nine: Calculate dummy sampler state only once
Axel Davy
1
-3
/
+18
2015-08-21
st/nine: Programmable ps D3DTTSS_PROJECTED support
Axel Davy
1
-0
/
+3
2015-08-21
st/nine: Rework ff constant buffers
Axel Davy
1
-0
/
+8
2015-08-21
st/nine: Rework constant buffer state handling
Axel Davy
1
-63
/
+6
2015-08-21
st/nine: Improve fallback when driver doesn't support user buffers.
Axel Davy
1
-17
/
+53
2015-08-21
st/nine: Avoid useless updates in SetSamplerState
Axel Davy
1
-5
/
+7
2015-08-21
st/nine: Remove group_mask argument from nine_update_state
Axel Davy
1
-7
/
+7
2015-08-21
st/nine: Implement TEXBEM,TEXBEML and BEM
Tiziano Bacocco
1
-1
/
+31
2015-08-21
st/nine: Fix use of uninitialized values
Patrick Rudolph
1
-1
/
+3
2015-08-21
st/nine: Return correct error codes in NineDevice9_Reset
Patrick Rudolph
1
-2
/
+2
2015-08-21
st/nine: Impose restrictions on DXTN texture sizes
Axel Davy
1
-0
/
+7
2015-08-21
st/nine: Fix FillColor Flag check
Axel Davy
1
-5
/
+2
2015-08-21
st/nine: Fix StretchRect checks
Axel Davy
1
-1
/
+5
2015-08-21
st/nine: Implement EvictManagedResources
Axel Davy
1
-4
/
+8
2015-08-21
st/nine: Track managed textures
Axel Davy
1
-0
/
+1
2015-08-21
st/nine: Only update dirty rect for UpdateTexture
Axel Davy
1
-8
/
+39
2015-08-21
st/nine: Simplify NineVolume9_CopyVolume
Axel Davy
1
-2
/
+2
2015-08-21
st/nine: Split NineSurface9_CopySurface
Axel Davy
1
-6
/
+75
2015-08-21
gallium: Add blending to pipe blit
Christoph Bumiller
1
-0
/
+1
2015-08-21
st/nine: Revert to sw cursor in case of failure to set hw cursor
Axel Davy
1
-2
/
+2
[next]