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_span.c
Age
Commit message (
Expand
)
Author
2005-04-12
PF_8A8R8G8B pixel format (Dave Reveman)
Brian Paul
2004-12-09
check if using a PBuffer in clip_for_xgetimage()
Brian Paul
2004-12-03
silence a variety of warnings found with g++ 3.4.2
Brian Paul
2004-11-09
do clipping prior to XGetImage, just in case the image would extend beyond th...
Brian Paul
2004-03-04
a bunch of assorted clean-ups, etc to fix warnings, etc
Brian Paul
2003-04-21
use INDEX8_SPAN_ARGS
Brian Paul
2003-04-01
use structure containment to derive xmesa_context from GLcontext
Brian Paul
2003-02-17
Replace some #defines with enums. (Klaus Niederkrueger)
Brian Paul
2002-11-13
check for NULL span argument
Brian Paul
2002-10-24
Header file clean-up:
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-03-01
silence gcc warnings (Marc La France)
Brian Paul
2001-05-10
Set 'prefer_float_colors' true, now that tnl uses them natively.
Keith Whitwell
2001-05-10
applied Jeff & Keith's optimization to write_span_mono_pixmap()
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-22
removed some bogus code
Brian Paul
2001-02-13
fixed a few CI mode span bugs and a dither bug
Brian Paul
2001-01-29
fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage()
Brian Paul
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-08
Modify X11 driver and fake glx to store a GLcontext
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-09-07
newly organized Xlib driver files
Brian Paul