summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_drawpix.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
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
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-2/+2
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-3/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-2/+2
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-7/+7
2012-02-24swrast: remove MAX_WIDTH arrays in s_drawpix.cBrian Paul1-27/+36
2012-01-27mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()Brian Paul1-1/+2
2012-01-24swrast: use swrast_renderbuffer instead of gl_renderbufferBrian Paul1-1/+2
2012-01-24mesa: remove gl_renderbuffer:RowStride fieldBrian Paul1-1/+1
2012-01-24swrast: remove gl_renderbuffer::DataType check in DrawPixels()Brian Paul1-5/+8
2011-12-24swrast: rewrite glDrawPixels(GL_DEPTH) with zoomBrian Paul1-44/+14
2011-12-24swrast: refactor/rewrite fast_draw_rgba_pixels()Brian Paul1-234/+167
2011-12-24swrast: move swrast_render_start/finish() call in drawpixels codeBrian Paul1-10/+24
2011-12-24swrast: new fast_draw_depth_stencil() for glDrawPixels(GL_DEPTH_STENCIL)Brian Paul1-16/+40
2011-12-24swrast: remove needless assignment in draw_depth_stencil_pixels()Brian Paul1-1/+0
2011-12-14swrast: Don't do Z24S8 drawpixels fast-paths with Z32_X24S8 input data.Eric Anholt1-2/+4
2011-11-15mesa: replace GLstencil with GLubyteBrian Paul1-6/+4
2011-10-18swrast: Fix fastpaths for glRead/WritePixels(GL_DEPTH_STENCIL)Chad Versace1-0/+2
2011-10-15swrast: Remove redundant term in logic expressionChad Versace1-1/+0
2011-10-15swrast: Fix fastpaths in glRead/WritePixels(GL_DEPTH_STENCIL)Chad Versace1-0/+2
2011-09-06swrast: Use GL_STENCIL_INDEX for address calculationsIan Romanick1-1/+1
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-0/+1
2010-12-03swrast: fix indentationBrian Paul1-6/+6
2010-12-03swrast: allow GL_RG format in glDrawPixels()Brian Paul1-18/+6
2010-10-23mesa: split up the image.c fileBrian Paul1-1/+3
2010-10-20swrast: Print out format on unexpected failure in _swrast_DrawPixels.Vinson Lee1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-6/+6
2010-09-23mesa: Remove EXT_convolution.Eric Anholt1-57/+0
2010-09-23mesa: Remove EXT_histogram.Eric Anholt1-20/+15
2010-03-03swrast: Remove support for DrawPixels into a color-index bufferIan Romanick1-79/+2
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-5/+5
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-1/+1
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz1-1/+0
2010-01-13swrast: Remove unnecessary header from s_drawpix.c.Vinson Lee1-1/+0
2009-12-31swrast: add check for conditional renderingBrian Paul1-0/+4
2009-09-03swrast: wrap comment to 80 columns, remove dead codeBrian Paul1-57/+6
2009-09-03mesa: consolidate PBO map/unmap helpersBrian Paul1-2/+2
2009-02-18swrast: Set vp_override flag during DrawPixelsNicolai Haehnle1-0/+11
2009-02-09swrast: fix typo: s/drapix/drawpix/Brian Paul1-1/+1
2009-01-30swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul1-5/+5
2008-09-18mesa: remove unneeded s_drawpix.h headerBrian1-1/+0
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-9/+9
2008-05-08mesa: Call RENDER_FINISH on the zero pixel case.Xiang, Haihao1-1/+3
2008-03-21Refactor PBO validate/map code.Brian1-2/+1
2008-03-21add a number of PBO validate/map/unmap functionsBrian1-27/+5
2008-01-22Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian1-1/+6
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian1-3/+3