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-06-16
WIP st/mesa: memcpy drop-ins for readpixels
readpixels
Nicolai Hähnle
6
-2
/
+843
2016-06-15
st/mesa: use a single memcpy in st_ReadPixels when possible
Nicolai Hähnle
1
-8
/
+15
2016-06-15
compiler/list: avoid downcasting list sentinel nodes (v2)
Nicolai Hähnle
1
-9
/
+7
2016-06-15
compiler/glsl: move list node downcasts after sentinel/counter checks (v2)
Nicolai Hähnle
2
-7
/
+5
2016-06-15
compiler/glsl: avoid downcasting list sentinel nodes (v2)
Nicolai Hähnle
1
-3
/
+4
2016-06-15
compiler/list: avoid downcasting sentinel nodes (v2)
Nicolai Hähnle
2
-7
/
+10
2016-06-15
compiler: guard list iteration macros against undefined behavior (v2)
Nicolai Hähnle
2
-46
/
+65
2016-06-15
st/mesa: cache staging texture for glReadPixels
Nicolai Hähnle
2
-14
/
+110
2016-06-15
st/mesa: invalidate readpixels cache
Nicolai Hähnle
12
-0
/
+17
2016-06-15
st/mesa: add readpix_cache structure
Nicolai Hähnle
3
-0
/
+22
2016-06-15
st/mesa: move ReadPixels blit into a separate function
Nicolai Hähnle
1
-52
/
+78
2016-06-15
st/mesa: flush bitmap cache before CopyImageSubData
Nicolai Hähnle
1
-0
/
+3
2016-06-15
st/mesa: flush bitmap cache before texture functions
Nicolai Hähnle
2
-0
/
+12
2016-06-15
st/mesa: flush bitmap cache before compute dispatch
Nicolai Hähnle
1
-0
/
+3
2016-06-15
radeonsi: fix undefined left-shift into sign bit
Nicolai Hähnle
1
-1
/
+2
2016-06-15
st_glsl_to_tgsi: don't read potentially uninitialized buffer variable
Nicolai Hähnle
1
-1
/
+1
2016-06-15
mesa/main: fix integer overflows in _mesa_image_offset
Nicolai Hähnle
1
-4
/
+4
2016-06-15
i965: remove type_size_vec4_times_4()
Timothy Arceri
4
-17
/
+3
2016-06-14
mesa: Pass gl_constant_value union into _mesa_fetch_state().
Kenneth Graunke
1
-3
/
+5
2016-06-14
gallium/radeon: num-cs-flushes query should display per-frame average
Marek Olšák
1
-1
/
+1
2016-06-14
gallium/radeon: add driver queries for compute/dma call stats and spills
Marek Olšák
6
-1
/
+45
2016-06-14
radeonsi: don't generate "ret void undef"
Marek Olšák
1
-6
/
+14
2016-06-14
radeonsi: try to hit direct hw MSAA resolve by changing micro mode in clear
Marek Olšák
3
-1
/
+107
2016-06-14
radeonsi: clarify the MSAA resolve limitation with scanout
Marek Olšák
1
-1
/
+5
2016-06-14
gallium/radeon: add micro_tile_mode to radeon_surf
Marek Olšák
3
-3
/
+43
2016-06-14
Added pbuffer hooks for surfaceless platform
Gurchetan Singh
2
-5
/
+215
2016-06-14
gallium/util: don't use blocksize for minify for assertions
Roland Scheidegger
1
-20
/
+8
2016-06-14
llvmpipe: hack-fix bugs due to bogus bind flags
Roland Scheidegger
6
-17
/
+28
2016-06-14
freedreno: support start param for sampler views/states
Rob Clark
2
-33
/
+23
2016-06-14
freedreno: only do extra vertex-buffer state logic on a2xx
Rob Clark
1
-8
/
+10
2016-06-14
freedreno: use util_copy_constant_buffer() helper
Rob Clark
1
-6
/
+2
2016-06-14
st/vdpau: replace 0.f and 1.f with 0.0f and 1.0f respectively
Nayan Deshmukh
2
-8
/
+8
2016-06-14
i965: Check return value of screen->image.loader->getBuffers (v2)
Tomasz Figa
1
-6
/
+9
2016-06-14
st/dri: Clear drawable texture_mask in dri2_invalidate_drawable
Michel Dänzer
1
-0
/
+1
2016-06-14
glsl/builtin_variables: Populate MaxCombinedShaderStorageBlocks on GLSL 4.40
Eduardo Lima Mitev
1
-1
/
+1
2016-06-14
st/va: ensure linear memory for dmabuf
Julien Isorce
3
-1
/
+10
2016-06-13
isl: Replace bash generator with python generator
Dylan Baker
4
-137
/
+217
2016-06-14
mesa: Make use of u_bit_scan{,64}.
Mathias Fröhlich
2
-5
/
+5
2016-06-14
mesa/gallium: Move u_bit_scan{,64} from gallium to util.
Mathias Fröhlich
6
-222
/
+237
2016-06-14
clover: Include generated sources in AM_CPPFLAGS
Aaron Watry
1
-0
/
+1
2016-06-13
nv50/ir: make Graph destructor virtual
Stephan Bergmann
1
-1
/
+1
2016-06-13
i965/compiler: Bring back the INTEL_PRECISE_TRIG environment variable
Jason Ekstrand
2
-2
/
+4
2016-06-13
i965: Defeat the register stride checker in pull uniform messages.
Samuel Iglesias Gonsálvez
1
-1
/
+1
2016-06-13
i965: Defeat the register stride checker in URB reads.
Kenneth Graunke
1
-1
/
+1
2016-06-13
i965: Fix issues with number of VS URB entries on Cherryview/Broxton.
Kenneth Graunke
2
-2
/
+5
2016-06-14
glsl: make sure UBO arrays are sized in ES
Timothy Arceri
1
-0
/
+14
2016-06-13
clover: Update OpenCL version string to match OpenGL
Vedran Miletić
2
-2
/
+6
2016-06-13
i965/fs: Fix regs_written for SIMD-lowered instructions some more.
Francisco Jerez
1
-3
/
+3
2016-06-13
i965: Fix cross-primitive scratch corruption when changing the per-thread all...
Francisco Jerez
17
-18
/
+31
2016-06-13
i965: Keep track of the per-thread scratch allocation in brw_stage_state.
Francisco Jerez
8
-49
/
+70
[next]