index
:
~csimpson/mesa
automake
gallium-api-cleanup
gallium-velemcso-r300g
master
r300g-draw-buffers
raw-targets
s3tc-by-the-book
It wasn't a rock; it was a rock lobster!
csimpson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-30
r300/compiler: Unbreak DDX/DDY.
HEAD
master
Corbin Simpson
3
-9
/
+23
2010-03-30
gallivm: cleanup the code (found by coverity)
Zack Rusin
1
-11
/
+1
2010-03-30
drisw: fix use after free (bug 27370)
George Sapountzis
1
-2
/
+0
2010-03-30
Merge branch '7.8'
Michel Dänzer
7
-18
/
+59
2010-03-30
glx/dri2: Fix debug build with old dri2proto.
Michel Dänzer
1
-0
/
+13
2010-03-30
st/dri: Fix a memory leak in dri1_init_screen.
Chia-I Wu
1
-0
/
+2
2010-03-30
mesa/es: Use core mesa's mfeatures.h.
Chia-I Wu
4
-246
/
+2
2010-03-30
mesa: Add missing features.
Chia-I Wu
6
-8
/
+12
2010-03-30
mesa: Add umbrella features.
Chia-I Wu
1
-51
/
+68
2010-03-29
drisw: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-03-29
swrastg: Silence unused value warning.
Vinson Lee
1
-6
/
+6
2010-03-29
r300g: Remove unused variable.
Vinson Lee
1
-1
/
+0
2010-03-29
r300g: Remove unnecessary header.
Vinson Lee
1
-2
/
+0
2010-03-29
r300g: Bind constantbuf to Draw immediately, don't wait for render.
Corbin Simpson
2
-16
/
+6
2010-03-30
st/glx: Remove a wrong assertion in choose_pixel_format.
Chia-I Wu
2
-2
/
+11
2010-03-29
gallivm: use constant size array, added assertion check
Brian Paul
1
-1
/
+5
2010-03-29
Add test case for lp_bld_printf()
Chris Li
2
-1
/
+164
2010-03-29
gallivm: added lp_bld_printf() function
Chris Li
4
-0
/
+150
2010-03-29
progs/glsl: Add workarounds for Apple GLSL compiler crash.
Vinson Lee
2
-0
/
+14
2010-03-29
progs/glsl: Remove inline keyword.
Vinson Lee
2
-6
/
+6
2010-03-29
progs/gallium/python: Get tri.py sample working again.
José Fonseca
1
-10
/
+10
2010-03-29
st/python: Update for util_draw_vertex_buffer changes.
José Fonseca
1
-3
/
+35
2010-03-29
st/python: Move surface read/write methods to context.
José Fonseca
4
-245
/
+267
2010-03-29
gallivm: make sure that the alloca's are the very first thing in the function
Zack Rusin
1
-1
/
+19
2010-03-29
st/dri/sw: add drisw_api similarly to dri1_api
George Sapountzis
10
-102
/
+141
2010-03-29
ws/sw/dri: s/xm/dri_sw/
George Sapountzis
1
-73
/
+74
2010-03-29
docs: fix 7.7.1 release date
Brian Paul
1
-1
/
+1
2010-03-29
progs/glsl: improve the mouse drag/rotate code a little
Brian Paul
2
-11
/
+7
2010-03-29
progs/glsl: let the mouse rotate the scene
RALOVICH, Kristóf
2
-31
/
+83
2010-03-29
glsl: avoid using rcp in length() functions
Brian Paul
1
-3
/
+3
2010-03-29
glsl: remove rcp from sqrt()
Brian Paul
1
-10
/
+4
2010-03-29
Revert "python: Temporarily disable python state tracker until transfers are ...
José Fonseca
1
-2
/
+1
2010-03-29
i965g: util_format_is_compressed() -> util_format_is_s3tc().
José Fonseca
1
-2
/
+2
2010-03-29
mesa/st: util_format_is_compressed() -> util_format_is_s3tc().
José Fonseca
1
-1
/
+1
2010-03-29
svga: util_format_is_compressed() -> util_format_is_s3tc().
José Fonseca
1
-2
/
+2
2010-03-29
r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC.
José Fonseca
1
-1
/
+1
2010-03-29
util: Distinguish between the different compression formats.
José Fonseca
2
-14
/
+26
2010-03-29
softpipe: Map GS constants, too.
Michal Krol
1
-3
/
+2
2010-03-29
r300g: print configurable debugging info on non-debug builds
Marek Olšák
2
-2
/
+4
2010-03-28
mesa: Add 7.8 release MD5 sums
Ian Romanick
1
-1
/
+9
2010-03-28
intel: Bump intel driver date to reflect status as 2010Q1 release
Ian Romanick
1
-1
/
+1
2010-03-28
mesa: set version string to 7.8
Ian Romanick
3
-3
/
+3
2010-03-28
mesa: Add 7.7.1 release MD5 sums
Ian Romanick
1
-1
/
+9
2010-03-28
mesa: set version string to 7.7.1
Ian Romanick
1
-1
/
+1
2010-03-28
swrast: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-03-28
progs: Comment out gallium/raw/SConscript from progs/SConscript.
Vinson Lee
1
-1
/
+1
2010-03-28
progs/raw: add note about accessing utility functions
Keith Whitwell
1
-0
/
+10
2010-03-28
ws/xlib: Call XFlush after PutImage
Keith Whitwell
1
-0
/
+2
2010-03-28
gallium: new raw gallium interface to support standalone tests
Keith Whitwell
13
-1
/
+543
2010-03-28
aux/tgsi: fix some minor glitches in string routines
Keith Whitwell
1
-2
/
+2
[next]