summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* glsl: s/sprintf/_mesa_snprintf/Vinson Lee2010-05-017-29/+29
* glapi: s/strcpy/strncpy/Vinson Lee2010-05-011-1/+2
* st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul2010-04-307-81/+122
* x86-64: Make assembly routines .hidden like on x86Adam Jackson2010-04-301-0/+8
* st/mesa: remove unused/disabled codeBrian Paul2010-04-292-48/+0
* mesa: added _mesa_print_framebuffer() for debuggingBrian Paul2010-04-292-0/+44
* i965: Reject shaders with uninlined function calls instead of hanging.Eric Anholt2010-04-291-1/+33
* mesa: Don't overwrite a driver's shader infolog with generic failure message.Eric Anholt2010-04-291-1/+4
* i965: Fix cube map layouts on Ironlake.Eric Anholt2010-04-294-68/+24
* i965: Implement VS MAX in a more obvious way.Eric Anholt2010-04-291-3/+3
* i965: Use immediate float operands for some VS instructions.Eric Anholt2010-04-291-0/+86
* st/mesa: move/improve Mesa GPU program debuggingBrian Paul2010-04-281-10/+11
* st/mesa: add missing debug entry for DEBUG_CONSTANTSBrian Paul2010-04-281-0/+1
* Merge branch '7.8'Brian Paul2010-04-282-2/+7
|\
| * st/mesa: fix incorrect RowStride computationBrian Paul2010-04-281-1/+4
| * st/mesa: fill in stImage->level in st_generate_mipmap()Brian Paul2010-04-281-1/+3
* | Merge branch '7.8'Brian Paul2010-04-281-0/+20
|\|
| * mesa: Disable scissor when begining meta operationsPierre Willenbrock2010-04-271-0/+1
| * mesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targetsPierre Willenbrock2010-04-271-4/+8
| * glapi: Fix loading of old DRI drivers.Chia-I Wu2010-04-271-0/+20
* | Disable scissor when begining meta operationsPierre Willenbrock2010-04-271-0/+1
* | Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targetsPierre Willenbrock2010-04-271-4/+8
* | Fill the padding between entrys in the sampler keyPierre Willenbrock2010-04-271-1/+7
* | i915: Add debugging for just prorgam compile under INTEL_DEBUG=wmEric Anholt2010-04-271-0/+11
* | i915: Provide counts in the error messages for program limits.Eric Anholt2010-04-272-10/+19
* | radeon: fix warningsMarek Olšák2010-04-281-1/+3
* | Add missing _ in extension category nameIan Romanick2010-04-271-1/+1
* | mesa: move/rename is_depth_or_stencil_format()Brian Paul2010-04-273-22/+30
* | st/mesa: rename var and update st_choose_format() commentsBrian Paul2010-04-271-47/+53
* | st/mesa: call is_format_supported() for compressed formatsBrian Paul2010-04-271-4/+20
* | st/mesa: 80-column wrappingBrian Paul2010-04-271-14/+28
* | st/mesa: try to get actual compressed format for GL_COMPRESSED_RGB[A] formatsBrian Paul2010-04-271-2/+20
* | st/mesa: fix strides in (de)compress_image() functionsBrian Paul2010-04-271-14/+2
* | dri_util: Assume error checking is done properly in glXMakeCurrentJakob Bornecrantz2010-04-271-14/+17
* | mesa: start adding GL 3.1 signed normalized texture formatsBrian Paul2010-04-266-8/+470
* | r600: add support for more rendering formatsAlex Deucher2010-04-264-16/+295
* | r600: avoid setting invalid bit on r7xx for blitsAlex Deucher2010-04-261-0/+4
* | r600: enable VERT_RESULT_PSIZ - makes point size & attenuation workAndre Maasikas2010-04-262-2/+29
* | r600: adjust point sprites after 911fa4a4a1Andre Maasikas2010-04-261-10/+11
* | st_api: Remove st_moduleJakob Bornecrantz2010-04-262-18/+24
* | radeon: Remove NULL check of bo_legacy->tobj.Vinson Lee2010-04-241-2/+1
* | dri: Remove unnecessary header.Vinson Lee2010-04-241-1/+0
* | mesa: Eliminate multiple va_list usage.José Fonseca2010-04-242-6/+8
* | st/mesa: checkpoint WIP: mipmap generation for compressed texturesBrian Paul2010-04-231-10/+102
* | st/mesa: minor improvements in fallback_generate_mipmap()Brian Paul2010-04-231-10/+11
* | st/mesa: remove unneeded #includes and add/update commentsBrian Paul2010-04-231-9/+7
* | st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-2320-114/+138
* | mesa: simplify some code in _mesa_generate_mipmap()Brian Paul2010-04-231-19/+10
* | st/mesa: re-do binding flags in st_ChooseTextureFormat(), againBrian Paul2010-04-231-12/+17
* | st/mesa: replace 'usage' with 'bindings'Brian Paul2010-04-231-12/+20