aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* amd/common: Add num_shared_vgprs to ac_shader_config for GFX10.Timur Kristóf2019-09-262-0/+20
* amd/common: Extract some helper functions to ac_shader_util.Timur Kristóf2019-09-265-117/+131
* amd/common: Move ac_export_mrt_z to ac_llvm_build.Timur Kristóf2019-09-264-75/+76
* aco: CSE readlane/readfirstlane/permute/reduce with the same exec maskRhys Perry2019-09-262-9/+37
* aco: don't CSE v_readlane_b32/v_readfirstlane_b32Rhys Perry2019-09-261-0/+4
* aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_stringRhys Perry2019-09-266-18/+18
* radv/aco: return a correct name and description for the backend IRRhys Perry2019-09-263-2/+9
* aco: store printed backend IR in binaryRhys Perry2019-09-261-4/+21
* aco,radv/aco: get dissassembly for release builds if requestedRhys Perry2019-09-262-10/+2
* radv/aco: actually disable ACO when unsupportedRhys Perry2019-09-261-1/+0
* mesa/st: calculate texture size based on EGLImage miplevelTapani Pälli2019-09-261-2/+5
* meson: fix logic for generating .pc files with old glvndDylan Baker2019-09-254-21/+24
* nir/range-analysis: Use types to provide better ranges from bcsel and movIan Romanick2019-09-251-25/+4
* nir/range-analysis: Use types in the hash keyIan Romanick2019-09-251-38/+98
* nir/range-analysis: Bail if the types don't matchIan Romanick2019-09-251-0/+20
* intel: Add new Comet Lake PCI-idsLionel Landwerlin2019-09-261-0/+3
* intel: use proper label for Comet Lake skusLionel Landwerlin2019-09-261-18/+18
* freedreno/a6xx: Move instrlen and obj_start writes to fd6_emit_shaderKristian H. Kristensen2019-09-251-32/+44
* freedreno/a6xx: Emit const and texture state for HS/DS/GSKristian H. Kristensen2019-09-254-8/+74
* freedreno/ir3: Add HS/DS/GS to shader key and cacheKristian H. Kristensen2019-09-252-6/+31
* freedreno/a6xx: Add generic program stateobj support for HS/DS/GSKristian H. Kristensen2019-09-254-19/+75
* freedreno: Move fs functions after geometry pipeline stagesKristian H. Kristensen2019-09-251-10/+10
* freedreno: Add state binding functions for HS/DS/GSKristian H. Kristensen2019-09-252-1/+31
* freedreno: Rename vp and fp to vs and fs in fd_program_stateobjKristian H. Kristensen2019-09-2516-104/+104
* freedreno/a6xx: Factor out const state setupKristian H. Kristensen2019-09-251-27/+20
* glsl: turn runtime asserts of compile-time value into compile-time assertsEric Engestrom2019-09-251-6/+12
* docs/release-calendar: add missing <td> and </td>Eric Engestrom2019-09-251-3/+6
* docs/release-calendar: fix bugfix release numbersEric Engestrom2019-09-251-2/+2
* anv: gem-stubs: return a valid fd got anv_gem_userptr()Lionel Landwerlin2019-09-251-1/+7
* st/nine: Ignore D3DSIO_RET if it is the last instruction in a shaderDanylo Piliaiev2019-09-251-1/+7
* bin/get-pick-list: use --oneline=pretty instead of --onelineDylan Baker2019-09-251-1/+1
* release: Push 19.3 back two weeksDylan Baker2019-09-251-4/+4
* docs: update calendar, add news item, and link release notes for 19.2.0Dylan Baker2019-09-254-5/+28
* docs: add SHA256 sum for 19.2.0Dylan Baker2019-09-251-1/+1
* docs: Add release notes for 19.2.0Dylan Baker2019-09-251-2/+367
* lima/ppir: Add various varying fetch sources to disassemblerAndreas Baierl2019-09-251-23/+50
* meson: re-add incorrect pkg-config files with GLVND for backward compatibilityEric Engestrom2019-09-254-13/+34
* aco: check for duplicate opcode numbersRhys Perry2019-09-251-0/+25
* aco: fix opcode for s_mul_hi_i32Rhys Perry2019-09-251-1/+1
* aco: fix v_subrev_co_u32_e64 opcodeRhys Perry2019-09-251-1/+1
* aco: fix GFX9 opcode for v_xad_u32Rhys Perry2019-09-251-1/+1
* aco: implement 64-bit inegRhys Perry2019-09-252-2/+17
* aco: run nir_lower_int64() before nir_lower_idiv()Rhys Perry2019-09-251-3/+3
* nir: Fix overlapping vars in nir_assign_io_var_locations()Connor Abbott2019-09-251-1/+1
* clover: eliminate "ignoring attributes on template argument" warningKarol Herbst2019-09-251-1/+10
* clover/codegen: remove unused get_symbol_offsets functionKarol Herbst2019-09-251-12/+0
* clover/llvm: remove harmful std::move callKarol Herbst2019-09-251-1/+1
* iris: disable aux on first get_param if not created with auxTapani Pälli2019-09-251-9/+22
* glsl: correct bitcast-helpersErik Faye-Lund2019-09-251-2/+2
* lima/ppir: add support for indirect load of uniforms and varyingsVasily Khoruzhick2019-09-246-12/+60