summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* 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
* swrast: anisotropic filtering extensionAndreas Faenger2011-05-183-0/+414
* mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhereIan Romanick2011-04-253-3/+1
* swrast: Disable glAccum drawing during conditional rendering.Eric Anholt2011-04-231-0/+4
* swrast: fix readpix clampingMarek Olšák2011-04-221-4/+4
* mesa: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2011-04-211-11/+4
* swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts.Eric Anholt2011-04-202-0/+6
* swrast: Don't try to adjust_colors for <8bpc when handling R16, RG1616.Eric Anholt2011-04-181-3/+3
* swrast: Don't assert against glReadPixels of GL_RED and GL_RG.Eric Anholt2011-04-182-2/+8
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-105-147/+150
* swrast: simplify assertion to silence warningBrian Paul2011-04-051-6/+1
* swrast: report data type in error messageBrian Paul2011-03-171-1/+2
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-112-3/+5
* swrast: flip the conditionals in shadow_compare4() for readabilityBrian Paul2011-03-081-24/+24
* swrast: add coord clamping, fix comparisons for shadow testingPhilip Taylor2011-03-081-27/+30
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-283-1/+3
* mesa: remove GL_SGI_texture_color_table supportBrian Paul2011-02-281-5/+0
* mesa: Remove empty header file s_trispan.h.Kenneth Graunke2011-02-101-31/+0
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-46/+46