| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: check image size before copy_image_data_to_texture() | Brian Paul | 2011-04-21 | 1 | -2/+7 |
* | st/mesa: implement CopyBufferSubData using resource_copy_region | Marek Olšák | 2011-04-21 | 1 | -19/+4 |
* | st/mesa: simplify a bit of the previous patch | Brian Paul | 2011-04-15 | 1 | -5/+8 |
* | st/mesa: add handling for 'PIPE_FORMAT_B8G8R8X8_UNORM' in st_fast_readpixels | Pierre-Eric Pelloux-Prayer | 2011-04-15 | 1 | -10/+20 |
* | st/mesa: convert Mesa float formats to Gallium | Marek Olšák | 2011-04-15 | 2 | -0/+249 |
* | mesa/st: Avoid spurious transfers when creating fbo textures without image data. | José Fonseca | 2011-04-14 | 1 | -1/+6 |
* | st/mesa: add support for GL_RGBA + GL_UNSIGNED_INT_8_8_8_8 in st_fast_readpixels | pepp | 2011-04-14 | 1 | -1/+20 |
* | st/mesa: minor clean-ups in update_textures() | Brian Paul | 2011-04-13 | 1 | -4/+8 |
* | mesa: plug in new functions for GL_ARB_sampler_objects | Brian Paul | 2011-04-10 | 2 | -0/+3 |
* | mesa: move sampler state into new gl_sampler_object type | Brian Paul | 2011-04-10 | 4 | -24/+52 |
* | Make st_pipe_vertex_format return type in st_draw.h match st_draw.c | Alan Coopersmith | 2011-04-08 | 1 | -1/+1 |
* | st/mesa: Clamp min_lod to the max miplevel as well. | Henri Verbeet | 2011-04-08 | 1 | -1/+3 |
* | st/mesa: Set samplers views' first_level. | Henri Verbeet | 2011-04-08 | 2 | -7/+6 |
* | mesa/st: Fix user buffer size computation when stride is zero. | José Fonseca | 2011-04-07 | 3 | -41/+54 |
* | mesa/st: Handle feedback draw when VBO offsets are not sorted in ascending or... | José Fonseca | 2011-04-07 | 1 | -2/+13 |
* | mesa: core support for GL_ARB_texture_buffer_object | Brian Paul | 2011-04-05 | 1 | -0/+3 |
* | st/mesa: Apply LOD from texture object | Fabian Bieler | 2011-04-05 | 1 | -1/+2 |
* | st/mesa: Apply LOD bias from correct texture unit | Fabian Bieler | 2011-04-05 | 1 | -1/+1 |
* | mesa: added _mesa_get_attachment_teximage() helpers | Brian Paul | 2011-04-05 | 1 | -3/+2 |
* | st/mesa: minor assorted clean-ups and fixes | Brian Paul | 2011-04-04 | 1 | -20/+22 |
* | st/mesa: use 'array' local var to simplify the code a bit | Brian Paul | 2011-04-04 | 1 | -29/+28 |
* | st/mesa: fix zero-sized user vertex buffer bug | Brian Paul | 2011-04-04 | 1 | -13/+23 |
* | gallium: add a CAP for mixed colorbuffer format support | Marek Olšák | 2011-04-01 | 1 | -1/+24 |
* | gallium: remove PIPE_CAP_VERTEX_COLOR_CLAMP_CONTROL | Marek Olšák | 2011-03-29 | 1 | -4/+26 |
* | st/mesa: choose an appropriate texture format for DrawPixels | Marek Olšák | 2011-03-29 | 1 | -3/+49 |
* | gallium: add EXT_texture_snorm support | Marek Olšák | 2011-03-29 | 2 | -2/+236 |
* | gallium: implement clamping controls (ARB_color_buffer_float) | Luca Barbieri | 2011-03-29 | 7 | -7/+24 |
* | st/mesa: Validate state before doing blits. | Henri Verbeet | 2011-03-27 | 1 | -0/+3 |
* | st/mesa: use BITFIELD64_BIT() macro in a few more places | Brian Paul | 2011-03-15 | 3 | -4/+4 |
* | gallium: add texture barrier support to the interface and st/mesa (v2) | Marek Olšák | 2011-03-15 | 4 | -0/+103 |
* | st/mesa: Make use of the new PIPE_TRANSFER_DISCARD_* for buffer object. | Mathias Fröhlich | 2011-03-15 | 1 | -5/+9 |
* | gallium: Delay the creation of simple helper shaders | Jakob Bornecrantz | 2011-03-12 | 1 | -16/+38 |
* | u_blitter: Do blits in linear color space. | Henri Verbeet | 2011-03-12 | 1 | -1/+1 |
* | gallium: remove flags from the flush function | Marek Olšák | 2011-03-11 | 4 | -8/+8 |
* | gallium: remove the geom_flags param from is_format_supported | Marek Olšák | 2011-03-11 | 8 | -160/+119 |
* | gallium: cleanup fence_signalled and fence_finish | Marek Olšák | 2011-03-11 | 2 | -3/+3 |
* | st/mesa: remove unnecessary flushes | Marek Olšák | 2011-03-11 | 1 | -3/+0 |
* | gallium: add timeout parameter to fence_finish | Marek Olšák | 2011-03-08 | 2 | -3/+4 |
* | st/mesa: implement ARB_sync | Marek Olšák | 2011-03-08 | 4 | -0/+166 |
* | st/mesa: cleanup checking for signed compressed formats in generate_mipmaps | Marek Olšák | 2011-03-08 | 1 | -8/+4 |
* | st/mesa: add LATC and 3DC support | Marek Olšák | 2011-03-08 | 3 | -3/+76 |
* | st/mesa: Fix an incorrect user vertex buffer reference | Thomas Hellstrom | 2011-03-08 | 1 | -4/+2 |
* | st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format fails | Marek Olšák | 2011-03-07 | 1 | -1/+5 |
* | st/mesa: fix incorrect version checking code | Brian Paul | 2011-03-07 | 1 | -2/+3 |
* | gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR | Marek Olšák | 2011-03-05 | 1 | -1/+3 |
* | st/mesa: set PIPE_BIND_RENDER_TARGET for sRGB formats if UNORM is supported | Marek Olšák | 2011-03-04 | 1 | -2/+9 |
* | mesa/st: fix softpipe npot compressed mipmaps. | Dave Airlie | 2011-03-02 | 1 | -2/+2 |
* | mesa/st: fix generate mipmap for signed compressed formats. | Dave Airlie | 2011-03-02 | 1 | -32/+63 |
* | st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possible | Marek Olšák | 2011-03-02 | 1 | -2/+8 |
* | st/mesa: probably handle instanced drawing | Christian König | 2011-03-01 | 1 | -12/+23 |