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
/
xm_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.
Brian Paul
2003-12-04
1
-0
/
+2
*
silence a warning
Brian Paul
2003-11-25
1
-1
/
+2
*
prevent from optimizing out by some compilers (from XFree86 CVS)
Alan Hourihane
2003-10-21
1
-1
/
+1
*
glide driver (wip)
Daniel Borca
2003-10-13
1
-5
/
+5
*
added call to _mesa_enable_1_5_extensions()
Brian Paul
2003-09-17
1
-0
/
+1
*
fix double-memory free in XMesaDestroyContext
Brian Paul
2003-04-02
1
-6
/
+3
*
use structure containment to derive xmesa_context from GLcontext
Brian Paul
2003-04-01
1
-37
/
+46
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-2
/
+1
*
Replace some #defines with enums. (Klaus Niederkrueger)
Brian Paul
2003-02-17
1
-28
/
+28
*
renamed dither-related preprocessor symbols (bug 536406)
Brian Paul
2003-01-24
1
-14
/
+14
*
changes to vishandle usage to prevent segfault in some circumstances
Brian Paul
2002-11-10
1
-6
/
+1
*
use wrappers from imports.h rather than stdio, stdlib, etc functions.
Brian Paul
2002-10-30
1
-41
/
+23
*
more version bumps
Brian Paul
2002-10-29
1
-2
/
+2
*
update versioning/extensions for OpenGL 1.4 / Mesa 5.0
Brian Paul
2002-10-29
1
-3
/
+3
*
wrapped a few more C library functions
Brian Paul
2002-10-25
1
-19
/
+19
*
Header file clean-up:
Brian Paul
2002-10-24
1
-8
/
+3
*
context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...
Brian Paul
2002-10-14
1
-3
/
+4
*
disable XMesaCreatePBuffer() for XFree86
Brian Paul
2002-10-09
1
-1
/
+5
*
Pbuffers seem to work!
Brian Paul
2002-10-05
1
-7
/
+9
*
more work on fbconfig/pbuffer support
Brian Paul
2002-10-05
1
-6
/
+5
*
fix problems in FXgetImage()
Brian Paul
2002-08-21
1
-15
/
+14
*
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
Brian Paul
2002-07-09
1
-25
/
+27
*
new fix for initial window size problem
Brian Paul
2002-06-17
1
-3
/
+1
*
fixed window size initialization bug
Brian Paul
2002-06-16
1
-1
/
+3
*
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-06-13
1
-11
/
+6
*
some initial work for fbconfigs/pbuffers
Brian Paul
2002-05-27
1
-7
/
+5
*
Lots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul
2002-03-16
1
-4
/
+13
*
Removed the xm_context field from XMesaBuffer. It was preventing N threads
Brian Paul
2002-03-12
1
-63
/
+6
*
silence gcc warnings (Marc La France)
Brian Paul
2002-03-01
1
-2
/
+4
*
check for initialized XMesaBuffer in XMesaGarbageCollect()
Brian Paul
2002-02-20
1
-2
/
+2
*
use separate GC for SwapBuffers to avoid colormask problem
Brian Paul
2002-02-15
1
-13
/
+22
*
casts to silence warnings from gcc 2.96
Brian Paul
2001-11-06
1
-2
/
+2
*
minor re-org
Brian Paul
2001-09-12
1
-4
/
+1
*
minor changes, prototype Pbuffer support
Brian Paul
2001-09-01
1
-4
/
+54
*
fixed dangling pointer problem (Chris Burghart)
Brian Paul
2001-08-31
1
-1
/
+10
*
OpenGL 1.3 support
Brian Paul
2001-08-28
1
-3
/
+3
*
Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture
Brian Paul
2001-06-15
1
-1
/
+7
*
removed some code in XMesaDestroyContext() which could lead to a segfault
Brian Paul
2001-06-04
1
-6
/
+9
*
removed some old DRI-isms
Brian Paul
2001-05-29
1
-18
/
+2
*
minor clean-ups and warning fixes
Brian Paul
2001-05-03
1
-2
/
+2
*
changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...
Brian Paul
2001-04-27
1
-68
/
+54
*
Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...
Brian Paul
2001-04-10
1
-5
/
+6
*
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-19
1
-5
/
+8
*
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-08
1
-3
/
+4
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-4
/
+4
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-28
/
+28
*
revert XMesaCreateContext changes
Keith Whitwell
2001-01-08
1
-65
/
+64
*
Modify X11 driver and fake glx to store a GLcontext
Keith Whitwell
2001-01-08
1
-64
/
+65
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-2
/
+4
*
tweaked truecolor dither kernel setup code
Brian Paul
2000-12-13
1
-6
/
+6
[next]