summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: expose ARB_ES2_compatibility if GL_FIXED vertex format is supportedMarek Olšák2011-04-301-0/+6
* st/mesa: support EXT_packed_floatMarek Olšák2011-04-293-0/+22
* st/mesa: support EXT_texture_shared_exponentMarek Olšák2011-04-293-0/+23
* st/mesa: raise shader MaxParameters if driver supports moreBrian Paul2011-04-271-0/+2
* st/mesa: choose 3-component float formats before 4-component formatsBrian Paul2011-04-271-2/+21
* st/mesa: whitespace fixesBrian Paul2011-04-271-3/+3
* st/mesa: fix warning: ‘user_memory’ may be used uninitialized in this fun...Marek Olšák2011-04-271-1/+1
* st/mesa: fix regression since a22aba4eae9b29db731487bce90e8292f7e82c72Dave Airlie2011-04-251-2/+2
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-233-17/+6
* st/mesa: check image size before copy_image_data_to_texture()Brian Paul2011-04-211-2/+7
* st/mesa: implement CopyBufferSubData using resource_copy_regionMarek Olšák2011-04-211-19/+4
* st/mesa: simplify a bit of the previous patchBrian Paul2011-04-151-5/+8
* st/mesa: add handling for 'PIPE_FORMAT_B8G8R8X8_UNORM' in st_fast_readpixelsPierre-Eric Pelloux-Prayer2011-04-151-10/+20
* st/mesa: convert Mesa float formats to GalliumMarek Olšák2011-04-152-0/+249
* mesa/st: Avoid spurious transfers when creating fbo textures without image data.José Fonseca2011-04-141-1/+6
* st/mesa: add support for GL_RGBA + GL_UNSIGNED_INT_8_8_8_8 in st_fast_readpixelspepp2011-04-141-1/+20
* st/mesa: minor clean-ups in update_textures()Brian Paul2011-04-131-4/+8
* mesa: plug in new functions for GL_ARB_sampler_objectsBrian Paul2011-04-102-0/+3
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-104-24/+52
* Make st_pipe_vertex_format return type in st_draw.h match st_draw.cAlan Coopersmith2011-04-081-1/+1
* st/mesa: Clamp min_lod to the max miplevel as well.Henri Verbeet2011-04-081-1/+3
* st/mesa: Set samplers views' first_level.Henri Verbeet2011-04-082-7/+6
* mesa/st: Fix user buffer size computation when stride is zero.José Fonseca2011-04-073-41/+54
* mesa/st: Handle feedback draw when VBO offsets are not sorted in ascending or...José Fonseca2011-04-071-2/+13
* mesa: core support for GL_ARB_texture_buffer_objectBrian Paul2011-04-051-0/+3
* st/mesa: Apply LOD from texture objectFabian Bieler2011-04-051-1/+2
* st/mesa: Apply LOD bias from correct texture unitFabian Bieler2011-04-051-1/+1
* mesa: added _mesa_get_attachment_teximage() helpersBrian Paul2011-04-051-3/+2
* st/mesa: minor assorted clean-ups and fixesBrian Paul2011-04-041-20/+22
* st/mesa: use 'array' local var to simplify the code a bitBrian Paul2011-04-041-29/+28
* st/mesa: fix zero-sized user vertex buffer bugBrian Paul2011-04-041-13/+23
* gallium: add a CAP for mixed colorbuffer format supportMarek Olšák2011-04-011-1/+24
* gallium: remove PIPE_CAP_VERTEX_COLOR_CLAMP_CONTROLMarek Olšák2011-03-291-4/+26
* st/mesa: choose an appropriate texture format for DrawPixelsMarek Olšák2011-03-291-3/+49
* gallium: add EXT_texture_snorm supportMarek Olšák2011-03-292-2/+236
* gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri2011-03-297-7/+24
* st/mesa: Validate state before doing blits.Henri Verbeet2011-03-271-0/+3
* st/mesa: use BITFIELD64_BIT() macro in a few more placesBrian Paul2011-03-153-4/+4
* gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák2011-03-154-0/+103
* st/mesa: Make use of the new PIPE_TRANSFER_DISCARD_* for buffer object.Mathias Fröhlich2011-03-151-5/+9
* gallium: Delay the creation of simple helper shadersJakob Bornecrantz2011-03-121-16/+38
* u_blitter: Do blits in linear color space.Henri Verbeet2011-03-121-1/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-114-8/+8
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-118-160/+119
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-112-3/+3
* st/mesa: remove unnecessary flushesMarek Olšák2011-03-111-3/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-082-3/+4
* st/mesa: implement ARB_syncMarek Olšák2011-03-084-0/+166
* st/mesa: cleanup checking for signed compressed formats in generate_mipmapsMarek Olšák2011-03-081-8/+4
* st/mesa: add LATC and 3DC supportMarek Olšák2011-03-083-3/+76