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
/
renderbuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: use inline function wrapper for _mesa_reference_renderbuffer()
Brian Paul
2011-07-14
1
-8
/
+4
*
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
1
-0
/
+3
*
mesa: remove unused function _mesa_new_depthstencil_renderbuffer
Marek Olšák
2011-06-24
1
-23
/
+0
*
mesa: fix void pointer arithmetic warning
Brian Paul
2011-04-20
1
-2
/
+2
*
mesa: Add renderbuffer accessors for A, I, L, FLOAT32.
Eric Anholt
2011-04-20
1
-0
/
+218
*
mesa: Add renderbuffer accessors for MESA_FORMAT_R_FLOAT32, RG_FLOAT32.
Eric Anholt
2011-04-20
1
-0
/
+92
*
mesa: Add renderbuffer accessors for MESA_FORMAT_RGBA_FLOAT32.
Eric Anholt
2011-04-20
1
-0
/
+27
*
mesa: fix void pointer arithmetic warnings
Brian Paul
2011-04-18
1
-21
/
+18
*
mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.
Eric Anholt
2011-04-18
1
-0
/
+310
*
mesa: Use _mesa_get_format_bytes to refactor out the RB get_row_*
Eric Anholt
2011-04-18
1
-60
/
+10
*
mesa: Use _mesa_get_format_bytes to refactor out the RB get_pointer_*
Eric Anholt
2011-04-18
1
-66
/
+11
*
intel: Use Mesa core's renderbuffer accessors for depth.
Eric Anholt
2011-04-18
1
-0
/
+2
*
mesa: Add a function to set up the default renderbuffer accessors.
Eric Anholt
2011-04-18
1
-78
/
+102
*
mesa: Add a gl_renderbuffer.RowStride field like textures have.
Eric Anholt
2011-04-18
1
-53
/
+62
*
mesa: Remove renderbuffer deletion debug field.
Eric Anholt
2011-04-18
1
-5
/
+0
*
mesa: work around failed assertion for GL_RGBA16_SNORM accum buffer
Brian Paul
2011-04-04
1
-1
/
+14
*
mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()
Brian Paul
2011-01-24
1
-1
/
+1
*
mesa: s/GLuint/gl_buffer_index/
Brian Paul
2011-01-03
1
-4
/
+7
*
mesa: fix aux/accum comment and error message mixups
Brian Paul
2010-11-02
1
-2
/
+2
*
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
[next]