aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* compiler: Make is_64bit(GL_*) helper more broadly availableKenneth Graunke2019-02-192-26/+33
* gitlab-ci: automatically run the CI on pushes to `ci/*` branchesEric Engestrom2019-02-191-0/+1
* gitlab-ci: limit the automatic CI to master and MRsEric Engestrom2019-02-191-0/+3
* tegra/autotools: add missing libdrm cflagsEric Engestrom2019-02-191-0/+1
* tegra/meson: add missing dep_libdrmEric Engestrom2019-02-191-0/+1
* ac/nir: implement half-float nir_op_ldexpRhys Perry2019-02-191-1/+3
* ac/nir: implement half-float nir_op_frsqRhys Perry2019-02-191-2/+1
* ac/nir: implement half-float nir_op_frcpRhys Perry2019-02-191-2/+1
* ac/nir: make ac_build_fdiv support 16-bit floatsRhys Perry2019-02-191-1/+1
* ac/nir: make ac_build_isign work on all bit sizesRhys Perry2019-02-191-23/+4
* ac/nir: make ac_build_clamp work on all bit sizesRhys Perry2019-02-191-4/+9
* ac/nir: fix 64-bit nir_op_f2f16_rtzRhys Perry2019-02-191-0/+2
* ac/nir: implement 8-bit nir_load_const_instrRhys Perry2019-02-191-0/+4
* radv: ensure export arguments are always floatRhys Perry2019-02-191-5/+1
* radv: bitcast 16-bit outputs to integersRhys Perry2019-02-191-2/+2
* gitlab-ci: use ccache to speed up buildsEric Engestrom2019-02-192-5/+20
* v3d: Move i2b and f2b support into emit_comparison.Eric Anholt2019-02-181-13/+12
* v3d: Emit a simpler negate for the iabs implementation.Eric Anholt2019-02-181-2/+1
* v3d: Delay emitting ldvpm on V3D 4.x until it's actually used.Eric Anholt2019-02-181-6/+43
* v3d: Stop tracking num_inputs for VPM loads.Eric Anholt2019-02-186-9/+4
* v3d: Add a function to describe what the c->execute.file check means.Eric Anholt2019-02-182-8/+14
* v3d: Fix the check for "is the last thrsw inside control flow"Eric Anholt2019-02-182-8/+17
* v3d: Fix f2b32 behavior.Eric Anholt2019-02-181-1/+6
* v3d: Kill off vir_PF(), which is hard to use right.Eric Anholt2019-02-183-70/+36
* v3d: Do bool-to-cond for discard_if as well.Eric Anholt2019-02-181-16/+12
* v3d: Refactor bcsel and if condition handling.Eric Anholt2019-02-181-29/+14
* v3d: Add a helper function for getting a nop register.Eric Anholt2019-02-185-14/+18
* v3d: Drop our hand-lowered nir_op_ffract.Eric Anholt2019-02-181-3/+1
* v3d: Drop a perf note about merging unpack_half_*, which has been implemented.Eric Anholt2019-02-181-3/+0
* v3d: Fix incorrect flagging of ldtmu as writing r4 on v3d 4.x.Eric Anholt2019-02-181-5/+4
* v3d: Use the early_fragment_tests flag for the shader's disable-EZ field.Eric Anholt2019-02-184-17/+23
* v3d: Sync indirect draws on the last rendering.Eric Anholt2019-02-181-2/+2
* v3d: Clear the GMP on initialization of the simulator.Eric Anholt2019-02-181-0/+1
* docs: update calendar, add news item and link release notes for 18.3.4Emil Velikov2019-02-183-7/+8
* docs: add sha256 checksums for 18.3.4Emil Velikov2019-02-181-1/+2
* docs: add release notes for 18.3.4Emil Velikov2019-02-181-0/+179
* i965: always enable EXT_float_blendIlia Mirkin2019-02-181-0/+1
* st/mesa: enable GL_EXT_float_blend when possibleIlia Mirkin2019-02-181-0/+10
* mesa: add explicit enable for EXT_float_blend, and error conditionIlia Mirkin2019-02-184-1/+26
* radv: fix writing the alpha channel of MRT0 when alpha coverage is enabledSamuel Pitoiset2019-02-181-7/+8
* freedreno/ir3: handle quirky atomic dst for a6xxRob Clark2019-02-181-3/+12
* freedreno/a6xx: fix helper_invocation (sampler mask/id)Rob Clark2019-02-181-1/+6
* radv: remove unused variable in gather_push_constant_info()Samuel Pitoiset2019-02-181-1/+0
* i965: scale factor changes should trigger recompileLionel Landwerlin2019-02-182-1/+16
* radv: write the alpha channel of MRT0 when alpha coverage is enabledSamuel Pitoiset2019-02-181-0/+8
* ac: use new LLVM 8 intrinsic when loading 16-bit valuesSamuel Pitoiset2019-02-181-14/+27
* ac: add ac_build_llvm8_tbuffer_load() helperSamuel Pitoiset2019-02-182-0/+52
* mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachmentTapani Pälli2019-02-181-2/+6
* panfrost: Fix clipping regionAlyssa Rosenzweig2019-02-181-4/+11
* panfrost: Preserve w sign in perspective divisionAlyssa Rosenzweig2019-02-181-2/+4