aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* aubinator: enable snb/ilk through --genLionel Landwerlin2017-03-311-0/+2
* intel: genxml: compress all gen files into oneLionel Landwerlin2017-03-315-62/+58
* intel: Add INTEL_CFLAGS to aubinator CFLAGS.Kenneth Graunke2017-03-301-1/+2
* intel: automake: move INTEL_CFLAGS as applicableEmil Velikov2017-03-302-1/+1
* intel: android: remove libdrm_intel requirementEmil Velikov2017-03-303-12/+6
* anv/cmd_buffer: fix host memory leakCraig Stout2017-03-291-1/+9
* anv/batch_chain: Handle another OOM in cmd_buffer_execbufJason Ekstrand2017-03-291-2/+4
* i965: expose BRW_OPCODE_[F32TO16/F16TO32] name on gen8+Alejandro Piñeiro2017-03-291-0/+9
* anv/cmd_buffer: Refactor flush_pipeline_select_*Jason Ekstrand2017-03-281-26/+16
* anv: Flush caches prior to PIPELINE_SELECT on all gensJason Ekstrand2017-03-281-2/+1
* anv/cmd_buffer: Fix bad indentationJason Ekstrand2017-03-281-24/+25
* anv/cmd_buffer: Apply flush operations prior to executing secondariesJason Ekstrand2017-03-281-0/+5
* anv/blorp: Use anv_get_layerCount everywhereJason Ekstrand2017-03-281-8/+12
* anv: Make anv_get_layerCount a macroJason Ekstrand2017-03-281-7/+7
* isl: Drop unused isl_surf_init_info::min_pitchChad Versace2017-03-282-13/+3
* intel: Fix requests for exact surface row pitch (v2)Chad Versace2017-03-283-18/+21
* isl: Let isl_surf_init's caller set the exact row pitch (v2)Chad Versace2017-03-282-1/+19
* isl: Validate the calculated row pitch (v45)Chad Versace2017-03-281-6/+64
* genxml: New generated header genX_bits.h (v6)Chad Versace2017-03-285-3/+300
* i965/fs: Don't emit SEL instructions for type-converting MOVs.Matt Turner2017-03-271-0/+2
* anv/blorp: Fix a crash in CmdClearColorImageXu Randy2017-03-271-2/+2
* anv: enable sampling from fast-cleared images on SKLSamuel Iglesias Gonsálvez2017-03-271-2/+2
* genxml: Add 3DSTATE_DEPTH_BUFFER to gen5.xmlChad Versace2017-03-241-0/+56
* genxml: Whitespace fixesJason Ekstrand2017-03-245-39/+39
* genxml: Replace "[N]" with "N"Jason Ekstrand2017-03-243-15/+15
* genxml/gen6: Remove a couple of bogus valuesJason Ekstrand2017-03-241-6/+2
* genxml/gen8: Remove BLACK_LEVEL_CORRECTION_STATEJason Ekstrand2017-03-241-6/+0
* genxml: Rename two MCS fields to Auxiliary Surface on gen7Jason Ekstrand2017-03-243-8/+7
* genxml: Fix gen_zipped_file.py dependencyChad Versace2017-03-241-1/+1
* genxml: Define GENXML_XML_FILES in Makefile.sourcesChad Versace2017-03-242-8/+11
* anv: automake: ensure that the destination directory is createdEmil Velikov2017-03-241-0/+1
* anv/query: handle out of host memory without crashing in compute_query_result()Iago Toral Quiroga2017-03-241-0/+5
* anv/pipeline: make FragCoord include sample positions when sample shadingIago Toral Quiroga2017-03-243-8/+20
* nir/lower_wpos_center: support adding sample position to fragment coordinateIago Toral Quiroga2017-03-241-1/+1
* anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lostIago Toral Quiroga2017-03-242-1/+24
* anv/device: keep track of 'device lost' stateIago Toral Quiroga2017-03-242-0/+6
* anv/device: return VK_ERROR_DEVICE_LOST for errors during queue submissionsIago Toral Quiroga2017-03-241-0/+25
* i965: Replace OPT_V() with OPT().Matt Turner2017-03-231-23/+19
* i965/fs: Return progress from demote_sample_qualifiers().Matt Turner2017-03-231-1/+6
* i965/fs: Return progress from move_interpolation_to_top().Matt Turner2017-03-231-1/+6
* intel: move gen_decoder.* to DECODER_FILESTapani Pälli2017-03-232-3/+5
* android: fix vulkan build issues with anv_entrypointsTapani Pälli2017-03-231-6/+12
* android: rename Intel Vulkan library to match desktop oneTapani Pälli2017-03-231-2/+2
* anv: Remove dead prototype from entrypointsDylan Baker2017-03-221-1/+0
* anv: use cElementTree in anv_entrypoints_gen.pyDylan Baker2017-03-221-1/+1
* anv: don't use Element.get in anv_entrypoints_gen.pyDylan Baker2017-03-221-6/+7
* anv: use dict.get in anv_entrypoints_gen.pyDylan Baker2017-03-221-4/+1
* anv: anv_entrypoints_gen.py: use reduce function.Dylan Baker2017-03-221-5/+3
* anv: anv-entrypoints_gen.py: rename hash to cal_hash.Dylan Baker2017-03-221-3/+4
* anv: Generate anv_entrypoints header and code in one commandDylan Baker2017-03-223-18/+17