aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/aux-map: Factor out some useful helpersJason Ekstrand2020-01-252-28/+91
* intel/aux-map: Add some #definesJason Ekstrand2020-01-252-14/+25
* intel/compiler: Add names for SHADER_OPCODE_[IU]SUB_SATCaio Marcelo de Oliveira Filho2020-01-241-0/+4
* anv: Always initialize target_stencil_layoutCaio Marcelo de Oliveira Filho2020-01-241-2/+4
* anv: Replace aux_surface.isl.size_B checks with aux_usage checksJason Ekstrand2020-01-243-13/+11
* anv: Rework the meaning of anv_image::planes[]::aux_usageJason Ekstrand2020-01-244-27/+13
* intel/isl: Add a hack for the Gen12 A0 texture buffer bugJason Ekstrand2020-01-241-0/+19
* intel/isl: Plumb devinfo into isl_genX(buffer_fill_state_s)Jason Ekstrand2020-01-243-3/+3
* intel/disasm: Properly disassemble indirect SENDsJason Ekstrand2020-01-241-3/+16
* intel/fs: Don't unnecessarily fall back to indirect sends on Gen12Jason Ekstrand2020-01-241-3/+4
* anv: Improve BTI change cache flushingJason Ekstrand2020-01-242-7/+17
* anv: Allow HiZ in read-only depth layoutsJason Ekstrand2020-01-241-0/+60
* anv: Add a usage parameter to anv_layout_to_aux_usageJason Ekstrand2020-01-244-18/+53
* anv: Use isl_aux_state for HiZ resolvesJason Ekstrand2020-01-242-19/+50
* anv: Add a layout_to_aux_state helperJason Ekstrand2020-01-242-82/+134
* anv: Use TRANSFER_SRC_OPTIMAL for depth/stencil MSAA resolvesJason Ekstrand2020-01-241-4/+4
* intel/blorp: resize src and dst surfaces separatelyJason Ekstrand2020-01-241-45/+53
* anv/apply_pipeline_layout: Initialize the nir_builder before useJason Ekstrand2020-01-231-1/+2
* util/hash_table: added hash functions for integer typesAnthony Pesch2020-01-231-1/+1
* anv/iris: warn gen12 3DSTATE_HS restrictionLionel Landwerlin2020-01-231-0/+11
* intel: Fix aux map alignments on 32-bit builds.Kenneth Graunke2020-01-231-4/+4
* util: Remove tmp argument from BITSET_FOREACH_SET macroMatt Turner2020-01-231-6/+3
* anv: Enable SPV_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_f...Ian Romanick2020-01-232-0/+2
* i965: Enable INTEL_shader_integer_functions2 on Gen8+Ian Romanick2020-01-231-0/+2
* intel/fs: Implement support for NIR opcodes for INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+67
* intel/fs: Add SHADER_OPCODE_[IU]SUB_SAT pseudo-opsIan Romanick2020-01-233-0/+101
* intel/fs: Don't lower integer multiplies that don't need loweringIan Romanick2020-01-231-0/+11
* intel/compiler: Move Gen4/5 rounding to visitorMatt Turner2020-01-224-37/+28
* intel/compiler: Return early if read() failedEmmanuel Gil Peyrot2020-01-221-1/+4
* intel/perf: adapt to platforms like Solaris without d_type in struct direntAlan Coopersmith2020-01-221-5/+20
* anv: ensure prog params are initialized with 0sLionel Landwerlin2020-01-221-1/+1
* intel/compiler: Fix array bounds warning on GCC 10.Timur Kristóf2020-01-221-0/+2
* intel/compiler: Test compaction on Gen <= 12Matt Turner2020-01-221-1/+1
* intel/compiler: Validate fuzzed instructionsMatt Turner2020-01-223-1/+7
* intel/compiler: Add unit tests for new EU validation checksMatt Turner2020-01-221-0/+396
* intel/compiler: Validate some instruction word encodingsMatt Turner2020-01-221-10/+84
* intel/compiler: Factor out brw_validate_instruction()Matt Turner2020-01-221-26/+35
* intel/compiler: Handle invalid compacted immediatesMatt Turner2020-01-221-1/+15
* intel/compiler: Handle invalid inputs to brw_reg_type_to_*()Matt Turner2020-01-221-0/+6
* intel/compiler: Split hw_type tablesMatt Turner2020-01-221-23/+116
* intel/compiler: Add a INVALID_{,HW_}REG_TYPE macrosMatt Turner2020-01-223-5/+8
* intel/compiler: Add NF some more placesMatt Turner2020-01-222-0/+5
* intel/compiler: Limit compaction unit tests to specific gensMatt Turner2020-01-221-9/+18
* intel/compiler: Don't disassemble align1 3-src operands on Gen < 10Matt Turner2020-01-221-0/+12
* intel/compiler: Split has_64bit_types into float/intMatt Turner2020-01-228-27/+80
* intel/compiler: Extract GEN_* macros into separate fileMatt Turner2020-01-222-37/+63
* intel/compiler: Use ARRAY_SIZE()Matt Turner2020-01-221-22/+22
* intel/fs: Don't emit control barrier if only one thread is usedCaio Marcelo de Oliveira Filho2020-01-211-0/+9
* intel/fs: Don't emit fence for shared memory if only one thread is usedCaio Marcelo de Oliveira Filho2020-01-211-13/+23
* intel/fs: Add workgroup_size() helperCaio Marcelo de Oliveira Filho2020-01-212-0/+10