index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
renderbuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-66
/
+66
*
main: remove duplicated includes
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
mesa: use GL_RGBA16_SNORM for accum buffer
Brian Paul
2010-05-09
1
-1
/
+2
*
mesa: remove some color index code
Brian Paul
2010-05-04
1
-19
/
+0
*
mesa: remove renderbuffer adaptor calls
Brian Paul
2010-05-04
1
-24
/
+0
*
mesa: Remove _mesa_add_color_index_renderbuffers
Ian Romanick
2010-03-03
1
-56
/
+0
*
mesa: Remove checks of Visual.rgbMode
Ian Romanick
2010-03-03
1
-18
/
+7
*
mesa: fix _BaseFormat assignment in _mesa_soft_renderbuffer_storage()
Brian Paul
2010-02-26
1
-1
/
+1
*
mesa: added renderbuffer->_BaseFormat assertion
Brian Paul
2010-02-25
1
-0
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-7
/
+7
*
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
1
-2
/
+2
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-12
/
+12
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-174
/
+81
|
\
|
*
mesa: use MESA_FORMAT_X8_Z24
Brian Paul
2009-10-21
1
-0
/
+16
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-176
/
+67
*
|
mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()
Brian Paul
2009-10-09
1
-1
/
+1
|
/
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-1
/
+2
|
\
|
*
gallium: remove stray include of st_context.h
Brian Paul
2008-06-10
1
-2
/
+0
|
*
remove some temporary hacks
Brian
2007-08-10
1
-47
/
+3
|
*
Checkpoint intel_renderbuffer removal.
Brian
2007-08-09
1
-2
/
+12
|
*
s/Z24_S8/S8_Z24/ (stencil is in the high byte)
Brian
2007-08-01
1
-1
/
+1
|
*
sp_z_surface.h is dead
Brian
2007-07-31
1
-1
/
+0
|
*
Redesign pipe_surface in terms of pipe_region.
Brian
2007-07-31
1
-20
/
+34
|
*
32 and z24s8 softpipe buffers
Brian
2007-07-30
1
-1
/
+7
|
*
Lots of improvements to the surface-related code.
Brian
2007-07-30
1
-2
/
+20
*
|
mesa: add new ColorEncoding and ComponentType to gl_renderbuffer
Brian Paul
2009-01-22
1
-1
/
+6
|
/
*
temporary add some extra renderbuffer debug code
Brian
2007-04-05
1
-1
/
+7
*
updated debug printf
Brian
2007-04-02
1
-2
/
+2
*
Fix some renderbuffer reference counting issues. Also fixes a mem leak.
Brian
2007-03-25
1
-21
/
+35
*
Implement alpha buffer copy for SwapBuffers().
Brian
2007-03-23
1
-0
/
+32
*
Assorted fixes for dealing with zero-size frame/renderbuffers.
Brian
2007-03-16
1
-11
/
+15
*
Fix/improve framebuffer object reference counting.
Brian
2007-03-06
1
-11
/
+12
*
Added _mesa_remove_renderbuffer() as a counterpart to _mesa_add_renderbuffer().
Brian Paul
2006-05-20
1
-1
/
+50
*
install renderbuffer adaptors when color channel sizes need to be reduced
Brian Paul
2006-05-19
1
-0
/
+21
*
s/GLbyte/GLubyte/
Brian Paul
2006-05-14
1
-2
/
+2
*
remove _glthread_INIT_MUTEX() call
Brian Paul
2006-04-26
1
-1
/
+0
*
updated assertion
Brian Paul
2006-04-23
1
-4
/
+8
*
merge from texman branch
mesa_20060325
Brian Paul
2006-03-26
1
-48
/
+96
*
init Red/Green/EtcBits = 0 in soft_renderbuffer_storage()
Brian Paul
2006-03-14
1
-1
/
+10
*
improved error msg
Brian Paul
2006-03-02
1
-1
/
+3
*
added _mesa_new_depthstencil_renderbuffer() for combined depth/stencil buffers
Brian Paul
2005-11-16
1
-8
/
+54
*
change initialization of renderbuffer DepthBits
Brian Paul
2005-10-04
1
-3
/
+8
*
change initialization of rb->DepthBits
Brian Paul
2005-09-28
1
-2
/
+4
*
Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbuffer
Brian Paul
2005-09-23
1
-88
/
+94
*
Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,
Brian Paul
2005-09-22
1
-28
/
+27
*
change mask[] test in put_mono_row_uint()
Brian Paul
2005-09-20
1
-3
/
+11
*
s/GLchan/GLubyte/, fix error string, add comment
Brian Paul
2005-09-19
1
-2
/
+3
*
Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.c
Brian Paul
2005-09-13
1
-2
/
+84
*
Remove last remnants of pre-renderbuffer code.
Brian Paul
2005-09-03
1
-0
/
+2
[next]