| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | nvc0: fragprog may not be set when e.g. clearing | Ilia Mirkin | 2017-04-02 | 1 | -2/+3 |
* | nv50: don't assume a rast is set when validating for clears | Ilia Mirkin | 2017-04-02 | 2 | -3/+7 |
* | radv: fix order of the guardband register emission. | Dave Airlie | 2017-04-02 | 1 | -2/+2 |
* | mesa/main: Fix memset in formatquery.c | Edward O'Callaghan | 2017-04-02 | 1 | -1/+2 |
* | radeonsi: add load_image_desc() | Samuel Pitoiset | 2017-04-01 | 1 | -21/+24 |
* | radeonsi: rework the load_sampler_desc() helpers | Samuel Pitoiset | 2017-04-01 | 1 | -16/+10 |
* | gallivm: add lp_build_emit_fetch_src() helper | Samuel Pitoiset | 2017-04-01 | 2 | -5/+24 |
* | docs: add news item and link release notes for 17.0.1 | Andres Gomez | 2017-04-01 | 2 | -0/+7 |
* | docs: add sha256 checksums for 17.0.3 | Andres Gomez | 2017-04-01 | 1 | -1/+2 |
* | docs: add release notes for 17.0.3 | Andres Gomez | 2017-04-01 | 1 | -0/+188 |
* | glsl: ir_explog_to_explog2 is no more | Erik Faye-Lund | 2017-04-01 | 2 | -2/+6 |
* | gallium/docs: remove documentation of removed arg | Erik Faye-Lund | 2017-04-01 | 1 | -2/+0 |
* | st/mesa: avoid aliasing violation in st_cb_perfmon.c | Erik Faye-Lund | 2017-04-01 | 1 | -3/+3 |
* | st: Add cubeMapFace parameter to st_finalize_texture. | Michal Srb | 2017-04-01 | 7 | -8/+10 |
* | vulkan: Bump the header and XML to the latest public version | Jason Ekstrand | 2017-03-31 | 2 | -513/+756 |
* | nv50/ir: also do PostRaLoadPropagation for FMA | Karol Herbst | 2017-03-31 | 2 | -1/+2 |
* | gm107/ir: add LIMM form of mad | Karol Herbst | 2017-03-31 | 2 | -11/+26 |
* | gk110/ir: add LIMM form of mad | Karol Herbst | 2017-03-31 | 2 | -18/+34 |
* | nv50/ir: implement mad post ra folding for nvc0+ | Karol Herbst | 2017-03-31 | 1 | -4/+47 |
* | nv50/ir: restructure and rename postraconstantfolding pass | Karol Herbst | 2017-03-31 | 1 | -58/+63 |
* | nvc0/ir: also do ConstantFolding for FMA | Karol Herbst | 2017-03-31 | 1 | -0/+1 |
* | nvc0/ir: disable support for LIMMs on MAD/FMA | Karol Herbst | 2017-03-31 | 1 | -8/+2 |
* | nvc0: Add support for NV_fill_rectangle for the GM200+ | Lyude | 2017-03-31 | 5 | -2/+14 |
* | st/mesa: Add support for NV_fill_rectangle | Lyude | 2017-03-31 | 2 | -0/+3 |
* | gallium: Add NV_fill_rectangle to pipe state | Lyude | 2017-03-31 | 1 | -0/+1 |
* | gallium: Add a cap to check if the driver supports fill_rectangle | Lyude | 2017-03-31 | 17 | -0/+20 |
* | mesa: Add support for GL_NV_fill_rectangle | Lyude | 2017-03-31 | 4 | -2/+26 |
* | glapi: Add GL_NV_fill_rectangle | Lyude | 2017-03-31 | 1 | -0/+4 |
* | gallium: remove support for predicates from TGSI (v2) | Marek Olšák | 2017-04-01 | 36 | -694/+26 |
* | radv: enable tessellation shaders. | Dave Airlie | 2017-04-01 | 2 | -9/+10 |
* | radv/ac: setup lds for tessellation | Dave Airlie | 2017-04-01 | 1 | -0/+12 |
* | radv: add ia_multi_vgt_param tessellation support. | Dave Airlie | 2017-04-01 | 1 | -2/+30 |
* | radv/cmd: emit tessellation state. | Dave Airlie | 2017-04-01 | 1 | -4/+109 |
* | radv/pipeline: handle tessellation shader compilation | Dave Airlie | 2017-04-01 | 1 | -0/+142 |
* | radv/ac: handle writing out tess factors. | Dave Airlie | 2017-04-01 | 1 | -0/+238 |
* | radv/ac: add support for TCS/TES inputs/outputs. | Dave Airlie | 2017-04-01 | 1 | -10/+508 |
* | radv/ac: add clip support for tess eval shader. | Dave Airlie | 2017-04-01 | 1 | -0/+5 |
* | radv/ac: hook up tessellation intrinsics. | Dave Airlie | 2017-04-01 | 1 | -1/+34 |
* | radv/ac: hook up shader information handling for tessellation | Dave Airlie | 2017-04-01 | 1 | -0/+26 |
* | radv/pipeline: start calculating tess stage. | Dave Airlie | 2017-04-01 | 2 | -9/+208 |
* | radv: add tessellation support to variant code. | Dave Airlie | 2017-04-01 | 1 | -6/+9 |
* | radv: add tessellation support to shader naming | Dave Airlie | 2017-04-01 | 1 | -1/+3 |
* | radv: add tess ctrl stage barrier workaround for SI. | Dave Airlie | 2017-04-01 | 1 | -2/+10 |
* | radv/ac: add support for patch inputs to unique index code. | Dave Airlie | 2017-04-01 | 1 | -0/+8 |
* | radv: port polaris vgt vertex reuse workaround. | Dave Airlie | 2017-04-01 | 2 | -1/+18 |
* | radv: configure tessellation distribution register. | Dave Airlie | 2017-04-01 | 1 | -4/+12 |
* | radv/ac: setup tessellation shader inputs. | Dave Airlie | 2017-04-01 | 1 | -1/+81 |
* | radv/ac: setup tess rings on compiler side. | Dave Airlie | 2017-04-01 | 2 | -1/+14 |
* | radv: add tessellation ring allocation support. (v2) | Dave Airlie | 2017-04-01 | 3 | -13/+203 |
* | radv: add support for some device specific tess information. | Dave Airlie | 2017-04-01 | 2 | -0/+8 |