summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: Fix an incorrect user vertex buffer referenceThomas Hellstrom2011-03-081-4/+2
* st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format failsMarek Olšák2011-03-071-1/+5
* st/mesa: fix incorrect version checking codeBrian Paul2011-03-071-2/+3
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+3
* st/mesa: set PIPE_BIND_RENDER_TARGET for sRGB formats if UNORM is supportedMarek Olšák2011-03-041-2/+9
* mesa/st: fix softpipe npot compressed mipmaps.Dave Airlie2011-03-021-2/+2
* mesa/st: fix generate mipmap for signed compressed formats.Dave Airlie2011-03-021-32/+63
* st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possibleMarek Olšák2011-03-021-2/+8
* st/mesa: probably handle instanced drawingChristian König2011-03-011-12/+23
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-284-0/+4
* mesa/st: add RGTC format support.Dave Airlie2011-02-282-0/+33
* st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König2011-02-281-0/+2
* gallium/st: place value check before value is useJerome Glisse2011-02-251-1/+1
* st/mesa: treat 1D ARRAY upload like a depth or 2D array upload.Dave Airlie2011-02-241-0/+12
* st/mesa: fix computing the lowest address for interleaved attribsWiktor Janas2011-02-231-3/+6
* st/mesa: fix crash when using both user and vbo buffers with the same strideMarek Olšák2011-02-201-0/+8
* st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULLMarek Olšák2011-02-201-6/+10
* st/mesa: need to translate clear color according to surface's base formatBrian Paul2011-02-214-47/+75
* st/mesa: fix the default case in st_format_datatype()Brian Paul2011-02-211-5/+2
* st/mesa: fix incorrect texture size allocation in st_finalize_texture()Brian Paul2011-02-211-3/+18
* st/mesa: refactor guess_and_alloc_texture() codeBrian Paul2011-02-211-35/+60
* st/mesa: fix mipmap generation for non-POW texturesBrian Paul2011-02-211-7/+7
* st/mesa: set renderbuffer _BaseFormat in a few placesBrian Paul2011-02-181-0/+2
* st/mesa: check buffer orientation in blit_copy_pixels()Brian Paul2011-02-181-3/+4
* st/mesa: fix geometry corruption by always re-binding vertex arraysMarek Olšák2011-02-181-1/+3
* st/mesa: implement blit-based path for glCopyPixelsBrian Paul2011-02-171-0/+114
* st/mesa: indentation fixBrian Paul2011-02-171-1/+1
* st/mesa: fix incorrect glCopyPixels position on fallback pathBrian Paul2011-02-171-3/+4
* st/mesa: remove unused screen variablesBrian Paul2011-02-171-2/+0
* mesa: Remove the DXT compression via blit path.José Fonseca2011-02-162-157/+1
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-155-6/+31
* st/mesa: fix compressed mipmap generation.Dave Airlie2011-02-151-6/+4
* st/mesa: fix GLES buildMarek Olšák2011-02-151-1/+1
* st/mesa: Use blend equation and function of first render target for all rende...Fabian Bieler2011-02-141-8/+11
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-143-0/+48
* st/mesa: set vertex arrays state only when necessaryMarek Olšák2011-02-141-182/+110
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-142-6/+0