summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* swrast: fix assorted bugs in software blit codeBrian Paul2013-01-171-10/+20
* mesa: Add support to allow blitting to multiple color draw buffersAnuj Phogat2013-01-151-261/+300
* swrast: use new core Mesa compressed texel fetch functionsBrian Paul2012-12-142-87/+110
* swrast: merge get_texel_fetch_func() and set_fetch_functions()Brian Paul2012-12-141-26/+20
* swrast: make _mesa_get_texel_fetch_func() staticBrian Paul2012-12-142-7/+4
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2Anuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2Anuj Phogat2012-12-071-1/+1
* mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat2012-12-071-0/+60
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-302-3/+3
* Remove OpenVMS supportMatt Turner2012-11-161-82/+0
* swrast: fix MSVC signed/unsigned warningsBrian Paul2012-11-061-2/+2
* swrast: remove explicit size from texfetch_funcs arrayBrian Paul2012-10-311-1/+1
* swrast: Remove support for the NV_fragment_program extension.Kenneth Graunke2012-10-162-8/+1
* swrast: remove unused ati_fs_opcodes arrayBrian Paul2012-09-151-15/+0
* mesa/ati_fragshader: no need for opcodes to be global.Dave Airlie2012-09-151-1/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-054-17/+8
* Don't cast the return value of malloc/reallocMatt Turner2012-09-058-23/+23
* mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul2012-09-033-5/+5
* mesa: s/FREE/free/Brian Paul2012-09-011-5/+5
* mesa: s/CALLOC/calloc/Brian Paul2012-09-012-2/+2
* mesa: s/MALLOC/malloc/Brian Paul2012-09-012-2/+2
* mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul2012-08-311-1/+1
* swrast: fix wrong assignments in _swrast_add_spec_terms_line()Brian Paul2012-08-291-2/+2
* swrast: implement cubical depth texture samplingBrian Paul2012-08-241-41/+74
* mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formatsBrian Paul2012-08-241-24/+24
* mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formatsBrian Paul2012-08-241-24/+24
* mesa: new _mesa_num_tex_faces() helperBrian Paul2012-08-241-2/+3
* mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick2012-08-141-20/+16
* mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2012-08-122-29/+15
* swrast: Support sampler object for texture fetching statePauli Nieminen2012-08-0110-360/+446
* mesa: Move DepthMode to texture objectPauli Nieminen2012-08-011-2/+2
* mesa formats: add MESA_FORMAT_ABGR2101010_UINTJordan Justen2012-07-211-1/+7
* swrast: Fix memory leaks in blit_linear.Vinson Lee2012-04-021-0/+9
* mesa: rework texture completeness testingBrian Paul2012-03-203-4/+10
* swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/Brian Paul2012-03-121-3/+3
* mesa: move more swrast-related #defines out of core MesaBrian Paul2012-02-242-0/+28
* mesa: remove MAX_WIDTH from prog_execute.hBrian Paul2012-02-241-0/+2
* swrast: check max renderbuffer size against SWRAST_MAX_WIDTHBrian Paul2012-02-241-0/+2
* swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-2416-46/+55
* swrast: remove MAX_WIDTH array in s_span.cBrian Paul2012-02-241-1/+2
* swrast: simplify mask array codeBrian Paul2012-02-241-3/+4
* swrast: stop using MAX_WIDTH arrays in triangle codeBrian Paul2012-02-241-2/+2