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
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
2000-12-08
fixed bug 123918: glXCopySubBuffer() y position off by one
Brian Paul
2000-11-22
Committing in .
Jouk Jansen
2000-11-17
Minor header file changes to silence warnings.
Brian Paul
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-14
Removed Driver.Color() and Driver.Index() functions.
Brian Paul
2000-11-05
Use the new software rasterizer. Reworked optimized line,tri,point
Keith Whitwell
2000-10-31
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-30
Committing in .
Jouk Jansen
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-09-07
newly organized Xlib driver files
Brian Paul