| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: remove unused members in st_context | Marek Olšák | 2011-01-06 | 1 | -9/+0 |
* | st/mesa: optimize constant buffer uploads | Marek Olšák | 2011-01-06 | 4 | -34/+20 |
* | st/mesa: do sanity checks on states only in debug builds | Marek Olšák | 2011-01-06 | 1 | -0/+4 |
* | st/mesa: Include mtypes.h in st_cb_drawpixels.c. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | st/mesa: advertise GL_ARB_half_float_pixel | Marek Olšák | 2011-01-04 | 1 | -0/+1 |
* | st/mesa: skip glDrawPixels/glBitmap-related code for ES build | Brian Paul | 2011-01-04 | 1 | -0/+2 |
* | st/mesa: fix renderbuffer pointer check in st_Clear() | Brian Paul | 2011-01-03 | 1 | -6/+2 |
* | st/mesa: 80-column wrapping | Brian Paul | 2011-01-03 | 1 | -2/+4 |
* | st/mesa: 80-column wrapping | Brian Paul | 2011-01-03 | 1 | -2/+4 |
* | st/mesa: Handle wrapped depth buffers in st_copy_texsubimage(). | Henri Verbeet | 2010-12-31 | 1 | -0/+3 |
* | st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h. | Vinson Lee | 2010-12-24 | 1 | -7/+9 |
* | st/mesa: Clean up header file inclusion in st_gen_mipmap.h. | Vinson Lee | 2010-12-24 | 1 | -1/+3 |
* | mesa/st: set the color write cbuf property for fragColor writes | Dave Airlie | 2010-12-24 | 1 | -0/+5 |
* | st/mesa: do not require all texture formats to be renderable | Marek Olšák | 2010-12-23 | 1 | -1/+6 |
* | st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16 | Marek Olšák | 2010-12-23 | 1 | -17/+78 |
* | st/mesa: if Z32 is unsupported, prefer Z24 to Z16 | Marek Olšák | 2010-12-23 | 1 | -2/+2 |
* | st/mesa: use RGBA16 for RGB12 and RGB16 | Marek Olšák | 2010-12-23 | 1 | -2/+2 |
* | st/mesa: use DXT SRGB formats for COMPRESSED_SRGB | Marek Olšák | 2010-12-23 | 1 | -4/+16 |
* | st/mesa: Remove unnecessary header. | Vinson Lee | 2010-12-23 | 1 | -1/+0 |
* | st/mesa: Clean up header file inclusion in st_format.h. | Vinson Lee | 2010-12-21 | 1 | -1/+2 |
* | st/mesa: Clean up header file inclusion in st_draw.h. | Vinson Lee | 2010-12-21 | 1 | -1/+2 |
* | gallium: remove unused 'buf' parameter in pipe_buffer_unmap | Marek Olšák | 2010-12-20 | 3 | -9/+7 |
* | st/mesa: Remove comment cruft from st_context.h. | Vinson Lee | 2010-12-20 | 1 | -1/+0 |
* | st/mesa: Clean up header file inclusion in st_cb_texture.h. | Vinson Lee | 2010-12-20 | 1 | -1/+2 |
* | st/mesa: Clean up header file inclusion in st_cb_readpixels.h. | Vinson Lee | 2010-12-20 | 1 | -1/+3 |
* | st/mesa: Clean up header file inclusion in st_cb_program.h. | Vinson Lee | 2010-12-18 | 1 | -2/+0 |
* | st/mesa: Clean up header file inclusion in st_cb_accum.h. | Vinson Lee | 2010-12-18 | 1 | -1/+5 |
* | mesa/swrast/st: add ARB_occlusion_query2 support. | Dave Airlie | 2010-12-18 | 1 | -0/+1 |
* | st/mesa: s/varient/variant | Brian Paul | 2010-12-16 | 10 | -168/+168 |
* | st/mesa: fix incorrect prev pointer in destroy_program_variants() | Brian Paul | 2010-12-14 | 1 | -9/+9 |
* | st/mesa: rename the varient release functions | Brian Paul | 2010-12-14 | 3 | -12/+12 |
* | st/mesa: 80-columns wrapping, whitespace fixes in st_cb_bitmap.c | Brian Paul | 2010-12-13 | 1 | -16/+30 |
* | st/mesa: add geom program code in destroy_program_variants() | Brian Paul | 2010-12-13 | 1 | -0/+21 |
* | st/mesa: program struct comments | Brian Paul | 2010-12-13 | 1 | -1/+3 |
* | st/mesa: use st_fragment_program() instead of cast | Brian Paul | 2010-12-13 | 1 | -2/+2 |
* | st/mesa: rename variable | Brian Paul | 2010-12-13 | 1 | -2/+2 |
* | st/mesa: minor re-indenting | Brian Paul | 2010-12-13 | 1 | -17/+16 |
* | st/mesa: make st_delete_program() static | Brian Paul | 2010-12-13 | 2 | -4/+1 |
* | st/mesa: add comments, fix formatting in st_cb_program.c | Brian Paul | 2010-12-13 | 1 | -29/+31 |
* | Squashed commit of the following (st-mesa-per-context-shaders branch): | Brian Paul | 2010-12-13 | 10 | -476/+894 |
* | mesa, st/mesa: disable GL_ARB_geometry_shader4 | Brian Paul | 2010-12-13 | 1 | -0/+2 |
* | st/mesa: Unbind all constant buffers | Jakob Bornecrantz | 2010-12-06 | 1 | -2/+2 |
* | st/mesa: fix mipmap generation bug | Brian Paul | 2010-12-06 | 2 | -1/+8 |
* | st/mesa: initialize key in st_vp_varient | Marek Olšák | 2010-12-05 | 1 | -0/+2 |
* | st/mesa: new comment about updating state vars | Brian Paul | 2010-12-03 | 1 | -0/+5 |
* | mesa, st/mesa: fix gl_FragCoord with FBOs in Gallium | Marek Olšák | 2010-12-03 | 1 | -15/+28 |
* | st/mesa: avoid large stack allocations in readpixels code | Brian Paul | 2010-12-02 | 1 | -1/+10 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 12 | -175/+196 |
* | st/mesa: fix texture border color for RED and RG base formats | Marek Olšák | 2010-11-29 | 1 | -0/+12 |
* | st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BIT | Mathias Fröhlich | 2010-11-26 | 1 | -0/+6 |