summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add a function to set up the default renderbuffer accessors.Eric Anholt2011-04-182-78/+104
* mesa: Add a gl_renderbuffer.RowStride field like textures have.Eric Anholt2011-04-183-53/+66
* mesa: Repack single-byte fields in gl_renderbuffer.Eric Anholt2011-04-181-4/+4
* mesa: Remove renderbuffer deletion debug field.Eric Anholt2011-04-182-7/+0
* mesa: Fix _mesa_unpack_dudv_span_byte assertion.Eric Anholt2011-04-171-1/+2
* mesa: provide more info for glCompressedTexImage() errorsCarl-Philip Haensch2011-04-161-8/+26
* mesa: move error check code in compressedteximage()Brian Paul2011-04-161-2/+2
* mesa: finish up ARB_texture_floatMarek Olšák2011-04-153-3/+46
* mesa: add R/RG floating-point formatsMarek Olšák2011-04-156-4/+208
* mesa: fix L16F and L32F format propertiesMarek Olšák2011-04-151-2/+2
* mesa: Expose ATI_draw_buffers.Eric Anholt2011-04-131-0/+1
* mesa: 80-column wrapping and whitespace fixesBrian Paul2011-04-134-14/+17
* mesa: fix some comments in sampler object codeBrian Paul2011-04-131-4/+4
* texstore: fix regression stricter check for memcpy path for unorm88 and unorm...Hans de Goede2011-04-121-4/+10
* mesa: plug in new functions for GL_ARB_sampler_objectsBrian Paul2011-04-103-0/+37
* mesa: new code/functions for GL_ARB_sampler_objectsBrian Paul2011-04-102-0/+1409
* mesa: alloc/free shared sampler objectsBrian Paul2011-04-101-0/+27
* mesa: new driver hooks for GL_ARB_sampler_objectsBrian Paul2011-04-101-0/+8
* mesa: add glGet for GL_ARB_sampler_objectsBrian Paul2011-04-101-0/+17
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-107-157/+195
* glapi: regenerated files for GL_ARB_sampler_objectsBrian Paul2011-04-103-3339/+3503
* 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