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
/
main
/
buffers.c
Age
Commit message (
Expand
)
Author
2001-09-14
more warning fixes (Karl Schultz)
Brian Paul
2001-06-18
Consolidated source files. Since the re-org a number of source files
Brian Paul
2001-05-29
infrastructure for GL_ARB_multisample
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-29
removed unused vars
Brian Paul
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-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-13
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-10-31
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-30
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
Brian Paul
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-28
Basic work to support deep color channels:
Brian Paul
2000-10-19
call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear...
Brian Paul
2000-10-17
ported render begin/end calls from Mesa 3.4
Brian Paul
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-09-08
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
Brian Paul
2000-09-07
Removed ctx->Driver.LogicOp().
Brian Paul
2000-06-27
fixed an assertion and minor bug
Brian Paul
2000-05-04
removed software alpha flag from GLvisual struct
Brian Paul
2000-04-22
removed old profiling code
Brian Paul
2000-04-11
renamed alpha buffer functions
Brian Paul
2000-04-11
renamed stencil functions
Brian Paul
2000-04-05
minor clean-ups, renaming
Brian Paul
2000-02-02
replaced gl_ prefix with _mesa_ prefix on depth funcs
Brian Paul
2000-02-02
changed prefix to _mesa_ for a few accum functions
Brian Paul
2000-02-02
functions from old glmisc.c file
Brian Paul