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
2016-05-14
glsl: Add arb_cull_distance support (v3)
Tobias Klausmann
12
-39
/
+185
2016-05-14
glsl: Extend lowering pass for gl_ClipDistance to support other arrays (v4)
Tobias Klausmann
3
-95
/
+160
2016-05-14
glsl: rename lower_clip_distance to lower_distance.
Dave Airlie
2
-55
/
+55
2016-05-14
mesa/main: Add support for GL_ARB_cull_distance (v2)
Tobias Klausmann
10
-6
/
+27
2016-05-14
glapi: Add GL_ARB_cull_distance
Tobias Klausmann
1
-1
/
+6
2016-05-13
anv/copy: Fix copying Images from Buffers with larger dimensions
Nanley Chery
1
-8
/
+11
2016-05-13
.mailmap: Fix my email addresses.
Maarten Lankhorst
1
-2
/
+3
2016-05-13
radeonsi/sid_tables: rename reg_table to sid_reg_table
Nicolai Hähnle
2
-3
/
+3
2016-05-13
radeonsi/sid_tables: store offset into global fields table instead of pointer
Nicolai Hähnle
2
-9
/
+16
2016-05-13
radeonsi/sid_tables: store strings by offset instead of by pointer
Nicolai Hähnle
2
-28
/
+141
2016-05-13
r600: remove TABLE_SIZE macro
Nicolai Hähnle
2
-4
/
+2
2016-05-13
r600: move alu_op_table to .c file
Nicolai Hähnle
3
-277
/
+291
2016-05-13
r600: move cf_op_table to .c file
Nicolai Hähnle
2
-108
/
+111
2016-05-13
r600: move fetch_op_table to .c file
Nicolai Hähnle
2
-118
/
+121
2016-05-13
r600: protect r600_isa.h with extern "C"
Nicolai Hähnle
1
-0
/
+8
2016-05-13
gallium/ddebug: Implement launch_grid.
Bas Nieuwenhuizen
1
-0
/
+29
2016-05-13
gallium/ddebug: Support compute states.
Bas Nieuwenhuizen
1
-16
/
+40
2016-05-13
gallium/ddebug: Add passthrough for get_compute_param.
Bas Nieuwenhuizen
1
-0
/
+12
2016-05-12
nir: Remove empty visit_call_src and visit_load_const_src functions
Ian Romanick
1
-17
/
+2
2016-05-12
nir: Silence unused parameter warnings
Ian Romanick
4
-6
/
+9
2016-05-12
vl/dri: fix close fd error out
Leo Liu
1
-3
/
+5
2016-05-12
nvc0: fix indentation in nvc0_invalidate_resource_storage()
Samuel Pitoiset
1
-52
/
+52
2016-05-12
nvc0: save some CPU cycles in nvc0_context_unreference_resources()
Samuel Pitoiset
1
-8
/
+6
2016-05-12
nvc0: invalidate texture buffers for compute
Samuel Pitoiset
1
-3
/
+8
2016-05-12
swr: properly expose compressed format support
Tim Rowley
2
-0
/
+23
2016-05-12
anv: Don't advertise shaderImageGatherExtended
Jason Ekstrand
1
-1
/
+1
2016-05-12
nir: glsl_get_bit_size() should take glsl_type
Rob Clark
9
-21
/
+20
2016-05-12
i965/gen9: Enable lossless compression
Topi Pohjolainen
1
-3
/
+40
2016-05-12
i965: Set render state for lossless compressed
Topi Pohjolainen
3
-1
/
+16
2016-05-12
i965/wm: Don't sample lossless compressed as multisampled
Topi Pohjolainen
1
-1
/
+5
2016-05-12
i965/gen9: Setup MCS for compressed texture surfaces
Topi Pohjolainen
1
-4
/
+5
2016-05-12
i965/blorp: Do not resolve lossless compressed blit sources
Topi Pohjolainen
1
-1
/
+1
2016-05-12
i965/blorp: Prepare blits for lossless compression
Topi Pohjolainen
2
-6
/
+22
2016-05-12
i965: Deferred allocation of mcs for lossless compressed
Topi Pohjolainen
4
-0
/
+66
2016-05-12
i965: Add flag telling if miptree is for client consumption
Topi Pohjolainen
2
-3
/
+13
2016-05-12
i965: Add helper for lossless compression support
Topi Pohjolainen
2
-0
/
+30
2016-05-12
i965/gen9: Prepare surface state setup for lossless compression
Topi Pohjolainen
3
-1
/
+5
2016-05-12
i965/gen8: Expose auxiliary mode resolver
Topi Pohjolainen
2
-5
/
+6
2016-05-12
i965: Relax assertion of halign == 16 for lossless compressed aux
Topi Pohjolainen
1
-1
/
+6
2016-05-12
i965/blorp: Set full resolve for lossless compressed
Topi Pohjolainen
2
-2
/
+8
2016-05-12
i965/blorp: Do not skip fast color clear with new color
Topi Pohjolainen
3
-4
/
+17
2016-05-12
i965: Enable scalar GS by default.
Kenneth Graunke
1
-1
/
+1
2016-05-12
i965: Reduce the SIMD8 GS push constant threshold from 32 to 24.
Kenneth Graunke
1
-2
/
+2
2016-05-12
i965: Delete bogus assertion in emit_gs_input_load().
Kenneth Graunke
1
-1
/
+0
2016-05-12
i965: Support instanced GS inputs in the scalar backend.
Kenneth Graunke
2
-6
/
+36
2016-05-12
i965: Use an early return for the push case in emit_gs_input_load().
Kenneth Graunke
1
-31
/
+34
2016-05-12
i965: Drop BRW_NEW_BLORP from stipple and line parameter packets.
Kenneth Graunke
1
-8
/
+4
2016-05-12
glsl: fixed uninitialized pointer
Jakob Sinclair
1
-0
/
+5
2016-05-11
nvc0: fix gl_SampleMaskIn computation
Ilia Mirkin
10
-5
/
+94
2016-05-11
nv50/ir: generalize interp fixups to be able to fixup anything
Ilia Mirkin
10
-60
/
+71
[next]