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-01-12
gallium/radeon: do not reallocate user memory buffers
pub-invalidate
Nicolai Hähnle
4
-8
/
+43
2016-01-12
gallium/radeon: implement PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
5
-9
/
+22
2016-01-12
gallium/radeon: reset valid_buffer_range on PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
Nicolai Hähnle
1
-0
/
+3
2016-01-12
st/mesa: implement Driver.InvalidateBufferSubData
Nicolai Hähnle
3
-3
/
+33
2016-01-12
st/mesa: use pipe->invalidate_resource instead of buffer re-allocation
Nicolai Hähnle
1
-13
/
+18
2016-01-12
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
17
-2
/
+23
2016-01-12
mesa: add Driver.InvalidateBufferSubData
Nicolai Hähnle
2
-8
/
+9
2016-01-12
mesa: fix the checks in _mesa_InvalidateBuffer(Sub)Data
Nicolai Hähnle
1
-3
/
+15
2016-01-12
mesa: add MESA_NO_MINMAX_CACHE environment variable
Nicolai Hähnle
2
-0
/
+23
2016-01-12
vbo: disable the minmax cache when the hit rate is low
Nicolai Hähnle
2
-2
/
+34
2016-01-12
mesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer UsageHistory
Nicolai Hähnle
2
-1
/
+3
2016-01-12
vbo: cache/memoize the result of vbo_get_minmax_indices (v3)
Nicolai Hähnle
4
-1
/
+186
2016-01-12
vbo: move vbo_get_minmax_indices into its own source file
Nicolai Hähnle
3
-148
/
+180
2016-01-12
mesa/main: bail earlier for size == 0 in _mesa_clear_buffer_sub_data
Nicolai Hähnle
1
-8
/
+8
2016-01-12
mesa/main: add USAGE_PIXEL_PACK_BUFFER flag to buffer UsageHistory
Nicolai Hähnle
2
-0
/
+10
2016-01-12
mesa/main: add USAGE_TRANSFORM_FEEDBACK_BUFFER flag to buffer UsageHistory
Nicolai Hähnle
2
-0
/
+4
2016-01-12
util/hash_table: add _mesa_hash_table_num_entries
Nicolai Hähnle
2
-3
/
+6
2016-01-12
util/hash_table: add _mesa_hash_table_clear (v4)
Nicolai Hähnle
4
-0
/
+120
2016-01-12
nvc0: do not force re-binding of compute constbufs on Fermi
Samuel Pitoiset
1
-1
/
+1
2016-01-11
meta: Unconditionally set GL_SKIP_DECODE_EXT
Ian Romanick
2
-11
/
+4
2016-01-11
meta: Only bind the sampler in one place
Ian Romanick
2
-8
/
+4
2016-01-11
meta/decompress: Don't pollute the sampler object namespace
Ian Romanick
1
-7
/
+15
2016-01-11
meta/decompress: Save and restore the sampler using gl_sampler_object instead...
Ian Romanick
1
-4
/
+5
2016-01-11
meta/decompress: Track sampler using gl_sampler_object instead of GL API obje...
Ian Romanick
2
-12
/
+12
2016-01-11
meta/decompress: Use internal functions for sampler object access
Ian Romanick
1
-4
/
+9
2016-01-11
meta/generate_mipmap: Don't pollute the sampler object namespace
Ian Romanick
1
-11
/
+11
2016-01-11
meta/generate_mipmap: Save and restore the sampler using gl_sampler_object in...
Ian Romanick
1
-4
/
+5
2016-01-11
meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API...
Ian Romanick
2
-14
/
+17
2016-01-11
meta/generate_mipmap: Use internal functions for sampler object access
Ian Romanick
1
-9
/
+11
2016-01-11
meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sam...
Ian Romanick
1
-7
/
+4
2016-01-11
meta/blit: Save and restore the sampler using gl_sampler_object instead of GL...
Ian Romanick
2
-5
/
+15
2016-01-11
meta/blit: Use internal functions for sampler object access
Ian Romanick
3
-19
/
+25
2016-01-11
meta/blit: Group the SamplerParameteri calls with the other sampler operations
Ian Romanick
1
-4
/
+4
2016-01-11
mesa: Refator _mesa_BindSampler to make _mesa_bind_sampler
Ian Romanick
2
-6
/
+16
2016-01-11
mesa: Add _mesa_set_sampler_srgb_decode method
Ian Romanick
2
-0
/
+14
2016-01-11
mesa: Add _mesa_set_sampler_filters method
Ian Romanick
2
-0
/
+26
2016-01-11
mesa: Add _mesa_set_sampler_wrap method
Ian Romanick
2
-0
/
+20
2016-01-12
nvc0: remove useless goto in nvc0_launch_grid()
Samuel Pitoiset
1
-6
/
+4
2016-01-11
mesa: Mark Identity as const
Ian Romanick
1
-1
/
+1
2016-01-11
configure.ac: always define __STDC_CONSTANT_MACROS
Oded Gabbay
2
-2
/
+2
2016-01-11
i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+.
Kenneth Graunke
1
-3
/
+4
2016-01-11
Add missing platform information for KBL
Mark Janes
1
-0
/
+5
2016-01-11
nv50/ir: the whole point of data array is to hand out regular registers
Ilia Mirkin
1
-1
/
+1
2016-01-11
mesa/uniform_query: add IROUNDD and use for doubles->ints (v2)
Dave Airlie
2
-1
/
+8
2016-01-11
glsl: replace unreachable code path with assert
Timothy Arceri
1
-5
/
+4
2016-01-11
Revert "glsl: replace unreachable code path with assert"
Timothy Arceri
1
-4
/
+5
2016-01-11
glsl: replace unreachable code path with assert
Timothy Arceri
1
-5
/
+4
2016-01-11
glsl: combine if blocks
Timothy Arceri
1
-6
/
+3
2016-01-11
mesa: Update todo regarding StencilOp and StencilOpSeparate.
Rhys Kidd
1
-12
/
+6
2016-01-09
glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable.
Kenneth Graunke
1
-1
/
+6
[next]