| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | st/mesa: fix mapping of zero-sized buffer objects | Brian Paul | 2010-11-26 | 1 | -12/+18 |
|/ |
|
* | mesa: replace #defines with new gl_shader_type enum | Brian Paul | 2010-11-23 | 2 | -23/+29 |
* | st/mesa: set MaxUniformComponents | Marek Olšák | 2010-11-22 | 1 | -0/+1 |
* | gallium: add PIPE_SHADER_CAP_SUBROUTINES | Marek Olšák | 2010-11-22 | 1 | -2/+2 |
* | st/mesa: enable ARB_explicit_attrib_location and EXT_separate_shader_objects | Marek Olšák | 2010-11-21 | 1 | -0/+2 |
* | st/mesa: Remove unnecessary headers. | Vinson Lee | 2010-11-20 | 2 | -2/+0 |
* | mesa: pass gl_format to _mesa_init_teximage_fields() | Brian Paul | 2010-11-18 | 4 | -14/+23 |
* | gallium: Add st_context_iface::share to st_api. | Chia-I Wu | 2010-11-18 | 1 | -1/+22 |
* | gallium: Add st_api::name. | Chia-I Wu | 2010-11-18 | 1 | -0/+1 |
* | st/mesa: fix glDrawPixels(depth/stencil) bugs | Brian Paul | 2010-11-15 | 1 | -13/+39 |
* | gallium: add CAPs for indirect addressing and lower it in st/mesa when needed | Marek Olšák | 2010-11-12 | 1 | -0/+9 |
* | st/mesa: Reset the constant buffers before destroying the pipe context. | Tilman Sauerbeck | 2010-11-04 | 1 | -0/+5 |
* | st/mesa: Reset the index buffer before destroying the pipe context. | Tilman Sauerbeck | 2010-11-02 | 1 | -0/+2 |
* | st/mesa: unbind constant buffer when not in use | Keith Whitwell | 2010-11-02 | 1 | -1/+4 |
* | st/mesa: Unreference the sampler view in st_bind_surface. | Chia-I Wu | 2010-10-31 | 1 | -0/+1 |
* | st/mesa: Silence uninitialized variable warning. | Vinson Lee | 2010-10-28 | 1 | -0/+4 |
* | Track separate programs for each stage | Ian Romanick | 2010-10-27 | 3 | -14/+49 |
* | st/mesa: Remove unnecessary header. | Vinson Lee | 2010-10-27 | 1 | -1/+0 |
* | st/mesa: support RGBA16 and use it for RGBA12 as well | Marek Olšák | 2010-10-25 | 1 | -1/+10 |
* | st/mesa: be smarter choosing texture format for glDrawPixels() | Brian Paul | 2010-10-23 | 1 | -4/+46 |
* | st/mesa: add format selection for signed/unsigned integer formats | Brian Paul | 2010-10-23 | 1 | -0/+120 |
* | mesa: split up the image.c file | Brian Paul | 2010-10-23 | 3 | -0/+4 |
* | Merge branch 'primitive-restart-cleanup' | Brian Paul | 2010-10-21 | 2 | -0/+7 |
|\ |
|
| * | st/mesa: support for primitive restart | Brian Paul | 2010-10-21 | 2 | -0/+7 |
* | | st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format() | Brian Paul | 2010-10-21 | 1 | -0/+2 |
|/ |
|
* | st/mesa: update function name, comments | Brian Paul | 2010-10-15 | 1 | -6/+14 |
* | st/mesa: use GLuint to avoid problem w/ uint not defined on mingw32 | Brian Paul | 2010-10-15 | 1 | -1/+1 |