| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: move max texture image unit constants to gl_program_constants | Marek Olšák | 2013-05-11 | 5 | -13/+13 |
* | mesa: consolidate definitions of max texture image units | Marek Olšák | 2013-05-11 | 1 | -1/+1 |
* | st/mesa: generate GL_OUT_OF_MEMORY if we can't create the index buffer | Brian Paul | 2013-05-09 | 1 | -1/+1 |
* | mesa/st: Don't copy propagate from swizzles. | Fabian Bieler | 2013-05-08 | 1 | -0/+2 |
* | mesa: Make Mesa core set up wrapped texture renderbuffer state. | Eric Anholt | 2013-05-06 | 1 | -5/+0 |
* | mesa: Make core Mesa allocate the texture renderbuffer wrapper. | Eric Anholt | 2013-05-06 | 1 | -20/+2 |
* | glsl: Add a pass to lower bitfield-insert into bfm+bfi. | Matt Turner | 2013-05-06 | 1 | -0/+2 |
* | glsl: Add support for new bit built-ins in ARB_gpu_shader5. | Matt Turner | 2013-05-06 | 1 | -0/+6 |
* | gallium: fix type of flags in pipe_context::flush() | Chia-I Wu | 2013-05-04 | 3 | -3/+3 |
* | Revert "st/mesa: add a simple path to BufferData if it only discards buffer c... | José Fonseca | 2013-04-29 | 1 | -14/+0 |
* | mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR | Marek Olšák | 2013-04-24 | 1 | -6/+0 |
* | mesa: remove _NEW_PACKUNPACK | Marek Olšák | 2013-04-24 | 1 | -5/+1 |
* | mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag | Marek Olšák | 2013-04-24 | 3 | -3/+5 |
* | st/mesa: add a simple path to BufferData if it only discards buffer contents | Marek Olšák | 2013-04-24 | 1 | -0/+14 |
* | st/mesa: depth-stencil-alpha state also depends on _NEW_BUFFERS | Marek Olšák | 2013-04-24 | 1 | -1/+1 |
* | gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel... | José Fonseca | 2013-04-23 | 4 | -4/+10 |
* | st/mesa: minor indentation fixes | Brian Paul | 2013-04-22 | 1 | -2/+2 |
* | gallium: handle drirc disable_glsl_line_continuations option | Vadim Girlin | 2013-04-19 | 1 | -0/+3 |
* | st/mesa: optionally apply texture swizzle to border color v2 | Christoph Bumiller | 2013-04-18 | 4 | -4/+30 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 2 | -2/+0 |
* | st/mesa: clean up formatting in st_cb_msaa.c | Brian Paul | 2013-04-17 | 1 | -12/+18 |
* | gallium: Disambiguate TGSI_OPCODE_IF. | José Fonseca | 2013-04-17 | 2 | -3/+17 |
* | st/mesa: add support for ARB_texture_multisample (v3) | Dave Airlie | 2013-04-11 | 12 | -20/+96 |
* | st/mesa: add support for get sample position | Dave Airlie | 2013-04-11 | 3 | -0/+95 |
* | st/mesa: fix UBO offsets. | Dave Airlie | 2013-04-11 | 1 | -0/+1 |
* | st/mesa: remove #if FEATURE_GL/ES tests | Brian Paul | 2013-04-09 | 1 | -7/+0 |
* | st/mesa: remove #include mfeatures.h | Brian Paul | 2013-04-09 | 24 | -24/+0 |
* | st/mesa: fix levels in initial texture creation | Dave Airlie | 2013-04-08 | 1 | -1/+1 |
* | st/mesa: don't expose ARB_color_buffer_float without driver support in GL core | Marek Olšák | 2013-04-06 | 1 | -0/+11 |
* | mesa: don't set _ClampFragmentColor to TRUE if it has no effect | Marek Olšák | 2013-04-06 | 4 | -10/+5 |
* | st/mesa: rewrite comment in st_manager.c | Brian Paul | 2013-04-03 | 1 | -3/+2 |
* | st/mesa: fix bitmap,drawpix,drawtex for PIPE_CAP_TGSI_TEXCOORD | Christoph Bumiller | 2013-04-03 | 3 | -2/+8 |
* | st/mesa: add ir_lod case in GLSL->TGSI code to silence warning | Brian Paul | 2013-03-29 | 1 | -0/+3 |
* | st/mesa: remove leftover printfs from ReadPixels | Marek Olšák | 2013-03-28 | 1 | -3/+0 |
* | glsl_to_tgsi: avoid creating arrays if driver doesn't support them | Christian König | 2013-03-26 | 1 | -1/+3 |
* | glsl_to_tgsi: make simplify_cmp work with arrays | Christian König | 2013-03-26 | 1 | -1/+1 |
* | st/mesa: fix crash with blit-based GetTexImage | Marek Olšák | 2013-03-26 | 1 | -1/+1 |
* | cso: add constant buffer save/restore feature for postprocessing | Marek Olšák | 2013-03-26 | 1 | -3/+5 |
* | mesa: allow internalformat_query with multisample texture targets | Chris Forbes | 2013-03-24 | 2 | -4/+6 |
* | gallium,st/mesa: don't use blit-based transfers with software rasterizers | Marek Olšák | 2013-03-23 | 4 | -0/+15 |
* | st/mesa: implement blit-based ReadPixels | Marek Olšák | 2013-03-23 | 3 | -13/+189 |
* | mesa: add helper func for checking combined depthstencil buffers from st/mesa | Marek Olšák | 2013-03-23 | 3 | -44/+6 |
* | gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3 | Christoph Bumiller | 2013-03-20 | 3 | -11/+39 |
* | glsl_to_tgsi: remove indirect addressing limitations | Christian König | 2013-03-19 | 1 | -33/+3 |
* | glsl_to_tgsi: allocate arrays separately v2 | Christian König | 2013-03-19 | 1 | -31/+58 |
* | glsl_to_tgsi: use get_temp for all allocations | Christian König | 2013-03-19 | 1 | -13/+10 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 8 | -56/+56 |
* | Replace gl_geom_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 3 | -21/+21 |
* | Replace gl_geom_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 2 | -14/+14 |
* | Replace gl_vert_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 8 | -49/+49 |