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
/
swrast
/
s_alphabuf.c
Age
Commit message (
Expand
)
Author
2004-01-23
Change software alpha plane pointers from void* to GLchan*, eliminate some ca...
Brian Paul
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-03-25
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
Brian Paul
2002-11-26
fixed bad clear value
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-10-18
Add casts to quiet compiler warnings.
Karl Schultz
2002-10-11
Another round of glRead/DrawBuffer() clean-ups and simplifications.
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-19
Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture
Brian Paul
2002-03-16
Lots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul
2001-07-13
assorted changes for supporting GLfloat color channels (not done)
Brian Paul
2001-05-11
fixed scissor clear problem (Michael Saunders)
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
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-11-13
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-10-31
Moved software rasterizer functionality to new directory.
Keith Whitwell