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.h
Age
Commit message (
Expand
)
Author
2008-09-21
mesa: refactor: move multisample-related functions into new multisample.c file
Brian Paul
2008-09-21
mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...
Brian Paul
2008-09-21
mesa: refactor: move glClear, glClearColor into new clear.c file.
Brian Paul
2008-09-21
mesa: refactor: move scissor functions into new scissor.c file
Brian Paul
2007-08-18
remove dead code left over after fixing GL_READ/DRAW_BUFFER state issues
Brian
2007-08-16
Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs that Roland previousl...
Brian
2007-07-19
fix mesa's handling of fbo's / window fb (again)
Roland Scheidegger
2006-09-22
resize buffers in MakeCurrent
Keith Whitwell
2006-04-05
Silence minor compiler warnings (-Wextra).
Brian Paul
2006-03-29
minor clean-up
Brian Paul
2005-12-30
properly notify driver on scissor change in MakeCurrent
Keith Whitwell
2005-09-15
Replace GLuint with GLbitfield where appropriate. Also replace GLuint
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-02-26
Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and do
Brian Paul
2004-10-02
added support for GL_ARB_draw_buffers
Brian Paul
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
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
2000-11-22
Committing in .
Jouk Jansen
2000-02-02
functions from old glmisc.c file
Brian Paul