summaryrefslogtreecommitdiff
path: root/src/mesa/main/renderbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-03mesa: switch to c11 mutex functionsBrian Paul1-6/+6
2013-09-04mesa: free object labels when deletingTimothy Arceri1-0/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-01mesa: add renderbuffer Depth fieldJordan Justen1-0/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-12-03mesa: remove warning message in _mesa_reference_renderbuffer_()Brian Paul1-4/+1
2012-11-30mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul1-2/+6
2012-08-31mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul1-1/+5
2012-01-24mesa: remove gl_renderbuffer::WrappedBrian Paul1-5/+0
2012-01-24mesa: move freeing of software renderbuffers into swrastBrian Paul1-6/+1
2012-01-24mesa: remove gl_renderbuffer::DataTypeBrian Paul1-1/+0
2012-01-24mesa: remove obsolete PutRow, etc assignmentsBrian Paul1-17/+0
2012-01-12mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functionsBrian Paul1-1/+1
2011-12-24mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul1-1/+0
2011-12-24mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()Brian Paul1-2/+0
2011-12-08mesa: simplify _mesa_remove_renderbuffer()Brian Paul1-10/+2
2011-12-08mesa: remove software-based renderbuffer code from core MesaBrian Paul1-2010/+0
2011-12-08mesa: make some renderbuffer functions staticBrian Paul1-48/+48
2011-12-02mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul1-2/+2
2011-11-15mesa: remove support for software alpha buffersBrian Paul1-367/+0
2011-11-07mesa: fix the selection of soft renderbuffer color formatsBrian Paul1-7/+17
2011-11-07mesa: remove unneeded soft renderbuffer format-setting codeBrian Paul1-16/+0
2011-11-03mesa: fix inital value for new renderbufferYuanhan Liu1-1/+1
2011-11-01Add MapRenderbuffer implementations for software drivers.Eric Anholt1-0/+27
2011-07-14mesa: use inline function wrapper for _mesa_reference_renderbuffer()Brian Paul1-8/+4
2011-07-10mesa: initial ARB_depth_buffer_float supportMarek Olšák1-0/+3
2011-06-24mesa: remove unused function _mesa_new_depthstencil_renderbufferMarek Olšák1-23/+0
2011-04-20mesa: fix void pointer arithmetic warningBrian Paul1-2/+2
2011-04-20mesa: Add renderbuffer accessors for A, I, L, FLOAT32.Eric Anholt1-0/+218
2011-04-20mesa: Add renderbuffer accessors for MESA_FORMAT_R_FLOAT32, RG_FLOAT32.Eric Anholt1-0/+92
2011-04-20mesa: Add renderbuffer accessors for MESA_FORMAT_RGBA_FLOAT32.Eric Anholt1-0/+27
2011-04-18mesa: fix void pointer arithmetic warningsBrian Paul1-21/+18
2011-04-18mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.Eric Anholt1-0/+310
2011-04-18mesa: Use _mesa_get_format_bytes to refactor out the RB get_row_*Eric Anholt1-60/+10
2011-04-18mesa: Use _mesa_get_format_bytes to refactor out the RB get_pointer_*Eric Anholt1-66/+11
2011-04-18intel: Use Mesa core's renderbuffer accessors for depth.Eric Anholt1-0/+2
2011-04-18mesa: Add a function to set up the default renderbuffer accessors.Eric Anholt1-78/+102
2011-04-18mesa: Add a gl_renderbuffer.RowStride field like textures have.Eric Anholt1-53/+62
2011-04-18mesa: Remove renderbuffer deletion debug field.Eric Anholt1-5/+0
2011-04-04mesa: work around failed assertion for GL_RGBA16_SNORM accum bufferBrian Paul1-1/+14
2011-01-24mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul1-1/+1
2011-01-03mesa: s/GLuint/gl_buffer_index/Brian Paul1-4/+7
2010-11-02mesa: fix aux/accum comment and error message mixupsBrian Paul1-2/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-66/+66
2010-09-30main: remove duplicated includesNicolas Kaiser1-1/+0
2010-05-09mesa: use GL_RGBA16_SNORM for accum bufferBrian Paul1-1/+2
2010-05-04mesa: remove some color index codeBrian Paul1-19/+0
2010-05-04mesa: remove renderbuffer adaptor callsBrian Paul1-24/+0