| Commit message (Expand) | Author | Age | Files | Lines |
* | tgsi: change tgsi_shader_info::properties to a one-dimensional array | Marek Olšák | 2014-10-04 | 1 | -1/+1 |
* | tgsi: remove some not so useful variables from tgsi_shader_info | Marek Olšák | 2014-10-04 | 1 | -1/+1 |
* | gallium/svga: add automake target 'template' | Emil Velikov | 2014-09-24 | 1 | -0/+10 |
* | gallium: add a texture target to sampler view and a CAP to use it | Ilia Mirkin | 2014-09-12 | 1 | -0/+1 |
* | gallium/svga: ship all files in the tarball | Emil Velikov | 2014-09-05 | 2 | -12/+62 |
* | gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE | Timothy Arceri | 2014-08-27 | 1 | -0/+2 |
* | gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED | Tobias Klausmann | 2014-08-19 | 1 | -0/+1 |
* | gallium/svga: handle query_rendered caps | Emil Velikov | 2014-08-15 | 1 | -0/+12 |
* | gallium: add opcodes/cap for fine derivative support | Ilia Mirkin | 2014-08-14 | 1 | -0/+1 |
* | svga: remove some unneeded INLINE qualifiers | Brian Paul | 2014-08-14 | 3 | -5/+5 |
* | svga: Add a limit to the maximum surface size | Charmaine Lee | 2014-08-12 | 5 | -5/+71 |
* | gallium: remove PIPE_SHADER_CAP_MAX_ADDRS | Marek Olšák | 2014-08-11 | 1 | -3/+0 |
* | svga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two relocations. | Matthew McClure | 2014-08-04 | 1 | -1/+1 |
* | svga: remove unneeded depth==1 assertion in svga_texture_view_surface() | Brian Paul | 2014-07-29 | 1 | -1/+0 |
* | gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE | Marek Olšák | 2014-07-28 | 1 | -4/+4 |
* | gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT | Ilia Mirkin | 2014-07-03 | 1 | -1/+1 |
* | svga: Don't unnecessarily reemit BindGBShader commands v2 | Thomas Hellstrom | 2014-07-03 | 3 | -20/+8 |
* | svga: add switch cases for PIPE_SHADER_CAP_DOUBLES | Brian Paul | 2014-07-03 | 1 | -0/+4 |
* | gallium: add facilities for indirect drawing | Christoph Bumiller | 2014-07-02 | 1 | -0/+1 |
* | gallium: add a cap for max vertex streams | Ilia Mirkin | 2014-07-01 | 1 | -0/+1 |
* | gallium: add an index argument to create_query | Ilia Mirkin | 2014-07-01 | 1 | -1/+3 |
* | gallium: create TGSI_PROPERTY to disable viewport and clipping | Christoph Bumiller | 2014-06-02 | 1 | -0/+1 |
* | svga: use svga_shader_too_large() in compile_vs() | Brian Paul | 2014-05-31 | 1 | -8/+36 |
* | svga: use svga_shader_too_large() in compile_fs() | Brian Paul | 2014-05-31 | 1 | -3/+1 |
* | svga: added svga_shader_too_large() helper | Brian Paul | 2014-05-31 | 1 | -0/+21 |
* | gallium: add a cap for supporting 4-offset TG4 opcodes | Ilia Mirkin | 2014-05-07 | 1 | -0/+1 |
* | svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default case | Brian Paul | 2014-05-07 | 1 | -8/+10 |
* | gallium: add basic support for ARB_sample_shading | Ilia Mirkin | 2014-04-26 | 1 | -0/+1 |
* | gallium/util: use ui[4] instead of ui in union util_color | Roland Scheidegger | 2014-04-25 | 1 | -1/+1 |
* | svga: move draw debug code into separate function | Brian Paul | 2014-04-21 | 1 | -123/+135 |
* | svga: fix comment for emit_adjusted_vertex_attribs() | Brian Paul | 2014-04-17 | 1 | -3/+3 |
* | svga: compute need_swvfetch in svga_create_vertex_elements_state() | Brian Paul | 2014-04-17 | 3 | -13/+9 |
* | svga: add VS code to set attribute W component to 1 | Brian Paul | 2014-04-17 | 5 | -46/+100 |
* | svga: implement support for signed byte vertex attributes | Brian Paul | 2014-04-17 | 6 | -14/+151 |
* | svga: move translated vertex declaration types into svga_velems_state | Brian Paul | 2014-04-17 | 4 | -40/+45 |
* | Revert "svga: add work-around for Sauerbraten Z fighting issue" | Brian Paul | 2014-04-17 | 3 | -49/+2 |
* | svga: use new inst_token_setp() helper function | Brian Paul | 2014-04-17 | 2 | -12/+26 |
* | svga: use new inst_token_predicated() helper function | Brian Paul | 2014-04-17 | 2 | -13/+25 |
* | gallium: add a way to query min/max texture gather offsets | Ilia Mirkin | 2014-04-10 | 1 | -0/+2 |
* | svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create() | Brian Paul | 2014-04-09 | 1 | -2/+2 |
* | svga: replace sampler assertion with conditional | Brian Paul | 2014-04-08 | 2 | -5/+33 |
* | gallium: add support for LODQ opcodes. | Dave Airlie | 2014-04-07 | 1 | -0/+1 |
* | svga: remove no-op checks in sampler, sampler_view functions | Brian Paul | 2014-04-03 | 1 | -15/+0 |
* | mesa/soft/llvmpipe: add fake MSAA support | Dave Airlie | 2014-04-02 | 1 | -0/+1 |
* | svga: add work-around for Sauerbraten Z fighting issue | Brian Paul | 2014-03-26 | 3 | -2/+49 |
* | svga: null out query's hwbuf pointer after destroying | Brian Paul | 2014-03-26 | 1 | -0/+1 |
* | svga: add some debug_printf() calls in the query object code | Brian Paul | 2014-03-26 | 1 | -2/+6 |
* | svga: fix a comment (sampler vs. sampler_view) | Brian Paul | 2014-03-26 | 1 | -1/+1 |
* | gallium: the other drivers don't support ARB_buffer_storage | Marek Olšák | 2014-02-25 | 1 | -0/+1 |
* | gallium: add texture gather support to gallium (v3) | Dave Airlie | 2014-02-25 | 1 | -0/+2 |