| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa/i965: Allow decompressing ETC2 to GL_RGBA | Tomeu Vizoso | 2018-07-02 | 4 | -25/+40 |
* | anv/cmd_buffer: make descriptors dirty when emitting base state address | Iago Toral Quiroga | 2018-07-02 | 1 | -0/+5 |
* | anv/cmd_buffer: clean dirty push constants flag after emitting push constants | Iago Toral Quiroga | 2018-07-02 | 1 | -0/+2 |
* | anv/cmd_buffer: never shrink the push constant buffer size | Iago Toral Quiroga | 2018-07-02 | 1 | -1/+16 |
* | gallium/llvmpipe: Enable support bptc format. | Denis Pauk | 2018-07-01 | 2 | -4/+2 |
* | gallium/softpipe: Enable support bptc format. | Denis Pauk | 2018-07-01 | 1 | -2/+1 |
* | gallium/auxiliary: Add helper support for bptc format compress/decompress | Denis Pauk | 2018-07-01 | 6 | -1/+408 |
* | mesa: add header for share bptc decompress functions | Denis Pauk | 2018-07-01 | 3 | -1434/+1761 |
* | glsl/cache: save and restore ExternalSamplersUsed | Marek Olšák | 2018-06-30 | 1 | -0/+2 |
* | nir: fix selection of loop terminator when two or more have the same limit | Timothy Arceri | 2018-06-30 | 2 | -4/+4 |
* | radeonsi: enable OpenGL 4.4 compat profile | Timothy Arceri | 2018-06-30 | 1 | -4/+3 |
* | mesa: enable ARB_vertex_attrib_64bit in compat profile | Timothy Arceri | 2018-06-30 | 4 | -23/+24 |
* | mesa: add outstanding ARB_vertex_attrib_64bit dlist support | Timothy Arceri | 2018-06-30 | 1 | -0/+178 |
* | vbo_save: add support for doubles to display list code | Dave Airlie | 2018-06-30 | 4 | -12/+29 |
* | mesa: add compat profile support for ARB_multi_draw_indirect | Timothy Arceri | 2018-06-30 | 2 | -3/+76 |
* | mesa: make valid_draw_indirect_multi() accessible externally | Timothy Arceri | 2018-06-30 | 2 | -12/+15 |
* | mesa: add ARB_draw_indirect support to compat profile | Timothy Arceri | 2018-06-30 | 3 | -4/+72 |
* | mesa: generate GL_INVALID_OPERATION using draw indirect in dlist | Timothy Arceri | 2018-06-30 | 1 | -0/+47 |
* | mesa: add missing display list support for ARB_compute_shader | Timothy Arceri | 2018-06-30 | 1 | -0/+39 |
* | mesa: expose some ARB_viewport_array dependent extensions in compat | Timothy Arceri | 2018-06-30 | 1 | -2/+2 |
* | mesa: enable ARB_viewport_array in compat profile | Timothy Arceri | 2018-06-30 | 3 | -17/+18 |
* | mesa: add ARB_viewport_array display list support | Timothy Arceri | 2018-06-30 | 1 | -0/+211 |
* | mesa: enable ARB_shader_subroutine in compat profile | Timothy Arceri | 2018-06-30 | 3 | -19/+18 |
* | mesa: add glUniformSubroutinesuiv() display list support | Timothy Arceri | 2018-06-30 | 1 | -0/+34 |
* | mesa: stop hiding remaining query parameters from OpenGL compat | Timothy Arceri | 2018-06-30 | 1 | -5/+1 |
* | mesa: enable ARB_gpu_shader_fp64 in compat profile | Timothy Arceri | 2018-06-30 | 2 | -20/+20 |
* | mesa: add ProgramUniform*d display list support | Timothy Arceri | 2018-06-30 | 1 | -0/+514 |
* | mesa: add Uniform*d support to display lists | Timothy Arceri | 2018-06-30 | 2 | -18/+511 |
* | st/glsl_to_nir: run lower_output_reads on !PIPE_CAP_TGSI_CAN_READ_OUTPUTS | Karol Herbst | 2018-06-29 | 1 | -0/+6 |
* | v3d: Move GL shader state dumping out of per-version compilation. | Eric Anholt | 2018-06-29 | 3 | -41/+26 |
* | v3d: Add missing Stream field to transform feedback specs on V3D 4.1. | Eric Anholt | 2018-06-29 | 1 | -1/+8 |
* | v3d: Add missing "tri trip or fan" flag in Primitive List Format. | Eric Anholt | 2018-06-29 | 1 | -0/+1 |
* | v3d: Fix the shader code address field widths on V3D 4.1+ | Eric Anholt | 2018-06-29 | 1 | -3/+3 |
* | v3d: Add missing "no prim pack" field to the V3D4.1+ GL shader state. | Eric Anholt | 2018-06-29 | 1 | -0/+2 |
* | v3d: Express dithering mode in the same way that the CLIF parser does. | Eric Anholt | 2018-06-29 | 1 | -4/+8 |
* | v3d: Add missing "number of bin tile lists" field. | Eric Anholt | 2018-06-29 | 2 | -0/+2 |
* | v3d: Rewrite the color write masks to match CLIF format. | Eric Anholt | 2018-06-29 | 2 | -23/+7 |
* | v3d: Merge the V3D 4.1 and 4.2 XML into V3D 3.3'x XML. | Eric Anholt | 2018-06-29 | 7 | -2162/+607 |
* | v3d: Switch v3d_decoder.c to the XML's top min_ver/max_ver fields. | Eric Anholt | 2018-06-29 | 5 | -6/+14 |
* | v3d: Create XML fields for min_ver and max_ver of a packet/struct/enum. | Eric Anholt | 2018-06-29 | 2 | -2/+82 |
* | v3d: Pass the version being generated to the pack generator script. | Eric Anholt | 2018-06-29 | 4 | -20/+22 |
* | anv: finish the binding_table_pool on destroyDevice when use_softpin | Jose Maria Casanova Crespo | 2018-06-29 | 1 | -0/+3 |
* | gallium/util: remove dummy function util_format_is_supported | Marek Olšák | 2018-06-29 | 16 | -57/+6 |
* | nv50/ir: improve maintainability of Target*::initOpInfo() | Rhys Perry | 2018-06-29 | 2 | -23/+28 |
* | nv50/ir: fix image stores with indirect handles | Rhys Perry | 2018-06-29 | 1 | -4/+5 |
* | egl: fix build race in automake | Ross Burton | 2018-06-29 | 1 | -0/+1 |
* | radeonsi: implement vertex color clamping for tess and GS | Marek Olšák | 2018-06-28 | 4 | -33/+87 |
* | radeonsi: move VS_STATE_SGPR before draw SGPRs | Marek Olšák | 2018-06-28 | 2 | -10/+13 |
* | radeonsi: don't use malloc in si_generate_gs_copy_shader | Marek Olšák | 2018-06-28 | 1 | -10/+2 |
* | radeonsi: disable DCC statistics gathering on everything but Stoney | Marek Olšák | 2018-06-28 | 1 | -3/+2 |