index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test createNewScreen for NULL, not createNewScreenName in driCreateScreen().
Kristian Høgsberg
2008-03-15
1
-1
/
+1
*
init tmpNode to zeros
Brian
2008-03-14
1
-0
/
+1
*
mesa: fix emit_clamp() so that we don't use an output register as temporary
Brian
2008-03-14
1
-3
/
+12
*
glx: fix rotation regression. bug #14963
Xiang, Haihao
2008-03-14
1
-2
/
+4
*
intel: fix abort issue with shadowtex demo when use
Xiang, Haihao
2008-03-14
3
-24
/
+45
*
fix state.lightprod ambient/specular w value (bug #14983)
Roland Scheidegger
2008-03-13
1
-2
/
+2
*
[i965] multiple rendering target support
Zou Nan hai
2008-03-13
15
-98
/
+135
*
libGL: Pull the drawable hash back out in the generic code.
Kristian Høgsberg
2008-03-12
4
-18
/
+29
*
Add another missing check for uninitialized DRI.
Kristian Høgsberg
2008-03-12
1
-1
/
+2
*
Fix include path for rain demo so glut.h is found
Dan Nicholson
2008-03-11
1
-2
/
+2
*
autoconf: Enable xdemos by default when we build libGL
Dan Nicholson
2008-03-10
1
-6
/
+7
*
Darwin: Fixed small error in darwin config files
Jeremy Huddleston
2008-03-10
2
-2
/
+2
*
Move make install logic for libGL back into src/mesa/Makefile.
Kristian Høgsberg
2008-03-10
3
-17
/
+24
*
Only try to call DRI function if DRI got initialized properly.
Kristian Høgsberg
2008-03-10
2
-4
/
+7
*
Darwin: Config/source fixes to now build glxdemo apps and OSMesa
Jeremy Huddleston
2008-03-10
6
-44
/
+22
*
autoconf: Add autogen.sh from Xorg for easier setup from git
Dan Nicholson
2008-03-10
2
-3
/
+22
*
Ignore more demo programs
Dan Nicholson
2008-03-10
2
-1
/
+3
*
remove extra #include of assert.h (bug 14932)
Brian
2008-03-10
1
-1
/
+0
*
fix parsing of state.texenv.color (bug 14931)
Brian
2008-03-10
2
-2
/
+4
*
dri: fix function call to add new parameter.
Dave Airlie
2008-03-10
1
-0
/
+1
*
DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle.
Kristian Høgsberg
2008-03-09
3
-25
/
+21
*
DRI2: Drop DriverAPI.UpdateBuffer.
Kristian Høgsberg
2008-03-09
3
-27
/
+23
*
DRI2: Pass the context instead of the screen to __dri2ParseEvents().
Kristian Høgsberg
2008-03-09
3
-9
/
+6
*
DRI2: Add event buffer head as an argument to driCreateNewDrawable().
Kristian Høgsberg
2008-03-09
2
-2
/
+4
*
fix botched test for clearing color buffers (should fix depth peeling regress...
Brian
2008-03-09
1
-3
/
+4
*
Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV()
Markus Amsler
2008-03-09
1
-1
/
+2
*
init vertex weight attrib to (1,0,0,0)
Markus Amsler
2008-03-09
1
-1
/
+1
*
fix __builtin_expect() definition test for IBM XLC (sf bug 1909832)
Brian
2008-03-09
1
-1
/
+1
*
Properly revert the libGL loader path breakage.
Kristian Høgsberg
2008-03-09
1
-0
/
+1
*
libGL: Fall back to DEFAULT_DRIVER_DIR properly.
Kristian Høgsberg
2008-03-09
1
-1
/
+2
*
replace // comment with /* */ (bug 14916)
Brian
2008-03-09
1
-1
/
+1
*
added info about checking out gallium-0.1 for cell code
Brian
2008-03-09
1
-0
/
+6
*
Use _X_HIDDEN to hide a bunch of leaked symbols.
Kristian Høgsberg
2008-03-08
5
-37
/
+43
*
Move DRI context functions into dri_glx.c.
Kristian Høgsberg
2008-03-08
7
-129
/
+153
*
Move DRI drawable creation into dri_glx.c.
Kristian Høgsberg
2008-03-08
4
-56
/
+68
*
Introduce __GLXDRIscreen so we can start moving function pointers in there.
Kristian Høgsberg
2008-03-08
5
-48
/
+58
*
Move DRI specific parts of CreateContext into dri_glx.c.
Kristian Høgsberg
2008-03-08
3
-29
/
+43
*
Convert driCreateScreen and driDestroyScreen to function pointers.
Kristian Høgsberg
2008-03-08
3
-19
/
+23
*
Abstract __DRIdisplayPrivateRec away in dri_glx.c.
Kristian Høgsberg
2008-03-08
5
-101
/
+37
*
Make __glXCloseDisplay static instead of prototyping it to avoid warning.
Kristian Høgsberg
2008-03-08
1
-9
/
+1
*
Move libGL install target to the libGL Makefile.
Kristian Høgsberg
2008-03-08
3
-17
/
+16
*
Simplify LIBGL_DRIVERS_PATH walking.
Kristian Høgsberg
2008-03-08
1
-76
/
+19
*
Simplify dri loading code by eliminating dlopen "cache".
Kristian Høgsberg
2008-03-08
4
-185
/
+46
*
libGL: Consolidate DRI initialization in dri_glx.c
Kristian Høgsberg
2008-03-08
3
-406
/
+411
*
autoconf: Print GCC include path directly and be more robust using it
Dan Nicholson
2008-03-07
1
-4
/
+5
*
[intel] Only enable GL_EXT_texture_sRGB on i965.
Kristian Høgsberg
2008-03-07
1
-1
/
+1
*
[i965] fix fd.o bug #11471 and #11478
Zou Nan hai
2008-03-07
3
-8
/
+23
*
i965: use RGB565 to render a bitmap if Depth is 16
Xiang, Haihao
2008-03-07
1
-10
/
+10
*
i965: Fix double free issue to pass glean/maskedClear test
Xiang, Haihao
2008-03-06
1
-0
/
+1
*
i965:fix segfault issue when clearing the window which
Xiang, Haihao
2008-03-06
1
-1
/
+2
[next]