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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-06
i965: expose RGBA visuals only on Android
Emil Velikov
1
-1
/
+22
2017-09-06
swr/rast: FE/Clipper - unify SIMD8/16 functions using simdlib types
Tim Rowley
3
-1189
/
+446
2017-09-06
swr/rast: Remove use of C++14 template variable
Tim Rowley
2
-6
/
+14
2017-09-06
swr/rast: SIMD16 FE remove templated immediates workaround
Tim Rowley
1
-90
/
+20
2017-09-06
swr/rast: SIMD16 PA - rename Assemble_simd16 to Assemble
Tim Rowley
3
-31
/
+15
2017-09-06
swr/rast: FE/Binner - unify SIMD8/16 functions using simdlib types
Tim Rowley
5
-1739
/
+696
2017-09-06
swr/rast: Removed some trailing whitespace caught during review
Tim Rowley
3
-10
/
+10
2017-09-06
swr: set caps for VB 4-byte alignment
Tim Rowley
1
-3
/
+6
2017-09-06
swr/rast: Allow gather of floats from fetch shader with 2-4GB offsets
Tim Rowley
2
-1
/
+7
2017-09-06
radv: fix error code when resizing the upload BO
Samuel Pitoiset
1
-1
/
+1
2017-09-06
mesa/st/st_glsl_to_tgsi_temprename.cpp: Fix compilation with MSVC
Gert Wollny
1
-1
/
+9
2017-09-06
mesa/st: glsl_to_tgsi: tie in new temporary register merge approach
Gert Wollny
1
-50
/
+16
2017-09-06
mesa/st: glsl_to_tgsi: Add test set for evaluation of rename mapping
Gert Wollny
1
-0
/
+169
2017-09-06
mesa/st: glsl_to_tgsi: add register rename mapping evaluator
Gert Wollny
3
-5
/
+137
2017-09-06
mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime tracker
Gert Wollny
6
-4
/
+1483
2017-09-06
mesa/st: glsl_to_tgsi: implement new temporary register lifetime tracker
Gert Wollny
3
-0
/
+943
2017-09-06
mesa/st: glsl_to_tgsi move some helper classes to extra files
Gert Wollny
4
-287
/
+368
2017-09-06
st_glsl_to_tgsi: rewrite rename registers to use array fully.
Dave Airlie
1
-29
/
+26
2017-09-06
radeonsi/gfx9: proper workaround for LS/HS VGPR initialization bug
Nicolai Hähnle
5
-24
/
+85
2017-09-06
ac/debug: take ASIC generation into account when printing registers
Nicolai Hähnle
2
-107
/
+177
2017-09-06
amd/common: pass chip_class to ac_dump_reg
Nicolai Hähnle
3
-60
/
+75
2017-09-06
ac/sid_tables: add FieldTable object
Nicolai Hähnle
1
-30
/
+85
2017-09-06
ac/sid_tables: remove unused variable varname_values
Nicolai Hähnle
1
-1
/
+0
2017-09-06
radeonsi/gfx9: always flush DB metadata on framebuffer changes
Nicolai Hähnle
3
-4
/
+14
2017-09-06
util/ralloc: set prev-pointers correctly in ralloc_adopt
Nicolai Hähnle
1
-1
/
+3
2017-09-06
mesa/main: Fix GetTextureImage error reporting
Iago Toral Quiroga
1
-1
/
+1
2017-09-06
egl: remove unused 'Screens' array from _egl_display
Tapani Pälli
1
-1
/
+0
2017-09-06
Revert "radv: disable support for VEGA for now."
Dave Airlie
1
-5
/
+0
2017-09-06
radv/gfx9: set descriptor up for base_mip to level range.
Dave Airlie
1
-1
/
+4
2017-09-06
radv: disable 1d/2d linear optimisation on gfx9.
Dave Airlie
1
-3
/
+4
2017-09-06
radv/gfx9: fix buffer size on gfx9.
Dave Airlie
1
-1
/
+1
2017-09-06
radv: Fix vkCopyImage with both depth and stencil aspects.
Bas Nieuwenhuizen
1
-99
/
+107
2017-09-06
mesa/mtypes: repack gl_sampler_object.
Dave Airlie
1
-1
/
+1
2017-09-06
mesa/mtypes: repack gl_texture_object.
Dave Airlie
1
-5
/
+5
2017-09-06
mesa/mtypes: repack gl_shader_program_data.
Dave Airlie
1
-3
/
+3
2017-09-06
mesa/mtypes: reorganise gl_shader
Dave Airlie
1
-4
/
+5
2017-09-06
mesa/mtypes: repack display list structs.
Dave Airlie
1
-3
/
+2
2017-09-06
mesa/mtypes: reduce size of gl_sync_object.
Dave Airlie
1
-1
/
+1
2017-09-06
mesa/mtypes: reorg vertex/fragment program state.
Dave Airlie
1
-6
/
+6
2017-09-06
mesa/bindless: reorder gl_bindless_image gl_bindless_sampler.
Dave Airlie
1
-6
/
+6
2017-09-05
radv: fix a memleak when compiling the GS copy shader
Samuel Pitoiset
1
-0
/
+2
2017-09-05
svga: move index buffer bind flag assertion
Charmaine Lee
1
-3
/
+3
2017-09-05
svga: avoid emitting redundant SetShaderResources and SetVertexBuffers
Charmaine Lee
2
-18
/
+116
2017-09-05
spirv: Add support for the HelperInvocation builtin
Jason Ekstrand
1
-1
/
+4
2017-09-05
loader/dri3: Use client local back to front blit in copySubBuffer if available
Thomas Hellstrom
1
-9
/
+7
2017-09-05
radeonsi/gfx9: implement primitive binning
Marek Olšák
10
-7
/
+489
2017-09-05
radeonsi: add more state flags into si_state_dsa
Marek Olšák
2
-1
/
+23
2017-09-05
radeonsi/gfx9: don't use BREAK_BATCH and FLUSH_DFSM if DFSM is disabled
Marek Olšák
2
-3
/
+4
2017-09-05
vbo: fix build errors on android
Tapani Pälli
1
-1
/
+1
2017-09-04
docs: add news item and link release notes for 17.2.0
Emil Velikov
2
-0
/
+8
[prev]
[next]