summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Also update the color draw buffer if it's explicitly set to GL_NONE.Henri Verbeet2011-04-101-1/+1
* mesa: fix dstRowDiff computation in RGTC texstore functionsMarek Olšák2011-04-081-4/+4
* mesa: Update _ElementSize.Brian Paul2011-04-071-0/+2
* mesa: Fix allocation size of extension_indices array.Vinson Lee2011-04-061-1/+1
* mesa: fix error message textBrian Paul2011-04-061-1/+1
* mesa: consolidate code in _mesa_update_array_max_element()Brian Paul2011-04-063-63/+35
* mesa: init/release the default texture buffer objectBrian Paul2011-04-061-0/+8
* mesa: fix popping of texture state for GL_TEXTURE_BUFFERBrian Paul2011-04-061-0/+2
* mesa: TEXTURE_BUFFER fix-upBrian Paul2011-04-061-0/+1
* mesa: Recognize MESA_VERBOSE=all as shortcut for all debug options.José Fonseca2011-04-061-1/+1
* mesa: core support for GL_ARB_texture_buffer_objectBrian Paul2011-04-0510-4/+352
* mesa: regenerated API entrypoints for GL_ARB_texture_buffer_objectBrian Paul2011-04-053-4595/+4623
* mesa: Include GIT SHA1 in GL version stringIan Romanick2011-04-051-1/+6
* mesa: fix alpha value for texstore_rgbx8888Brian Paul2011-04-051-1/+1
* mesa: Guard against null pointer deref in fbo validationFabian Bieler2011-04-051-1/+1
* mesa: added _mesa_get_attachment_teximage() helpersBrian Paul2011-04-055-11/+29
* mesa: 80-column wrappingBrian Paul2011-04-053-8/+16
* mesa: Add fall-back formats for unsupported snorm formatsIan Romanick2011-04-041-3/+23
* mesa: work around failed assertion for GL_RGBA16_SNORM accum bufferBrian Paul2011-04-041-1/+14
* Use row stride instead of width when getting colour index texels.Michel Dänzer2011-03-301-2/+3
* Use proper source row stride when getting depth/stencil texels.Michel Dänzer2011-03-301-1/+2
* glsl: Move _mesa_builtin_uniform_desc from uniforms.c to ir_variable.cppIan Romanick2011-03-291-248/+0
* mesa: clamp texture border color if ARB_texture_float is unsupportedMarek Olšák2011-03-291-4/+12
* mesa: implement texstore and texfetch hooks for signed normalized formatsMarek Olšák2011-03-293-118/+514
* mesa: initial EXT_texture_snorm supportMarek Olšák2011-03-2910-37/+233
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-2916-61/+223
* mesa: regenerate glapi filesMarek Olšák2011-03-293-4474/+4505
* mesa: Add missing parentheses in glBlitFramebufferEXT error strings.Vinson Lee2011-03-281-5/+5
* mesa: add void to save_TextureBarrierNV()Brian Paul2011-03-251-1/+1
* mesa: Avoid redefining PUBLIC/USE/likely/unlikely macros.José Fonseca2011-03-251-13/+17
* mesa: Use appropriate call convention in VertexAttribI*v.José Fonseca2011-03-251-136/+136
* mesa,mapi: Remove spurious const keyword from ClearBufferfi args.José Fonseca2011-03-251-1/+1
* mesa: added _mesa_dump_image() for debuggingBrian Paul2011-03-242-0/+28
* mesa: minor whitespace fixesBrian Paul2011-03-244-7/+7
* mesa: new MESA_EXTENSION_MAX_YEAR env varBrian Paul2011-03-241-3/+17
* mesa: More glGet* fixes.José Fonseca2011-03-231-4/+4
* mesa: remove unused _MESA_NEW_NEED_NORMALSBrian Paul2011-03-231-3/+0
* mesa: remove _MESA_NEW_TRANSFER_STATEBrian Paul2011-03-234-10/+6
* mesa: Fix typo glGet*v(GL_TEXTURE_COORD_ARRAY_*).José Fonseca2011-03-221-3/+3
* mesa: 80-column wrapping and comment updatesBrian Paul2011-03-191-19/+20
* mesa: 80-column wrapping, update commentBrian Paul2011-03-191-7/+12
* mesa: consolidate enable/disable code for GL_TEXTURE_GEN_S/T/R/QBrian Paul2011-03-191-67/+9
* mesa: consolidate clip plane update codeBrian Paul2011-03-193-25/+21
* mesa: 80-column wrappingBrian Paul2011-03-191-2/+2
* mesa: replace macro with functionBrian Paul2011-03-191-8/+13
* mesa: 80-column wrappingBrian Paul2011-03-191-1/+2
* mesa: rename functions to follow Mesa conventionsBrian Paul2011-03-191-35/+29
* mesa: 80-column wrappingBrian Paul2011-03-191-2/+4
* mesa: minor improvements in glTexEnvfv()Brian Paul2011-03-171-16/+17
* mesa: only report up to 50 _mesa_problem() callsBrian Paul2011-03-171-5/+11