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
/
svga
Age
Commit message (
Expand
)
Author
2002-11-11
compilation fixes
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-04
Changed a number of context fields from GLchan to GLfloat (such as ClearColor).
Brian Paul
2002-07-09
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-13
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-03-16
Lots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul
2001-09-23
updates for Mesa 4.0
Brian Paul
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-06
misc updates to match latest device driver changes
Brian Paul
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-22
Modified Files:
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
more Driver.Color, Driver.Index updates
Brian Paul
2000-11-14
Removed Driver.Color() and Driver.Index() functions.
Brian Paul
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-06-14
added dummy function to silence compiler warning
Brian Paul
2000-03-31
updates for separate R/G/B/A accum buffer sizes
Brian Paul
2000-01-31
include conf.h
tanner
2000-01-25
updated RGB2BGR function
Brian Paul
2000-01-25
updated for Mesa 3.3
Brian Paul
2000-01-23
added #ifdef SVGA, work-around asm code problem
Brian Paul
2000-01-22
updated SVGA sources from Mesa 3.2
Brian Paul
1999-08-19
Initial revision
jtg