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_dd.c
Age
Commit message (
Expand
)
Author
2001-09-12
minor re-org
Brian Paul
2001-07-12
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-05-10
Driver interface changes
Keith Whitwell
2001-04-27
changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...
Brian Paul
2001-04-04
More texture image changes.
Brian Paul
2001-04-03
another fix to clear_32bit_ximage()
Brian Paul
2001-04-03
clear pixel value wasn't byteswapped for scissored clears in clear_32bit_xima...
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-03-01
fixed mistake in alpha buffer clear test
Brian Paul
2001-03-01
added s/w alpha buffer clearing
Brian Paul
2001-02-19
Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul
2001-01-29
Update implementations of Driver.Clear().
Keith Whitwell
2001-01-29
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-16
Fix several conformance problems. Hack solution to line stipple problem.
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-11-22
Committing in .
Jouk Jansen
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-13
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-05
Use the new software rasterizer. Reworked optimized line,tri,point
Keith Whitwell
2000-09-08
removed ctx->Driver.Dither function
Brian Paul
2000-09-07
newly organized Xlib driver files
Brian Paul