summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2018-08-28intel: decoder: handle 0 sized structsLionel Landwerlin1-4/+8
2018-08-28intel/batch_decoder: Print blend states properlyJason Ekstrand1-1/+16
2018-08-28intel/batch_decoder: Fix dynamic state printingJason Ekstrand1-2/+2
2018-08-28intel/decoder: Clean up field iteration and fix sub-dword fieldsJason Ekstrand1-16/+16
2018-08-28intel: decoder: unify MI_BB_START field namingLionel Landwerlin3-7/+7
2018-08-27anv: Fill holes in the VF VUE to zeroJason Ekstrand1-1/+28
2018-08-23intel/isl: Avoid tiling some 16K-wide render targetsNanley Chery1-0/+23
2018-08-18anv/lower_ycbcr: Use the binding array size for bounds checksJason Ekstrand1-6/+4
2018-08-16Revert "intel/nir: Call nir_lower_io_to_scalar_early"Jason Ekstrand1-12/+5
2018-08-13blorp: Properly handle Z24X8 blits.Kenneth Graunke2-12/+11
2018-08-13blorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPELESS rendering.Kenneth Graunke1-5/+5
2018-08-13intel: Switch the order of the 2x MSAA sample positionsJason Ekstrand2-5/+15
2018-08-10intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.Kenneth Graunke1-0/+20
2018-08-09intel/tools: add missing variable initialisationEric Engestrom1-1/+1
2018-08-06intel: aubinator: fix read the context/ringLionel Landwerlin1-2/+2
2018-08-02intel/tools: add error2aub creation into autotoolsAndres Gomez1-1/+23
2018-08-01intel/compiler: Add brw_get_compiler_config_value for disk cacheJordan Justen3-1/+41
2018-08-01i965: Disable shader cache with INTEL_DEBUG=shader_timeJordan Justen1-2/+5
2018-08-01anv/pipeline: Add populate_tcs/tes_key helpersJason Ekstrand1-3/+25
2018-08-01anv/pipeline: Rework the parameters to populate_wm_prog_keyJason Ekstrand1-22/+24
2018-08-01anv/pipeline: More aggressively optimize away color attachmentsJason Ekstrand2-5/+14
2018-08-01anv: Restrict the number of color regions to those actually writtenJason Ekstrand1-0/+5
2018-08-01anv/pipeline: Fix up deref modes if we delete a FS outputJason Ekstrand1-0/+5
2018-08-01intel/nir: Call nir_lower_io_to_scalar_earlyJason Ekstrand1-5/+12
2018-08-01intel/nir: Split IO arrays into elementsJason Ekstrand1-0/+4
2018-08-01i965/fs: Flag all slots of a flat input as flatJason Ekstrand1-6/+9
2018-08-01intel/nir: Use the correct scalar stage for consumers when linkingJason Ekstrand1-1/+1
2018-08-01intel: tools: aubwrite: split gen[89] from gen10+Lionel Landwerlin5-186/+416
2018-08-01python: Explicitly use byte stringsMathieu Bridon1-2/+2
2018-08-01python: Open file in binary modeMathieu Bridon1-1/+1
2018-08-01python: Better get character ordinalsMathieu Bridon1-2/+2
2018-08-01intel/compiler: implement 8-bit constant loadIago Toral Quiroga1-0/+5
2018-08-01intel/compiler: add setup_imm_(u)b helpersIago Toral Quiroga2-0/+22
2018-07-27i965/icl: Disable binding table prefetchingTopi Pohjolainen1-0/+7
2018-07-27intel/compiler: fix lower conversions to account for predicationIago Toral Quiroga1-1/+4
2018-07-26i965: Combine both gl_PatchVerticesIn lowering passes.Kenneth Graunke2-4/+2
2018-07-26intel/compiler: Delete dead VS intrinsic handling.Kenneth Graunke1-12/+4
2018-07-26anv: drop unused local varsEric Engestrom1-6/+0
2018-07-26anv: remove incorrect `UNUSED` flagEric Engestrom1-1/+1
2018-07-25intel: Make the decoder just store addresses for bases, not buffers.Kenneth Graunke2-12/+12
2018-07-25intel: Make the decoder handle STATE_BASE_ADDRESS not being a buffer.Kenneth Graunke2-38/+46
2018-07-25anv: don't crash on vkDestroyDevice(NULL)Eric Engestrom1-1/+3
2018-07-25anv: fix python whitespace warningEric Engestrom1-1/+1
2018-07-25anv: cleanup python importsEric Engestrom2-3/+3
2018-07-25anv: remove unnecessary semicolons in pythonEric Engestrom1-3/+3
2018-07-25intel: tools: dump: only store device id on successLionel Landwerlin1-2/+2
2018-07-24i965, anv: Use INTEL_DEBUG for disk_cache driver flagsJordan Justen2-1/+7
2018-07-24i965, anv: Add extra unused character in disk_cache renderer temp stringJordan Justen1-2/+2
2018-07-24nir: rename f2f16_undef to f2f16Karol Herbst1-1/+1
2018-07-24python: Use range() instead of xrange()Mathieu Bridon1-1/+1