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
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