index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
buffers.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Just additional comments.
Brian Paul
2005-08-31
1
-0
/
+13
*
remove dead code, update comments
Brian Paul
2005-08-31
1
-10
/
+5
*
remove OLD_RENDERBUFFER stuff
Brian Paul
2005-07-01
1
-6
/
+2
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-275
/
+273
*
Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and do
Brian Paul
2005-02-26
1
-30
/
+48
*
initial support for GL_EXT_framebuffer_object
Brian Paul
2005-02-09
1
-55
/
+139
*
silence a variety of warnings found with g++ 3.4.2
Brian Paul
2004-12-03
1
-5
/
+5
*
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
1
-193
/
+200
*
s/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/
Brian Paul
2004-06-11
1
-2
/
+2
*
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-21
1
-36
/
+36
*
more descriptive error strings
Brian Paul
2004-01-30
1
-9
/
+9
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-8
/
+8
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-40
/
+178
*
comments regarding window sizing
Brian Paul
2003-06-04
1
-4
/
+7
*
s/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA (PHil Brown)
Brian Paul
2003-06-02
1
-2
/
+2
*
don't try to clear non-existant buffers
Brian Paul
2003-04-29
1
-8
/
+12
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-4
/
+3
*
Header file clean-up:
Brian Paul
2002-10-24
1
-6
/
+2
*
Another round of glRead/DrawBuffer() clean-ups and simplifications.
Brian Paul
2002-10-11
1
-27
/
+81
*
undo previous check-in (check if ctx->Color.DrawBuffer == mode)
Brian Paul
2002-10-11
1
-4
/
+1
*
check mode for no change in _mesa_Read/DrawBuffer()
Brian Paul
2002-10-11
1
-2
/
+7
*
Changed a number of context fields from GLchan to GLfloat (such as ClearColor).
Brian Paul
2002-10-04
1
-8
/
+8
*
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
Brian Paul
2002-07-09
1
-56
/
+36
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-21
/
+9
*
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-06-13
1
-6
/
+6
*
added some casts
Brian Paul
2002-04-19
1
-5
/
+3
*
Lots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul
2002-03-16
1
-15
/
+41
*
added a glClear() error check
Brian Paul
2002-02-15
1
-3
/
+12
*
more warning fixes (Karl Schultz)
Brian Paul
2001-09-14
1
-3
/
+3
*
Consolidated source files. Since the re-org a number of source files
Brian Paul
2001-06-18
1
-2
/
+32
*
infrastructure for GL_ARB_multisample
Brian Paul
2001-05-29
1
-1
/
+22
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-2
/
+2
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-18
/
+18
*
removed unused vars
Brian Paul
2001-01-29
1
-2
/
+1
*
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-29
1
-22
/
+4
*
Lots of GLchan datatype changes.
Brian Paul
2001-01-24
1
-22
/
+15
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-23
/
+23
*
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2001-01-05
1
-2
/
+3
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-12
/
+24
*
Committing in .
Jouk Jansen
2000-11-22
1
-7
/
+7
*
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-13
1
-6
/
+6
*
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-31
1
-198
/
+6
*
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
Brian Paul
2000-10-30
1
-2
/
+2
*
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-30
1
-4
/
+7
*
Basic work to support deep color channels:
Brian Paul
2000-10-28
1
-18
/
+18
*
call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear...
Brian Paul
2000-10-19
1
-2
/
+7
*
ported render begin/end calls from Mesa 3.4
Brian Paul
2000-10-17
1
-1
/
+5
*
First batch of OpenGL SI related changes:
Brian Paul
2000-09-26
1
-28
/
+27
*
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
Brian Paul
2000-09-08
1
-7
/
+8
*
Removed ctx->Driver.LogicOp().
Brian Paul
2000-09-07
1
-2
/
+4
[prev]
[next]