index
:
~gsap7/mesa
gallium-resources-merge-drisw
getproc-debug
getproc-execmem
getproc-execmem-debug
master
st-dri
tfp
Unnamed repository; edit this file to name it for gitweb.
gsap7
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-14
mesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable() return values
Brian Paul
1
-3
/
+3
2010-07-14
mesa: update assertions and fix refcounting in depth/stencil renderbuffer code
Brian Paul
1
-6
/
+16
2010-07-14
mesa: silence a printf warning
Brian Paul
1
-2
/
+2
2010-07-14
llvmpipe: delete lp_test_*.o files with make clean
Brian Paul
1
-0
/
+3
2010-07-14
gallium: added CLEAN_EXTRA var for make clean target
Brian Paul
1
-1
/
+1
2010-07-14
dri2: Track event mask in client code.
Nick Bowler
3
-0
/
+18
2010-07-14
gallium: Ensure prototypes are wrapped in extern "C".
José Fonseca
1
-0
/
+11
2010-07-14
llvmpipe: Remove redundant alignments.
José Fonseca
2
-3
/
+1
2010-07-14
llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.
Chris Li
3
-3
/
+231
2010-07-14
gallium: Add a macro for memory barriers.
José Fonseca
1
-0
/
+19
2010-07-14
gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.
José Fonseca
1
-0
/
+5
2010-07-13
Merge branch 'mesa-2d-registers'
Zack Rusin
17
-63
/
+217
2010-07-13
mesa: add comments and change Index2D to just Index2
Zack Rusin
7
-25
/
+37
2010-07-14
r300/compiler: fix swizzling in the transformation of Abs modifiers
Marek Olšák
1
-2
/
+2
2010-07-13
i965g: Fix scons build of dri driver
Jakob Bornecrantz
1
-1
/
+0
2010-07-13
llvmpipe: fix comment typo
Roland Scheidegger
1
-2
/
+2
2010-07-13
llvmpipe: move rasterizer to screen instead of setup context
Roland Scheidegger
4
-13
/
+22
2010-07-13
llvmpipe: Align texture data to the cache line.
José Fonseca
1
-2
/
+5
2010-07-13
llvmpipe: eliminate the set_state rasterizer command
Keith Whitwell
8
-92
/
+22
2010-07-13
llvmpipe: pass mask into fragment shader
Keith Whitwell
14
-790
/
+901
2010-07-13
llvmpipe: move fences from per-bin to per-thread
Keith Whitwell
8
-29
/
+58
2010-07-13
llvmpipe: Always swizzle/unswizzle whole tiles.
José Fonseca
3
-18
/
+18
2010-07-13
llvmpipe: Ignores!
Jakob Bornecrantz
1
-0
/
+1
2010-07-13
targets: Link xorg drivers with LLVM if built
Jakob Bornecrantz
1
-0
/
+8
2010-07-13
targets: Clean up xorg make files a bit
Jakob Bornecrantz
6
-29
/
+31
2010-07-13
st/xorg: When selecting st via configure make sure to test for xorg-server
Jakob Bornecrantz
1
-0
/
+1
2010-07-13
libgl-xlib: add depend to make clean list
Brian Paul
1
-1
/
+1
2010-07-13
glapi: use _mesa_snprintf()
Brian Paul
1
-1
/
+2
2010-07-13
r300/compiler: implement the Abs source operand modifier for vertex shaders
Marek Olšák
1
-4
/
+55
2010-07-13
r300/compiler: emulate SIN/COS/SCS in r3xx-r4xx vertex shaders
Marek Olšák
1
-1
/
+7
2010-07-13
mesa: s/snprintf/_mesa_snprintf/
Vinson Lee
1
-1
/
+2
2010-07-13
r300g: do not advertise half_float_vertex on rv3x0
Marek Olšák
1
-2
/
+2
2010-07-13
r300g: extend and clean up debug logging
Marek Olšák
5
-17
/
+23
2010-07-13
r300g/swtcl: do not emit texcoords if they are also stuffed in GA
Marek Olšák
1
-3
/
+6
2010-07-13
r300g: rework the draw_rectangle hook
Marek Olšák
1
-89
/
+23
2010-07-12
Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesa
Maciej Cencora
2
-2
/
+1
2010-07-12
r600: Fix include recursion.
Vinson Lee
1
-1
/
+1
2010-07-12
r300g: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-07-12
radeon: fix some wine d3d9 tests
Maciej Cencora
1
-0
/
+9
2010-07-12
llvmpipe: Re-enable threading on windows.
José Fonseca
1
-6
/
+0
2010-07-12
os: remove gratuitous pipe_barrier placeholder code
nobled
1
-21
/
+1
2010-07-12
os, rbug: remove PIPE_THREAD_HAVE_CONDVAR
nobled
3
-15
/
+0
2010-07-12
os: Implement pipe_condvar on Windows Vista and later
nobled
1
-0
/
+30
2010-07-12
os: Implement pipe_condvar on win32
nobled
1
-7
/
+27
2010-07-12
r300g: implement fast color clear
Marek Olšák
10
-13
/
+178
2010-07-12
r300g: clear and copy a resource with a rectangular point sprite
Marek Olšák
2
-3
/
+152
2010-07-12
r300g: do not use immediate mode if there is a VBO in VRAM
Marek Olšák
2
-4
/
+5
2010-07-12
u_blitter: add draw_rectangle callback which can be overridden by a driver
Marek Olšák
2
-19
/
+104
2010-07-12
u_blitter: clean up the texcoord computations
Marek Olšák
1
-28
/
+35
2010-07-12
u_blitter: simplify blitter_set_rectangle
Marek Olšák
1
-19
/
+32
[prev]
[next]