aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* swrast: Fix memory leak in out-of-memory path.Vinson Lee2011-10-251-0/+1
* swrast: use _mesa_ffs() instead of ffs()Brian Paul2011-10-251-2/+2
* swrast: fix comment typo (s/texure/texture/)Brian Paul2011-10-231-1/+1
* swrast: update renderbuffer format assertionBrian Paul2011-10-231-1/+4
* mesa: add swrast_texture_image::BufferBrian Paul2011-10-234-23/+211
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-236-32/+58
* swrast: fix float->uint conversion of gl_FragDepthBrian Paul2011-10-191-1/+2
* swrast: Fix fastpaths for glRead/WritePixels(GL_DEPTH_STENCIL)Chad Versace2011-10-182-0/+4
* swrast: Remove redundant term in logic expressionChad Versace2011-10-152-2/+0
* swrast: Fix fastpaths in glRead/WritePixels(GL_DEPTH_STENCIL)Chad Versace2011-10-152-0/+4
* swrast: be a bit smarter in clip_span()Brian Paul2011-10-131-1/+4
* swrast: s/FetchTexelf/FetchTexel/Brian Paul2011-10-075-68/+68
* swrast: silence unused var warnings in non-debug buildsBrian Paul2011-10-071-0/+2
* swrast: remove unused swrast_texture_image::FetchTexelc methodBrian Paul2011-10-072-69/+2
* swrast: update texfetch_funcs table for new int/uint formatsBrian Paul2011-10-051-0/+325
* swrast: fix delayed texel buffer allocation regressionBrian Paul2011-10-031-20/+20
* swrast: When asked to map a slice of a 1D array, give back that slice.Eric Anholt2011-10-031-0/+7
* mesa: Delay s_texcombine.c memory allocation until it's used.Eric Anholt2011-10-012-11/+20
* mesa: s/INLINE/inline/Brian Paul2011-10-0114-69/+69
* swrast: always call _swrast_choose_texture_sample_func()Brian Paul2011-09-261-1/+1
* mesa: remove support for GL_APPLE_client_storage extensionBrian Paul2011-09-221-1/+1
* mesa: move gl_texture_image::Width/Height/DepthScale fields to swrastBrian Paul2011-09-225-9/+30
* mesa: move gl_texture_image::_IsPowerOfTwo into swrastBrian Paul2011-09-224-11/+32
* swrast: s/GLubyte/GLchan/ in a castBrian Paul2011-09-201-1/+1
* mesa: move last bits of GLchan stuff into swrastBrian Paul2011-09-203-0/+122
* mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick2011-09-193-3/+3
* swrast: fix more store_texel() bugsBrian Paul2011-09-181-4/+4
* swrast: add Alloc/FreeTextureImageBuffer() driver functionsBrian Paul2011-09-172-0/+48
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-176-252/+304
* swrast: introduce new swrast_texture_image structBrian Paul2011-09-173-0/+63
* mesa: move software texel fetch code into swrastBrian Paul2011-09-175-2/+3448
* mesa: move _mesa_update_fetch_functions() calls into swrastBrian Paul2011-09-171-2/+6
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-142-14/+4
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-21/+26
* swrast: Silence many "warning: unused parameter ‘ctx’"Ian Romanick2011-09-091-0/+7
* swrast: Use GL_STENCIL_INDEX for address calculationsIan Romanick2011-09-061-1/+1
* swrast: Remove GL_COLOR_INDEX from assertionsIan Romanick2011-09-061-4/+0
* swrast: get rid of needless do/whileBrian Paul2011-08-311-2/+2
* swrast: initialize program native limitsBrian Paul2011-08-311-0/+22
* swrast: Add implementation of MapTextureImage/UnmapTextureImage.Brian Paul2011-08-292-0/+123
* swrast: Remove swrast eject/validate texture image code.Brian Paul2011-08-241-79/+0
* swrast: don't try to do depth testing if there's no depth bufferBrian Paul2011-08-111-1/+2
* swrast: initial multi-threaded span renderingAndreas Fänger2011-08-113-36/+66
* swrast: silence unused var warningsFabio Pedretti2011-08-091-1/+1
* swrast: remove an unused-but-set variableMarek Olšák2011-07-151-11/+0
* mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV comboMarek Olšák2011-07-111-1/+1
* swrast: fix depth/stencil blits when there's no colorbufferMarek Olšák2011-07-101-3/+0
* mesa: move texrender.c to swrastBrian Paul2011-06-132-0/+664
* mesa: Don't try to clear a NULL renderbufferIan Romanick2011-06-071-0/+8
* swrast: BlitFramebuffer should not be killed by conditional renderingMarek Olšák2011-05-301-3/+0