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
2007-03-15
no-op clear if buffer width or height is zero (bug 7205)
Brian
2006-11-02
minor change in _mesa_ResizeBuffersMESA()
Brian Paul
2006-11-01
Remove x/y/width/height parameters from Clear functions.
Brian Paul
2006-10-17
check if ctx->Driver.GetBufferSize==NULL and no-op
Brian Paul
2006-10-15
updated comments, mark GetBufferSize() and ResizeBuffers() as obsolete
Brian Paul
2006-09-22
resize buffers in MakeCurrent
Keith Whitwell
2006-06-02
set per-context GL_DRAW_BUFFER state regardless of currently bound FBO
Brian Paul
2006-04-05
Silence minor compiler warnings (-Wextra).
Brian Paul
2006-03-29
minor clean-up
Brian Paul
2006-03-25
check for incomplete FBO in _mesa_Clear()
Brian Paul
2006-03-20
slightly improved error message
Brian Paul
2005-12-30
properly notify driver on scissor change in MakeCurrent
Keith Whitwell
2005-09-23
Replace gl_framebuffer's _ColorReadBufferMask with _ColorReadBufferIndex,
Brian Paul
2005-09-19
updated comment
Brian Paul
2005-09-15
Replace GLuint with GLbitfield where appropriate. Also replace GLuint
Brian Paul
2005-09-07
minor tweaks to _mesa_ResizeBuffersMESA()
Brian Paul
2005-09-06
just changes/updates to comments
Brian Paul
2005-08-31
Just additional comments.
Brian Paul
2005-08-31
remove dead code, update comments
Brian Paul
2005-07-01
remove OLD_RENDERBUFFER stuff
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
2005-02-09
initial support for GL_EXT_framebuffer_object
Brian Paul
2004-12-03
silence a variety of warnings found with g++ 3.4.2
Brian Paul
2004-10-02
added support for GL_ARB_draw_buffers
Brian Paul
2004-06-11
s/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/
Brian Paul
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2004-01-30
more descriptive error strings
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-04
comments regarding window sizing
Brian Paul
2003-06-02
s/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA (PHil Brown)
Brian Paul
2003-04-29
don't try to clear non-existant buffers
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-10-11
Another round of glRead/DrawBuffer() clean-ups and simplifications.
Brian Paul
2002-10-11
undo previous check-in (check if ctx->Color.DrawBuffer == mode)
Brian Paul
2002-10-11
check mode for no change in _mesa_Read/DrawBuffer()
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-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-13
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-04-19
added some casts
Brian Paul
2002-03-16
Lots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul
2002-02-15
added a glClear() error check
Brian Paul
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
[next]