summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/fs: Add explicit last_rt flag to fb writes orthogonal to eot.Francisco Jerez2018-05-294-5/+5
* intel/fs: Replace the CINTERP opcode with a simple MOVFrancisco Jerez2018-05-295-12/+3
* intel/fs: Use the ATTR file for FS inputsFrancisco Jerez2018-05-294-22/+30
* intel/fs: Rename a local variable so it doesn't shadow component()Francisco Jerez2018-05-291-4/+4
* intel/eu: Remove brw_codegen::compressed_stack.Francisco Jerez2018-05-291-1/+0
* intel/fs: Use groups for SIMD16 LINTERP on gen11+Jason Ekstrand2018-05-291-4/+5
* intel/fs: Assert that the gen4-6 plane restrictions are followedJason Ekstrand2018-05-291-2/+8
* anv: move canonical_address calculation into a separate functionScott D Phillips2018-05-275-11/+47
* intel/blorp: Support blits and clears on surfaces with offsetsJason Ekstrand2018-05-254-1/+37
* intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0Jason Ekstrand2018-05-221-0/+2
* i965/glk: Add l3 banks count for 2x6 configurationAnuj Phogat2018-05-211-1/+1
* android: enable VK_ANDROID_native_bufferTapani Pälli2018-05-211-3/+0
* i965: isl: Move the MCS gen7+ assertion into ISLNanley Chery2018-05-181-0/+2
* intel/blorp: Add a NO_UPDATE_CLEAR_COLOR batch flagNanley Chery2018-05-172-2/+9
* intel/blorp: Use linear formats for CCS_E clear colors in copiesJason Ekstrand2018-05-141-2/+2
* android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao2018-05-141-0/+4
* anv,nir: add generated files to .gitignore(s)Rhys Perry2018-05-121-0/+1
* intel/isl/storage: Don't lower most UNORM formats on gen11+Jason Ekstrand2018-05-101-6/+10
* intel/isl: Several UNORM formats support typed writes on gen11+Jason Ekstrand2018-05-101-13/+13
* i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROLJason Ekstrand2018-05-091-0/+1
* src/intel/Makefile.vulkan.am: add missing MKDIR_GENRoss Burton2018-05-091-0/+2
* anv: emit pixel scoreboard stall before ISP disableLionel Landwerlin2018-05-091-1/+8
* intel/isl: Allow CCS_E on 1010102 formatsJason Ekstrand2018-05-091-11/+0
* intel/blorp: Allow CCS copies of 1010102 formatsJason Ekstrand2018-05-091-0/+6
* intel/blorp: Add support for more format bitcastingJason Ekstrand2018-05-092-23/+95
* intel/blorp: Use nir_format_bitcast_uint_vec_unmaskedJason Ekstrand2018-05-091-41/+16
* intel/blorp: Use ISL instead of bitcast_color_value_to_uintJason Ekstrand2018-05-091-73/+10
* intel/isl: Add format conversion codeJason Ekstrand2018-05-095-2/+224
* intel/isl/format: Get rid of the ALPHA colorspaceJason Ekstrand2018-05-092-8/+8
* intel/isl/format: Add field locations informations to channel_layoutJason Ekstrand2018-05-092-2/+13
* intel/isl/format: Add a column for channel order to the tableJason Ekstrand2018-05-092-281/+282
* anv: Allow blitting to/from any supported formatJason Ekstrand2018-05-092-7/+6
* intel/blorp: Support the RGB workaround on more formatsJason Ekstrand2018-05-091-20/+53
* intel/blorp: Silently convert RGBX destination formats to RGBAJason Ekstrand2018-05-091-0/+4
* intel/isl: Add some helpers for working with RGBX formatsJason Ekstrand2018-05-092-0/+43
* intel/blorp: Handle more exotic destination formatsJason Ekstrand2018-05-092-0/+54
* intel/blorp: Include nir_format_convert.h in blorp_blit.cJason Ekstrand2018-05-091-19/+1
* intel/blorp: Add swizzle support for all hardwareJason Ekstrand2018-05-092-1/+69
* intel/isl: Add a helper for inverting swizzlesJason Ekstrand2018-05-092-0/+32
* intel/isl: Add a helper for composing swizzlesJason Ekstrand2018-05-092-0/+38
* intel/isl: Add an isl_swizzle_supports_rendering helperJason Ekstrand2018-05-093-32/+71
* blorp: Handle the RGB workaround more like other workaroundsJason Ekstrand2018-05-091-30/+30
* intel: devinfo: silence coverity warningLionel Landwerlin2018-05-091-0/+1
* anv: ignore pColorBlendState if all color attachments of the subpass are unusedSamuel Iglesias Gonsálvez2018-05-092-3/+13
* intel: devinfo: fix assertion on devices with odd number of EUsLionel Landwerlin2018-05-081-5/+1
* intel/genxml: Assert that genxml field start and ends are sane.Kenneth Graunke2018-05-071-0/+7
* intel/genxml: Fix some more fake booleans in genxml.Kenneth Graunke2018-05-075-11/+11
* intel/genxml: Make assert in gen_pack_header print a message.Kenneth Graunke2018-05-071-1/+1
* anv: remove unused field anv_queue::poolScott D Phillips2018-05-072-3/+0
* intel/genxml: Fix a few invalid field widthsChris Wilson2018-05-076-28/+28