| Commit message (Expand) | Author | Age | Files | Lines |
* | intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs fails | Paulo Zanoni | 2019-08-26 | 1 | -1/+1 |
* | isl: Don't set UnormPathInColorPipe for integer surfaces. | Kenneth Graunke | 2019-08-26 | 1 | -1/+6 |
* | isl: Drop UnormPathInColorPipe for buffer surfaces. | Kenneth Graunke | 2019-08-26 | 1 | -4/+0 |
* | intel/fs: Drop the gl_program from fs_visitor | Jason Ekstrand | 2019-08-25 | 12 | -27/+13 |
* | anv: Only re-emit non-dynamic state that has changed. | Rafael Antognolli | 2019-08-23 | 2 | -24/+50 |
* | intel/decoders: Avoid uninitialized variable warnings | Caio Marcelo de Oliveira Filho | 2019-08-23 | 1 | -2/+2 |
* | anv: Drop unused local variable | Caio Marcelo de Oliveira Filho | 2019-08-23 | 1 | -1/+0 |
* | intel/compiler: Silence maybe-uninitialized warning in GCC 9.1.1 | Caio Marcelo de Oliveira Filho | 2019-08-23 | 1 | -1/+3 |
* | intel/nir: Add a helper for getting BRW_AOP from an intrinsic | Jason Ekstrand | 2019-08-21 | 4 | -170/+78 |
* | nir: Add explicit signs to image min/max intrinsics | Jason Ekstrand | 2019-08-21 | 4 | -22/+46 |
* | anv: inline uniforms blocks don't count toward descriptor set limits | Arcady Goldmints-Orlov | 2019-08-20 | 1 | -0/+23 |
* | isl: Enable Unorm Path in Color Pipe | Kenneth Graunke | 2019-08-15 | 2 | -0/+9 |
* | anv: Properly initialize device->slice_hash. | Rafael Antognolli | 2019-08-15 | 1 | -2/+2 |
* | intel/compiler: Fix resource leak in error path | Danylo Piliaiev | 2019-08-15 | 1 | -0/+1 |
* | intel/tools: Fix aub_file initialization in intel_dump_gpu | Caio Marcelo de Oliveira Filho | 2019-08-12 | 1 | -0/+6 |
* | anv/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced. | Rafael Antognolli | 2019-08-12 | 3 | -0/+78 |
* | intel: Get information about pixel pipes subslices. | Rafael Antognolli | 2019-08-12 | 2 | -1/+25 |
* | intel/gen_decoder: Decode SLICE_HASH_TABLE. | Rafael Antognolli | 2019-08-12 | 1 | -0/+8 |
* | intel/genxml: Update 3D_MODE and add SLICE_HASH_TABLE. | Rafael Antognolli | 2019-08-12 | 1 | -1/+33 |
* | anv: Implement VK_KHR_pipeline_executable_properties | Jason Ekstrand | 2019-08-12 | 5 | -4/+295 |
* | anv: Add a ralloc context to anv_pipeline | Jason Ekstrand | 2019-08-12 | 3 | -0/+9 |
* | anv: Force a full re-compile when CAPTURE_INTERNAL_REPRESENTATION_TEXT is set | Jason Ekstrand | 2019-08-12 | 3 | -57/+75 |
* | anv/pipeline: Split setting up per-stage keys into its own loop | Jason Ekstrand | 2019-08-12 | 1 | -3/+8 |
* | anv: Record shader compile stats in the pipeline cache | Jason Ekstrand | 2019-08-12 | 4 | -9/+59 |
* | anv/pipeline: Stash generated code in the pipeline stage | Jason Ekstrand | 2019-08-12 | 1 | -42/+47 |
* | intel/fs: Add SLM size to brw_cs_prog_data | Jason Ekstrand | 2019-08-12 | 2 | -0/+2 |
* | intel/compiler: Fill a compiler statistics struct | Jason Ekstrand | 2019-08-12 | 12 | -28/+75 |
* | intel/fs: add 64 bit integer multiplication lowering | Paulo Zanoni | 2019-08-12 | 2 | -4/+70 |
* | intel/compiler: invert the logic of lower_integer_multiplication() | Paulo Zanoni | 2019-08-12 | 1 | -13/+10 |
* | intel/compiler: don't instantiate a builder for each instruction | Paulo Zanoni | 2019-08-12 | 2 | -12/+10 |
* | intel/compiler: extract subfunctions of lower_integer_multiplication() | Paulo Zanoni | 2019-08-12 | 2 | -186/+197 |
* | nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_ubo | Rhys Perry | 2019-08-12 | 1 | -1/+1 |
* | anv/gen9: Optimize slice and subslice load balancing behavior. | Francisco Jerez | 2019-08-12 | 4 | -0/+109 |
* | intel/genxml: Add GT_MODE hashing defs for Gen9. | Francisco Jerez | 2019-08-12 | 1 | -0/+17 |
* | anv: Implement VK_EXT_subgroup_size_control version 2 | Jason Ekstrand | 2019-08-12 | 2 | -1/+9 |
* | anv: add missing `break` | Eric Engestrom | 2019-08-09 | 1 | -0/+1 |
* | anv: drop unused code | Lionel Landwerlin | 2019-08-09 | 1 | -17/+0 |
* | anv/android: disable shared representable image support explicitly | Tapani Pälli | 2019-08-09 | 1 | -0/+10 |
* | intel/perf: use MAJOR_IN_SYSMACROS/MAJOR_IN_MKDEV | Greg V | 2019-08-08 | 1 | -0/+4 |
* | i965/tiled_memcpy: avoid creating bswap32 if it exists as a macro (e.g. on Fr... | Greg V | 2019-08-08 | 1 | -0/+3 |
* | anv: add MAP_POPULATE fallback define for portability | Greg V | 2019-08-08 | 1 | -0/+4 |
* | anv: remove unused Linux-specific include | Greg V | 2019-08-08 | 1 | -1/+0 |
* | anv,i965,iris: deduplicate setting of total_shared | Rhys Perry | 2019-08-08 | 2 | -2/+1 |
* | anv: use derefs for shared memory access | Rhys Perry | 2019-08-08 | 1 | -4/+19 |
* | anv: support GetSwapchainGrallocUsage2ANDROID for Android | Tapani Pälli | 2019-08-08 | 3 | -22/+88 |
* | intel/perf: fix debug typo | Mark Janes | 2019-08-07 | 1 | -5/+5 |
* | intel/perf: make gen_perf_query_object private | Mark Janes | 2019-08-07 | 2 | -72/+80 |
* | intel/perf: make perf context private | Mark Janes | 2019-08-07 | 2 | -64/+109 |
* | intel/perf: print debug information | Mark Janes | 2019-08-07 | 2 | -0/+35 |
* | intel/perf: make internal methods private | Mark Janes | 2019-08-07 | 2 | -95/+62 |