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
2009-10-11
r300/compiler: Implement constant folding
r300g-glsl
Nicolai Hähnle
1
-1
/
+215
2009-10-11
r300/compiler: Implement simple peephole optimizer
Nicolai Hähnle
8
-47
/
+308
2009-10-11
r300/compiler: Use memory_pool_array_reserve in deadcode elimination
Nicolai Hähnle
1
-13
/
+2
2009-10-11
r300/compiler: Use memory_pool_array_reserve in r500-fragprog_emit
Nicolai Hähnle
1
-17
/
+2
2009-10-11
r300/compiler: Implement branch emulation for R300 fragment programs
Nicolai Hähnle
8
-104
/
+512
2009-10-11
r300g: Fix fragment program constants upload on R300
Nicolai Hähnle
1
-1
/
+1
2009-10-11
r300g: fix blending default state + alpha separate.
Dave Airlie
1
-9
/
+32
2009-10-10
progs/perf: Fix MSVC build.
Vinson Lee
1
-1
/
+1
2009-10-10
Merge branch 'mesa_7_6_branch'
Brian Paul
6
-10
/
+26
2009-10-10
softpipe: fix multi-drawbuffers regression
Brian Paul
1
-3
/
+3
2009-10-10
softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c
Brian Paul
1
-1
/
+6
2009-10-10
r300g: add video surface create and destroy functions
Cooper Yuan
2
-1
/
+65
2009-10-09
radeon: fix scissor regression
Alex Deucher
2
-8
/
+11
2009-10-09
docs: fix aux buffer bug 24426
Brian Paul
1
-0
/
+1
2009-10-09
st/mesa: create aux buffers according to visual
Brian Paul
1
-0
/
+7
2009-10-09
mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()
Brian Paul
1
-1
/
+1
2009-10-08
mesa: regenerated gl_mangle.h file
Brian Paul
1
-0
/
+42
2009-10-08
st/xorg: Old X servers don't deal well with failing accesses
Jakob Bornecrantz
1
-1
/
+5
2009-10-08
st/xorg: More fallback debugging
Jakob Bornecrantz
3
-32
/
+35
2009-10-08
Revert "st/xorg: Debug fallbacks for composite as well"
Jakob Bornecrantz
1
-28
/
+16
2009-10-08
st/xorg: Debug fallbacks for composite as well
Jakob Bornecrantz
1
-16
/
+28
2009-10-08
st/xorg: Use A8 textures for depth 8 pixmaps
Jakob Bornecrantz
1
-1
/
+1
2009-10-08
st/xorg: Fix depth stencil buffers on old X servers
Jakob Bornecrantz
1
-1
/
+4
2009-10-09
progs/tests: Add tests to Makefile.
Vinson Lee
1
-0
/
+7
2009-10-09
softpipe: restore/fix print_vertex() debug helper
Brian Paul
1
-2
/
+6
2009-10-09
progs/perf: Ignores!
Jakob Bornecrantz
1
-0
/
+10
2009-10-09
util: Force ESI register for cpuid's ebx result.
José Fonseca
1
-1
/
+1
2009-10-09
llvmpipe: Eliminate constant mapping/unmapping.
José Fonseca
3
-56
/
+17
2009-10-09
progs: Remove unused empty file.
José Fonseca
1
-0
/
+0
2009-10-09
gdi: Fix the build when llvmpipe is requested (the default) but llvm is not p...
José Fonseca
1
-6
/
+12
2009-10-09
r600: fixup KIL instruction a bit
Andre Maasikas
1
-18
/
+9
2009-10-08
docs: bump libdrm version requirement
Brian Paul
1
-2
/
+2
2009-10-08
mesa: Bump the required libdrm version to reflect reality.
Eric Anholt
1
-1
/
+1
2009-10-08
i965: Use bo_references for the state cache delete function.
Eric Anholt
1
-17
/
+3
2009-10-08
intel: Use new drm_intel_bo_references() to avoid flushing.
Eric Anholt
2
-10
/
+20
2009-10-08
mesa: free display list state after freeing shared state
Brian Paul
1
-1
/
+3
2009-10-08
Merge branch 'mesa_7_6_branch'
Brian Paul
4
-42
/
+58
2009-10-08
progs/tests: Fix MSVC build.
Vinson Lee
1
-1
/
+0
2009-10-07
mesa: clean up extended opcode code
Brian Paul
1
-18
/
+53
2009-10-07
mesa: move gl_list_instruction and gl_list_extensions to dlist.c
Brian Paul
2
-42
/
+52
2009-10-07
mesa: added _mesa_free_display_list_data()
Brian Paul
3
-0
/
+10
2009-10-07
mesa: clean-up display list mem allocation, fix NULL handling
Brian Paul
1
-13
/
+34
2009-10-07
main: replace ALLOC_INSTRUCTION macro with regular function
Brian Paul
1
-199
/
+202
2009-10-07
mesa: rename display list functions
Brian Paul
3
-18
/
+18
2009-10-07
gallium/xlib: call XQueryExtension() in glXQueryExtension()
Brian Paul
1
-4
/
+6
2009-10-07
mesa/xlib: call XQueryExtension() in glXQueryExtension()
Brian Paul
1
-4
/
+6
2009-10-07
i915g: Fix MSVC build.
Vinson Lee
1
-1
/
+1
2009-10-07
mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()
Brian Paul
1
-28
/
+4
2009-10-07
softpipe: new comments
Brian Paul
1
-0
/
+39
2009-10-07
softpipe: whitespace and comment fixes
Brian Paul
1
-11
/
+8
[next]