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-13
ac/addrlib: relax an assertion
Nicolai Hähnle
1
-1
/
+1
2017-09-13
radeonsi: hard-code pixel center for interpolateAtSample without multisample ...
Nicolai Hähnle
3
-1
/
+33
2017-09-13
radeonsi: apply a mask to gl_SampleMaskIn in the PS prolog
Nicolai Hähnle
3
-5
/
+76
2017-09-13
radeonsi: remove SET_PREDICATION workaround on newer firmware
Nicolai Hähnle
1
-2
/
+4
2017-09-13
amd/common: get ME/PFP/CE firmware feature versions as well
Nicolai Hähnle
3
-4
/
+12
2017-09-13
radeonsi: rename variable to clarify its meaning
Nicolai Hähnle
1
-10
/
+10
2017-09-13
radeonsi: make si_init_shader_selector_async static
Nicolai Hähnle
2
-2
/
+1
2017-09-13
radeonsi: fix segfault in descriptor dumping
Nicolai Hähnle
1
-0
/
+18
2017-09-13
ddebug: write out final driver log messages with GALLIUM_DDEBUG=always
Nicolai Hähnle
3
-2
/
+15
2017-09-13
swr/rast: Fetch compile state changes
Tim Rowley
3
-6
/
+15
2017-09-13
swr/rast: adjust linux cpu topology identification code
Tim Rowley
1
-43
/
+38
2017-09-13
swr/rast: Missed conversion to SIMD_T
Tim Rowley
1
-1
/
+1
2017-09-13
swr/rast: whitespace changes
Tim Rowley
1
-0
/
+2
2017-09-13
swr/rast: add graph write to jit debug putput
Tim Rowley
1
-3
/
+3
2017-09-13
swr/rast: Migrate memory pointers to gfxptr_t type
Tim Rowley
9
-36
/
+36
2017-09-13
swr/rast: Remove hardcoded clip/cull slot from clipper
Tim Rowley
1
-14
/
+21
2017-09-13
swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slot
Tim Rowley
3
-8
/
+15
2017-09-13
swr/rast: Move clip/cull enables in API
Tim Rowley
9
-40
/
+40
2017-09-13
swr/rast: Add new API SwrStallBE
Tim Rowley
2
-0
/
+17
2017-09-13
glsl: compile unused function out
Eric Engestrom
1
-0
/
+2
2017-09-13
radv: compile out unused code
Eric Engestrom
1
-0
/
+2
2017-09-13
radv: clear push_constant_stages when resetting a command buffer
Samuel Pitoiset
1
-0
/
+1
2017-09-13
radv: add more radv_emit_XXX() helpers for the dynamic state
Samuel Pitoiset
1
-40
/
+77
2017-09-13
radv: remove useless 'cmd_buffer' param from radv_buffer_view_init()
Samuel Pitoiset
4
-7
/
+5
2017-09-13
radv/gfx9: fix image resource handling.
Dave Airlie
1
-8
/
+19
2017-09-13
radv/ac: bump params array for image atomic comp swap
Dave Airlie
1
-1
/
+1
2017-09-13
radv/gfx9: set mip0-depth correctly for 2d arrays/3d images
Dave Airlie
1
-2
/
+2
2017-09-13
radv: handle GFX9 1D textures
Dave Airlie
2
-14
/
+76
2017-09-13
radv: don't use iview for meta image width/height.
Dave Airlie
2
-13
/
+21
2017-09-12
intel/eu/validate: Look up types on demand in execution_type()
Jason Ekstrand
1
-4
/
+2
2017-09-12
Revert "winsys/amdgpu: disable local BOs on Raven"
Marek Olšák
1
-2
/
+1
2017-09-12
radv: Don't allocate CMASK for linear images.
Bas Nieuwenhuizen
1
-1
/
+3
2017-09-12
radv: Disable multilayer & multilevel DCC.
Bas Nieuwenhuizen
1
-0
/
+1
2017-09-12
util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a boolean
Eric Engestrom
2
-3
/
+4
2017-09-12
glx: turn LIBGL_NO_DRAWARRAYS into a boolean
Eric Engestrom
1
-1
/
+5
2017-09-12
glx: turn LIBGL_PROFILE_CORE into a boolean
Eric Engestrom
1
-1
/
+1
2017-09-12
glx: turn LIBGL_DUMP_VISUALID into a boolean
Eric Engestrom
1
-1
/
+1
2017-09-12
egl+glx: turn LIBGL_DRI3_DISABLE into a boolean
Eric Engestrom
2
-2
/
+2
2017-09-12
glx: turn LIBGL_ALWAYS_INDIRECT into a boolean
Eric Engestrom
1
-1
/
+1
2017-09-12
glx: turn LIBGL_ALLOW_SOFTWARE into a boolean
Eric Engestrom
1
-2
/
+2
2017-09-12
egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
Eric Engestrom
7
-5
/
+10
2017-09-12
glx: turn LIBGL_DIAGNOSTIC into a boolean
Eric Engestrom
6
-5
/
+16
2017-09-12
gbm: turn GBM_ALWAYS_SOFTWARE into a boolean
Eric Engestrom
3
-3
/
+9
2017-09-12
anv: fix build issues on release build
Tapani Pälli
1
-1
/
+1
2017-09-12
glsl: Disallow unsized array of atomic_uint
Iago Toral Quiroga
1
-0
/
+11
2017-09-12
anv: remove extra 'debug:' from anv_debug_ignored_stype
Tapani Pälli
1
-1
/
+1
2017-09-12
anv: move brw_process_intel_debug_variable to happen early
Tapani Pälli
1
-2
/
+2
2017-09-12
anv: wire up vk_errorf macro to do debug reporting
Tapani Pälli
9
-33
/
+74
2017-09-12
anv: wire up anv_perf_warn macro to do debug reporting
Tapani Pälli
5
-16
/
+141
2017-09-12
anv: implementation of VK_EXT_debug_report extension
Tapani Pälli
5
-0
/
+180
[next]