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
path:
root
/
src
/
mesa
/
drivers
/
x11
/
fakeglx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
a bunch of assorted clean-ups, etc to fix warnings, etc
Brian Paul
2004-03-04
1
-10
/
+0
*
Refactored several variables out of XMesaVisual in favor of identical
Ian Romanick
2004-02-19
1
-7
/
+7
*
implement Fake_glXCreateWindow() to fix bug #890894
Brian Paul
2004-02-08
1
-2
/
+9
*
fix glXChooseFBConfig bug 890167
Brian Paul
2004-02-04
1
-4
/
+5
*
glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option
Brian Paul
2004-02-02
1
-3
/
+26
*
fix visinfo typo
Brian Paul
2003-12-12
1
-1
/
+1
*
check for null dpy in Fake_glXGetConfig()
Brian Paul
2003-12-12
1
-0
/
+3
*
Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.
Brian Paul
2003-12-04
1
-0
/
+10
*
Version defines. include "version.h" in a few files.
Brian Paul
2003-05-27
1
-3
/
+2
*
use structure containment to derive xmesa_context from GLcontext
Brian Paul
2003-04-01
1
-2
/
+2
*
disable prototyped GLX_ARB_render_texture extension
Brian Paul
2003-03-24
1
-4
/
+5
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-2
/
+1
*
casts to silence g++ warnings
Brian Paul
2003-02-25
1
-5
/
+5
*
initial code for render-to-texture
Brian Paul
2003-01-14
1
-4
/
+33
*
bring in a few AGP-related bits from 4.0.4
Brian Paul
2002-11-18
1
-2
/
+15
*
bump version to 5.1
Brian Paul
2002-11-14
1
-3
/
+3
*
changes to vishandle usage to prevent segfault in some circumstances
Brian Paul
2002-11-10
1
-31
/
+68
*
minor multi-sample clean-ups
Brian Paul
2002-11-05
1
-4
/
+14
*
use wrappers from imports.h rather than stdio, stdlib, etc functions.
Brian Paul
2002-10-30
1
-12
/
+9
*
more version bumps
Brian Paul
2002-10-29
1
-3
/
+3
*
wrapped a few more C library functions
Brian Paul
2002-10-25
1
-16
/
+16
*
Header file clean-up:
Brian Paul
2002-10-24
1
-4
/
+4
*
Pbuffers seem to work!
Brian Paul
2002-10-05
1
-101
/
+190
*
more work on fbconfig/pbuffer support
Brian Paul
2002-10-05
1
-226
/
+216
*
stub functions for glXAllocate/FreeMemoryNV()
Brian Paul
2002-08-22
1
-1
/
+27
*
Fix glXCopyContext bug
Brian Paul
2002-06-16
1
-3
/
+5
*
more removal of fprintf() calls
Brian Paul
2002-06-13
1
-12
/
+15
*
some initial work for fbconfigs/pbuffers
Brian Paul
2002-05-27
1
-7
/
+15
*
C++ fix
Brian Paul
2002-04-19
1
-1
/
+5
*
return NULL from Fake_glXCreateContext() if dpy or visinfo are NULL
Brian Paul
2002-04-02
1
-1
/
+5
*
protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESA
Brian Paul
2002-03-15
1
-3
/
+4
*
remove a debug printf
Brian Paul
2002-03-15
1
-2
/
+1
*
version bumps, etc for 4.1
Brian Paul
2001-10-22
1
-3
/
+3
*
updates for Mesa 4.0
Brian Paul
2001-09-23
1
-6
/
+6
*
more GL 1.3 and GLX 1.4 updates
Brian Paul
2001-09-14
1
-4
/
+4
*
prototype work for Pbuffer support
Brian Paul
2001-09-01
1
-27
/
+256
*
bumped version string to 3.5.1
Brian Paul
2001-08-20
1
-2
/
+2
*
fixed GLX context sharing bug (reported by Eric Plante)
Brian Paul
2001-08-07
1
-3
/
+3
*
more DRI libGL-related changes
Brian Paul
2001-05-29
1
-3
/
+4
*
more work on XMesa / libGL integration
Brian Paul
2001-05-25
1
-73
/
+50
*
added some casts so that older glx.h can be used
Brian Paul
2001-05-24
1
-4
/
+4
*
Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.
Brian Paul
2001-05-24
1
-25
/
+75
*
changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...
Brian Paul
2001-04-27
1
-25
/
+25
*
minor tweak to visual setup for accum buffers
Brian Paul
2001-03-23
1
-6
/
+6
*
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-08
1
-2
/
+2
*
added MESA_GLX_FORCE_CI env var (useful for conformance testing)
Brian Paul
2001-02-17
1
-17
/
+35
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-25
/
+25
*
revert XMesaCreateContext changes
Keith Whitwell
2001-01-08
1
-25
/
+21
*
Modify X11 driver and fake glx to store a GLcontext
Keith Whitwell
2001-01-08
1
-21
/
+25
*
added more GLX extension function stubs
Brian Paul
2000-12-15
1
-34
/
+436
[next]