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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-09
radeonsi: allow out-of-order rasterization in commutative blending cases
out-of-order
Nicolai Hähnle
6
-4
/
+73
2017-09-09
radeonsi: add drirc option "radeonsi_assume_no_z_fights"
Nicolai Hähnle
5
-4
/
+13
2017-09-09
radeonsi: enable out-of-order rasterization when possible on VI and GFX9 dGPUs
Nicolai Hähnle
7
-6
/
+193
2017-09-09
gallium/radeon: pass old_(perfect_)enable to set_occlusion_query_state
Nicolai Hähnle
4
-4
/
+11
2017-09-09
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
11
-14
/
+18
2017-09-07
mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12
Gert Wollny
1
-0
/
+1
2017-09-07
mesa/st/tests: Fix classic build regressions introduced with 7be6d8fe12
Gert Wollny
1
-1
/
+6
2017-09-07
mesa/main: Fix GetTransformFeedbacki64 for glTransformFeedbackBufferBase
Iago Toral Quiroga
1
-0
/
+22
2017-09-07
radeonsi: don't read tcs_out_lds_layout.patch_stride from an SGPR
Marek Olšák
1
-6
/
+14
2017-09-07
radeonsi: don't read tcs_out_lds_layout.vertex_size from an SGPR
Marek Olšák
3
-6
/
+20
2017-09-07
radeonsi/gfx9: don't read LS out vertex stride from an SGPR in monolithic HS
Marek Olšák
2
-1
/
+11
2017-09-07
radeonsi: don't read the LS output vertex stride from an SGPR in LS
Marek Olšák
1
-4
/
+21
2017-09-07
radeonsi: don't read the number of TCS out vertices from an SGPR in TCS
Marek Olšák
1
-2
/
+15
2017-09-07
radeonsi: don't always apply the PrimID instancing bug workaround on SI
Marek Olšák
1
-1
/
+1
2017-09-07
radeonsi: remove 2 callbacks from si_shader_context
Marek Olšák
3
-17
/
+13
2017-09-07
winsys/amdgpu: disable local BOs on Raven
Marek Olšák
1
-1
/
+2
2017-09-07
disk_cache: make the thread queue resizable and low priority
Marek Olšák
1
-6
/
+8
2017-09-07
loader/dri3: Make sure we invalidate a drawable on size change
Thomas Hellstrom
1
-0
/
+2
2017-09-07
loader/dri3: Process event after each fence wait
Thomas Hellstrom
1
-7
/
+10
2017-09-07
st/mesa: skip draw calls with pipe_draw_info::count == 0
Marek Olšák
1
-1
/
+6
2017-09-07
radv: do not use a bitfield when dirtying the vertex buffers
Samuel Pitoiset
2
-3
/
+4
2017-09-07
radv: remove unused radv_meta_saved_state::vertex_saved field
Samuel Pitoiset
2
-8
/
+0
2017-09-07
mesa: allow user to set MESA_NO_ERROR=0
Eric Engestrom
1
-1
/
+2
2017-09-07
util: rename include guard to avoid clash
Eric Engestrom
1
-3
/
+3
2017-09-07
llvmpipe, tgsi: hook up dx10 gather4 opcode
Roland Scheidegger
2
-8
/
+25
2017-09-07
llvmpipe, draw: increase shader cache limits
Roland Scheidegger
2
-4
/
+2
2017-09-07
ac/surface: reduce gfx9_surface_layout size.
Dave Airlie
1
-2
/
+3
2017-09-07
radv: reduce radv_amdgpu_winsys struct size.
Dave Airlie
1
-3
/
+3
2017-09-07
radv: reduce radv_image struct size.
Dave Airlie
1
-3
/
+2
2017-09-07
radv: reduce radv_shader_variant struct size.
Dave Airlie
1
-1
/
+1
2017-09-07
radv: reduce radv_cmd_state struct size.
Dave Airlie
1
-2
/
+2
2017-09-07
radv: reduce meta_saved_state struct size.
Dave Airlie
1
-4
/
+3
2017-09-07
nir: put compact into bitfields in nir_variable_data
Dave Airlie
1
-1
/
+1
2017-09-06
anv: Annotate entrypoint table with index and func name
Chad Versace
1
-2
/
+2
2017-09-06
radeon/uvd: fix the assertion check for YUYV format
Leo Liu
1
-3
/
+5
2017-09-06
intel: Remove unused device info for KBL GT1.5
Anuj Phogat
1
-11
/
+0
2017-09-06
mesa: replace date/time macros with MESA_GIT_SHA1
Emil Velikov
1
-3
/
+7
2017-09-06
mesa: don't use %s for PACKAGE_VERSION macro
Emil Velikov
2
-4
/
+4
2017-09-06
egl/x11: advertise __DRI_USE_INVALIDATE for DRI2
Emil Velikov
1
-0
/
+1
2017-09-06
egl/x11/dri3: adding missing __DRI_BACKGROUND_CALLABLE extension
Emil Velikov
1
-0
/
+1
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
[next]