aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* turnip: enable fullDrawIndexUint32/independentBlend/dualSrcBlend/logicOpJonathan Marek2020-02-261-4/+4
* turnip: enable sampleRateShading featureJonathan Marek2020-02-263-5/+10
* intel/tools: Do not print type/qualifiers/name for c_literalMatt Turner2020-02-251-1/+1
* intel/tools: Allow i965_disasm to disassemble c_literal input typeSagar Ghuge2020-02-251-36/+103
* intel/tools: Print c_literals 4 byte wideSagar Ghuge2020-02-251-4/+12
* intel/tools: Add test for state register as sourceSagar Ghuge2020-02-252-0/+2
* intel/tools: Add test for address register as sourceSagar Ghuge2020-02-252-0/+2
* intel/tools: Set correct address register file and number in i965_asmSagar Ghuge2020-02-251-1/+3
* intel/tools: Handle STATE_REG in typed source operandSagar Ghuge2020-02-251-2/+4
* intel/tools: Handle illegal instructionSagar Ghuge2020-02-251-0/+10
* meson: Disable bison's -Wdeprecated since we still support old bison.Eric Anholt2020-02-251-0/+6
* anv: Always enable the data cacheJason Ekstrand2020-02-253-10/+1
* intel/aub_dump: stub the waits when overriding the deviceLionel Landwerlin2020-02-251-0/+19
* intel/tools/aub_dump: fix crash when using the default legacy contextLionel Landwerlin2020-02-251-4/+5
* intel/tools/aub_dump: move aub file initialization to maybe_init()Lionel Landwerlin2020-02-251-38/+33
* lima: expose fragment shader derivatives capabilityIcenowy Zheng2020-02-261-0/+3
* v3d: Sync on last CS when non-compute stage uses resource written by CSJose Maria Casanova Crespo2020-02-256-25/+76
* gitlab-ci: Enable the lima job againAndreas Baierl2020-02-251-1/+1
* gitlab-ci: lima: Add flaky tests to the skips listAndreas Baierl2020-02-252-5/+7
* nir: fix gl_nir_lower_images for bindless imagesMarek Olšák2020-02-251-6/+5
* freedreno/computerator: fix build dependencyRob Clark2020-02-251-0/+1
* glx/drisw: fix shm put image fallbackDave Airlie2020-02-251-4/+3
* glx/drisw: return false if shmid == -1Dave Airlie2020-02-251-0/+3
* glx/drisw: add getImageShm2 pathDave Airlie2020-02-251-6/+16
* dri: add another get shm variant.Dave Airlie2020-02-252-1/+17
* ci: Blacklist another freedreno flaky test.Eric Anholt2020-02-251-0/+1
* intel/isl: Add isl_aux_info.c to Makefile.sourcesJason Ekstrand2020-02-251-0/+1
* intel/blorp: Implement GEN:BUG:1605967699.Rafael Antognolli2020-02-251-8/+44
* gallium/util: remove unused debug_print_foo helpersErik Faye-Lund2020-02-244-159/+0
* gallium/util: do not use debug_print_formatErik Faye-Lund2020-02-243-16/+4
* util: move debug_memory_{begin,end} to os_memory_debug.hErik Faye-Lund2020-02-244-8/+6
* hud: add GALLIUM_HUD_SCALEJonathan Marek2020-02-242-8/+13
* turnip: move tile_load_ib/sysmem_clear_ib into draw_csJonathan Marek2020-02-242-63/+26
* turnip: make cond_exec helper easier to useJonathan Marek2020-02-245-80/+51
* turnip: remove marker seqnoJonathan Marek2020-02-242-29/+0
* turnip: automatically reserve cmdstream space in emit_pkt4/emit_pkt7Jonathan Marek2020-02-245-146/+41
* turnip: add tu_device pointer to tu_csJonathan Marek2020-02-248-109/+103
* turnip: fix COND_EXEC reserved size in tu_queryJonathan Marek2020-02-241-1/+1
* freedreno/computerator: add computeratorRob Clark2020-02-2412-2/+1072
* freedreno/ir3: allow block->predecessors to be nullRob Clark2020-02-241-1/+4
* freedreno/computerator: rename prefix asm->ir3Rob Clark2020-02-242-33/+31
* freedreno/computerator: polish out some of the rustRob Clark2020-02-243-221/+268
* freedreno/computerator: import parser/lexer from fdre-a3xxRob Clark2020-02-242-0/+1085
* lima: remove its hash table entry when invalidating a resourceIcenowy Zheng2020-02-241-0/+2
* nir, intel: Move use_scoped_memory_barrier to nir_optionsCaio Marcelo de Oliveira Filho2020-02-245-8/+8
* nir/tests: Use nir_scoped_memory_barrier() helperCaio Marcelo de Oliveira Filho2020-02-242-35/+48
* nir: Add the alias NIR_MEMORY_ACQ_RELCaio Marcelo de Oliveira Filho2020-02-241-0/+1
* nir/builder: Add nir_scoped_memory_barrier()Caio Marcelo de Oliveira Filho2020-02-241-0/+14
* freedreno: Switch to using lowered image intrinsics.Eric Anholt2020-02-248-143/+108
* nir: Move intel's intrinsic_image_coordinate_components() to core nir.Eric Anholt2020-02-243-22/+15