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-07
softpipe: prefix non-static functions with sp_
Brian Paul
3
-55
/
+55
2009-10-07
r300compiler: fix scons build again
Joakim Sindholt
1
-1
/
+8
2009-10-07
Merge branch 'master' into r300g-glsl
Nicolai Hähnle
208
-21441
/
+1160
2009-10-07
Merge branch 'mesa_7_6_branch'
Nicolai Hähnle
10
-43
/
+115
2009-10-07
shader_api: Fix bounds checking of glUniform and glUniformMatrix
Nicolai Hähnle
1
-9
/
+22
2009-10-07
prog_parameter: Document the fact that Size may be > 4
Nicolai Hähnle
1
-1
/
+7
2009-10-07
util: do some more util_blit_pixels cases without temporaries
Keith Whitwell
1
-90
/
+73
2009-10-07
mesa/st: add missing mesa constant file name
Keith Whitwell
1
-10
/
+11
2009-10-07
st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functions
Brian Paul
5
-12
/
+15
2009-10-07
docs: fix glXQueryDrawable() bugs
Brian Paul
1
-0
/
+1
2009-10-07
mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320
Brian Paul
2
-12
/
+28
2009-10-07
gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320
Brian Paul
3
-13
/
+34
2009-10-07
progs/xdemos: test glXQueryDrawable()
Brian Paul
1
-0
/
+15
2009-10-07
progs/xdemos: fix swapped parameters to CreatePbuffer()
Brian Paul
1
-1
/
+1
2009-10-07
st/dri: Add missing front buffer case in dri_get_buffers().
Michel Dänzer
1
-0
/
+4
2009-10-07
swrast: s/GLfloat/GLuint/ in bzero()
Brian Paul
1
-1
/
+1
2009-10-07
swrast: add missing returns
Brian Paul
1
-0
/
+2
2009-10-07
progs/test: Fix MSVC build.
Vinson Lee
1
-1
/
+1
2009-10-07
mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension()
Brian Paul
1
-3
/
+5
2009-10-07
gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()
Brian Paul
1
-3
/
+5
2009-10-07
i915g: Use buffer write instead of map for lit vertices
Jakob Bornecrantz
1
-2
/
+37
2009-10-07
i915g: Change order of buffer_write arguments
Jakob Bornecrantz
2
-5
/
+5
2009-10-07
i915g: Disable vbuf fifo and minor commenting of vbuf code
Jakob Bornecrantz
1
-11
/
+26
2009-10-06
nv04-nv40: Fix swizzle transfers for NPOT sizes.
Younes Manton
1
-113
/
+34
2009-10-06
progs/tests: fix MSVC build.
Vinson Lee
1
-1
/
+1
2009-10-06
r300/compiler: Fix R300 vertex program dumps
Nicolai Hähnle
1
-1
/
+1
2009-10-06
r300/compiler: Fix yet another regression in register allocation
Nicolai Hähnle
1
-0
/
+1
2009-10-06
r300/compiler: Fix a really stupid logic inversion in the generic dataflow code
Nicolai Hähnle
1
-1
/
+1
2009-10-06
r300/compiler: Fix regression in pair scheduling
Nicolai Hähnle
1
-3
/
+25
2009-10-06
progs/perf: Fix MSVC build.
Vinson Lee
1
-0
/
+4
2009-10-06
r600: r700PredictRenderSize can flush, so move index buffer setup after it
Andre Maasikas
1
-1
/
+1
2009-10-06
nv50: fix segfault when there's gaps in enabled texture units
Ben Skeggs
2
-4
/
+10
2009-10-06
nouveau: fix buffer object leak
Ben Skeggs
1
-1
/
+4
2009-10-06
i915g: Add more defines to tweek batchbuffer
Jakob Bornecrantz
1
-13
/
+28
2009-10-06
i915g: Tweek vertexbuffer size
Jakob Bornecrantz
1
-4
/
+4
2009-10-05
i965g: remove 965/brw files from XLIB_WINSYS_SOURCES
Brian Paul
1
-3
/
+0
2009-10-05
Merge branch 'mesa_7_6_branch'
Brian Paul
30
-96
/
+127
2009-10-05
intel: use driReadDrawable in do_copy_texsubimage()
Brian Paul
1
-1
/
+1
2009-10-05
intel: use driReadDrawable, not driDrawable in do_blit_readpixels()
Brian Paul
1
-2
/
+2
2009-10-05
intel: remove a buffer equality test in _mesa_make_current()
Brian Paul
1
-33
/
+27
2009-10-05
i915g: Drop the simple sufix
Jakob Bornecrantz
44
-16
/
+16
2009-10-05
i965g: Drop i965simple
Jakob Bornecrantz
75
-19979
/
+1
2009-10-05
r300g: fix scons build
Joakim Sindholt
5
-10
/
+47
2009-10-05
mesa: fix return value when clipping {Read,Draw}Pixels height <= 0
Brian Paul
1
-2
/
+2
2009-10-05
Fix building of GLSL demos which use M_PI
Jon TURNEY
3
-0
/
+9
2009-10-05
util: Improve the cpuid assembly.
José Fonseca
1
-10
/
+12
2009-10-05
mesa: Copy textures' base format into wrapper renderbuffer.
José Fonseca
1
-0
/
+1
2009-10-05
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
10
-8
/
+119
2009-10-05
util: add lost code to util_make_fragment_tex_shader_writemask()
Keith Whitwell
1
-1
/
+9
2009-10-05
r600: update vertex program selection for draw path
Andre Maasikas
1
-5
/
+35
[prev]
[next]