summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* i965/gen6/gs: Handle case where a GS doesn't allocate VUEAndrii Simiklit2018-06-261-21/+21
* meson: fix i965/anv/isl genX static lib namesEric Engestrom2018-06-182-2/+2
* anv: Disable __gen_validate_value if NDEBUG is set.Kenneth Graunke2018-06-121-0/+2
* anv: Set fence/semaphore types to NONE in impl_cleanupJason Ekstrand2018-06-111-13/+16
* intel/isl: Add bounds-checking assertions for the format_info tableJason Ekstrand2018-06-081-8/+16
* intel/isl: Add bounds-checking assertions in isl_format_get_layoutJason Ekstrand2018-06-082-7/+15
* intel/blorp: Don't vertex fetch directly from clear valuesJason Ekstrand2018-06-071-44/+41
* intel/tools: add intel_sanitize_gpu to EXTRA_DISTScott D Phillips2018-06-061-0/+2
* intel/eu: Set flag [sub]register number differently for 3srcJason Ekstrand2018-06-051-3/+10
* intel/eu: Copy fields manually in brw_next_insnJason Ekstrand2018-06-051-1/+94
* intel/eu: Add some brw_get_default_ helpersJason Ekstrand2018-06-054-55/+79
* intel/blorp: Support blits and clears on surfaces with offsetsJason Ekstrand2018-05-304-1/+37
* intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0Jason Ekstrand2018-05-301-0/+2
* i965/glk: Add l3 banks count for 2x6 configurationAnuj Phogat2018-05-301-1/+1
* i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROLJason Ekstrand2018-05-101-0/+1
* anv: emit pixel scoreboard stall before ISP disableLionel Landwerlin2018-05-101-1/+8
* src/intel/Makefile.vulkan.am: add missing MKDIR_GENRoss Burton2018-05-101-0/+2
* intel: devinfo: fix assertion on devices with odd number of EUsLionel Landwerlin2018-05-081-5/+1
* intel/compiler: fix brw_imm_w for negative 16-bit integersJose Maria Casanova Crespo2018-05-031-1/+1
* intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immediateJose Maria Casanova Crespo2018-05-031-4/+8
* anv: Allow lookup of vkEnumerateInstanceVersion without an instanceJason Ekstrand2018-05-021-0/+1
* anv/allocator: Don't shrink either end of the block poolJason Ekstrand2018-04-271-4/+4
* intel/compiler: Add scheduler deps for instructions that implicitly read g0Ian Romanick2018-04-272-0/+28
* i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*Jason Ekstrand2018-04-271-0/+2
* anv/blorp: Do the gen11 BTI flushJason Ekstrand2018-04-201-0/+14
* i965/fs: retype offset_reg to UD at load_ssboJose Maria Casanova Crespo2018-04-201-1/+1
* nir: Offset vertex_id by first_vertex instead of base_vertexNeil Roberts2018-04-192-7/+1
* spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEXNeil Roberts2018-04-192-4/+14
* intel: Handle firstvertex in an identical way to BaseVertexAntia Puentes2018-04-193-0/+8
* intel/compiler: Add a uses_firstvertex flagNeil Roberts2018-04-192-0/+5
* anv,radv: Drop XML workarounds for VK_ANDROID_native_bufferJason Ekstrand2018-04-161-6/+1
* anv: fix number of planes for depth & stencilLionel Landwerlin2018-04-132-1/+5
* mesa: include mtypes.h lessMarek Olšák2018-04-123-0/+3
* blorp: Silence unused function warningsNanley Chery2018-04-112-3/+3
* vulkan: fix build issue on android (both anv/radv)Tapani Pälli2018-04-111-2/+2
* vulkan: Drop vk_android_native_buffer.xmlJason Ekstrand2018-04-104-32/+16
* intel/dev: Assert the number of slices is not zeroTopi Pohjolainen2018-04-111-1/+1
* anv/pipeline: Lower more constant initializers earlierJason Ekstrand2018-04-091-7/+5
* intel: aubinator: print out addresses of invalid instructionsLionel Landwerlin2018-04-101-9/+14
* intel/compiler: Explicitly cast register type in switchIan Romanick2018-04-061-1/+1
* anv: Add WSI support for the I915_FORMAT_MOD_Y_TILED_CCSJason Ekstrand2018-04-052-19/+40
* intel/tools: new intel_sanitize_gpu toolKevin Rogovin2018-04-053-0/+459
* anv: Make blorp update the clear color.Rafael Antognolli2018-04-053-63/+66
* anv: Use clear address for HiZ fast clears too.Rafael Antognolli2018-04-053-3/+27
* anv: Emit the fast clear color address, instead of value.Rafael Antognolli2018-04-053-4/+70
* anv: Add a helper to extract clear color from the attachment.Rafael Antognolli2018-04-052-13/+21
* intel/blorp: Update clear color state buffer during fast clears.Rafael Antognolli2018-04-051-0/+48
* intel/blorp: Only copy clear color when doing a resolve.Rafael Antognolli2018-04-051-4/+9
* intel/blorp: Add support for fast clear address.Rafael Antognolli2018-04-051-5/+13
* intel/isl: Add support to emit clear value address.Rafael Antognolli2018-04-052-4/+23