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