| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: add several EmitNo* options, and MaxUnrollIterations | Luca Barbieri | 2010-09-08 | 1 | -4/+1 |
* | glsl: make compiler options per-target | Luca Barbieri | 2010-09-08 | 1 | -2/+4 |
* | mesa/st: add missing _mesa_set_fetch_functions in st_get_tex_image | Luca Barbieri | 2010-09-04 | 1 | -0/+2 |
* | st/mesa: clamp gl_constants::MaxVarying against MAX_VARYING | Brian Paul | 2010-09-02 | 1 | -0/+1 |
* | mesa/st: remove check for buffer/elements = 0 | Dave Airlie | 2010-09-02 | 1 | -3/+0 |
* | st/mesa: set the MaxVarying GLSL constant | Marek Olšák | 2010-08-30 | 1 | -0/+7 |
* | st/mesa: Include missing header in st_mesa_to_tgsi.c. | Vinson Lee | 2010-08-28 | 1 | -1/+2 |
* | st/mesa: Remove unnecessary header. | Vinson Lee | 2010-08-26 | 1 | -1/+0 |
* | st/mesa: add missing packed depth/stencil formats in st_format_datatype() | Brian Paul | 2010-08-26 | 1 | -1/+3 |
* | st/mesa: Fix glEGLImageTargetTexture2DOES. | Chia-I Wu | 2010-08-26 | 2 | -1/+10 |
* | st/mesa: Add support for surfaceless current contexts. | Chia-I Wu | 2010-08-26 | 1 | -4/+27 |
* | st/mesa: Remove unnecessary header. | Vinson Lee | 2010-08-25 | 1 | -1/+0 |
* | gallium: Use draw_set_index_buffer and others. | Chia-I Wu | 2010-08-25 | 1 | -20/+26 |
* | st/mesa: implement depth-only blit for BlitFramebuffer | Marek Olšák | 2010-08-22 | 1 | -2/+7 |
* | st/mesa: fix BlitFramebuffer for D24S8 textures | Marek Olšák | 2010-08-22 | 1 | -21/+17 |
* | st/mesa: added st_is_depth_stencil_combined() function | Brian Paul | 2010-08-22 | 2 | -0/+29 |
* | st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBO | Brian Paul | 2010-08-22 | 1 | -0/+7 |
* | st/mesa: clean-up pipe_get_transfer() calls | Brian Paul | 2010-08-22 | 1 | -12/+12 |
* | mesa: Removed another unused variable. | José Fonseca | 2010-08-22 | 1 | -1/+0 |
* | mesa: Remove unsused local variable. | José Fonseca | 2010-08-21 | 1 | -1/+0 |
* | mesa: Include compiler.h for ASSERT. | Chia-I Wu | 2010-08-20 | 1 | -0/+2 |
* | st/mesa: fix code/declaration mixing | Keith Whitwell | 2010-08-20 | 1 | -3/+2 |
* | mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLE | Luca Barbieri | 2010-08-20 | 2 | -3/+5 |
* | mesa/st: support using PIPE_TEXTURE_RECT internally | Luca Barbieri | 2010-08-20 | 5 | -43/+32 |
* | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri | 2010-08-20 | 1 | -1/+1 |
* | Merge branch 'glsl2' | Ian Romanick | 2010-08-16 | 1 | -0/+8 |
|\ |
|
| * | st/mesa: remove output register reads inside shaders | Marek Olšák | 2010-08-16 | 1 | -0/+8 |
* | | st/mesa: test for FEATURE defines | nobled | 2010-08-16 | 1 | -0/+2 |
* | | st/mesa: Remove unnecessary header. | Vinson Lee | 2010-08-06 | 1 | -1/+0 |
* | | st/mesa: remove stray semicolons | Brian Paul | 2010-08-06 | 2 | -2/+2 |
|/ |
|
* | st/mesa: Clean up header file inclusion in st_program.h. | Vinson Lee | 2010-08-05 | 3 | -5/+4 |
* | st/mesa: Only get debug option once | Jakob Bornecrantz | 2010-08-05 | 1 | -1/+3 |
* | st/mesa: Only get mesa mvp dp4 option once | Jakob Bornecrantz | 2010-08-05 | 1 | -1/+4 |
* | st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h. | Vinson Lee | 2010-08-05 | 2 | -1/+4 |
* | st/mesa: Clean up header file inclusion in st_manager.h. | Vinson Lee | 2010-08-05 | 2 | -2/+6 |
* | st/mesa: Remove unnecessary header from st_gl_api.h. | Vinson Lee | 2010-08-05 | 1 | -2/+0 |
* | mesa: Include missing header in st_get_mipmap.h. | Vinson Lee | 2010-08-05 | 1 | -0/+4 |
* | st/mesa: Include missing headers in st_format.h. | Vinson Lee | 2010-08-05 | 1 | -0/+5 |
* | st/mesa: Add forward delcaration in st_extensions.h. | Vinson Lee | 2010-08-05 | 1 | -0/+2 |
* | st/mesa: Add missing headers to st_draw.h. | Vinson Lee | 2010-08-05 | 1 | -1/+6 |
* | st/mesa: Add missing header in st_context.c. | Vinson Lee | 2010-08-04 | 1 | -0/+1 |
* | st/mesa: Add missing header in st_atom_pixeltransfer.c. | Vinson Lee | 2010-08-04 | 1 | -0/+1 |
* | st/mesa: Clean up header file inclusion in st_context.h. | Vinson Lee | 2010-08-04 | 1 | -9/+6 |
* | st/mesa: Add missing header in st_cb_xformfb.h. | Vinson Lee | 2010-08-04 | 1 | -0/+4 |
* | st/mesa: Clean up st_cb_viewport.h. | Vinson Lee | 2010-08-04 | 1 | -0/+7 |
* | st/mesa: Add missing headers in st_cb_texture.h. | Vinson Lee | 2010-08-04 | 1 | -0/+7 |
* | st/mesa: Add forward declaration in st_cb_strings.h. | Vinson Lee | 2010-08-04 | 1 | -0/+2 |
* | st/mesa: Add missing header in st_cb_readpixels.h. | Vinson Lee | 2010-08-04 | 1 | -0/+4 |
* | st/mesa: Clean up header file inclusion in st_cb_rasterpos.h. | Vinson Lee | 2010-08-04 | 1 | -1/+3 |
* | st/mesa: Add missing header in st_cb_program.h. | Vinson Lee | 2010-08-04 | 1 | -0/+4 |