| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer support | Brian Paul | 2013-03-12 | 1 | -0/+3 |
* | mesa: Replace MESA_VERSION with PACKAGE_VERSION. | Matt Turner | 2013-03-12 | 1 | -1/+1 |
* | st/mesa: translate ir offset parameters for non-TXF opcodes. | Roland Scheidegger | 2013-03-05 | 1 | -2/+18 |
* | st/mesa: add switch case for ir_txf_ms to silence warning | Brian Paul | 2013-03-02 | 1 | -0/+3 |
* | st/mesa: convert ir_triop_lrp to TGSI_OPCODE_LRP | Brian Paul | 2013-03-01 | 1 | -1/+4 |
* | glsl: Convert mix() to use a new ir_triop_lrp opcode. | Kenneth Graunke | 2013-02-28 | 1 | -0/+1 |
* | st/mesa: remove some conditionals in update_raster_state() | Brian Paul | 2013-02-26 | 1 | -15/+8 |
* | st/mesa: fix debug_printf() format string warning | Brian Paul | 2013-02-23 | 1 | -1/+1 |
* | st/mesa: fix polygon offset state translation logic | Brian Paul | 2013-02-22 | 1 | -7/+3 |
* | st/mesa: check for dummy programs in destroy_program_variants() | Brian Paul | 2013-02-22 | 1 | -1/+1 |