summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* main: remove duplicated includesNicolas Kaiser2011-04-252-2/+0
* mesa: add stricter checks for float formats in the texstore memcpy pathMarek Olšák2011-04-251-0/+2
* mesa: implement generate-mipmap fallback for RGB10_A2Marek Olšák2011-04-251-0/+80
* mesa: Add some comments about FRAG_RESULT_COLOR vs FRAG_RESULT_DATAn.Eric Anholt2011-04-231-0/+8
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-0/+8
* mesa: Don't assert on the compressed convertformat for GenerateMipmaps.Eric Anholt2011-04-231-1/+0
* mesa: Choose RGTC formats for GL_COMPRESSED_RED, GL_COMPRESSED_RG.Eric Anholt2011-04-231-0/+8
* mesa: Kill gl_fragment_program::FogOption with fireIan Romanick2011-04-212-9/+1
* mesa: Fix bugs in ff fragment shader fog handlingIan Romanick2011-04-211-19/+20
* mesa: fix void pointer arithmetic warningBrian Paul2011-04-201-2/+2
* mesa: Add renderbuffer accessors for A, I, L, FLOAT32.Eric Anholt2011-04-201-0/+218
* mesa: Add renderbuffer accessors for MESA_FORMAT_R_FLOAT32, RG_FLOAT32.Eric Anholt2011-04-201-0/+92
* mesa: Add ChooseTexFormat fallbacks for floating point textures.Eric Anholt2011-04-201-4/+30
* mesa: Add renderbuffer accessors for MESA_FORMAT_RGBA_FLOAT32.Eric Anholt2011-04-201-0/+27
* mesa: fix void pointer arithmetic warningsBrian Paul2011-04-181-21/+18
* mesa: fix wrong parameter type in set_sampler_max_lod()Brian Paul2011-04-181-1/+1
* mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.Eric Anholt2011-04-181-0/+310
* mesa: Use _mesa_get_format_bytes to refactor out the RB get_row_*Eric Anholt2011-04-181-60/+10
* mesa: Use _mesa_get_format_bytes to refactor out the RB get_pointer_*Eric Anholt2011-04-181-66/+11
* intel: Use Mesa core's renderbuffer accessors for depth.Eric Anholt2011-04-181-0/+2
* 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