summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_defines.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-17i965: Program DWord Length in MI_FLUSH_DWAnuj Phogat1-1/+1
2017-08-02i965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.Kenneth Graunke1-0/+7
2017-07-13i965: Switch to absolute addressing for constant buffer 0.Kenneth Graunke1-0/+6
2017-06-27i965: Add Gen8+ INTEL_performance_query supportRobert Bragg1-0/+1
2017-05-30i965: Set the "Float Blend Optimization Enable" bit on Gen9+.Kenneth Graunke1-0/+1
2017-05-26i965: Move clip program compilation to the compilerJason Ekstrand1-7/+0
2017-05-26i965: Move SF compilation to the compilerJason Ekstrand1-2/+0
2017-05-03i965: Move MOCS macros to brw_context.h.Rafael Antognolli1-42/+0
2017-03-27i965: Delete tile resource mode codeAnuj Phogat1-9/+0
2017-03-13intel: fix compiler buildIago Toral Quiroga1-8/+0
2017-03-13i965: split EU defines to brw_eu_defines.hEmil Velikov1-1188/+0
2017-03-13i965: move brw_define.h ifndef guard to the topEmil Velikov1-3/+3
2017-03-13i965: remove unused macros from brw_defines.hEmil Velikov1-19/+1
2017-03-06i965: Delete vestiges of resource streamer code.Kenneth Graunke1-52/+0
2017-03-02i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.Kenneth Graunke1-247/+0
2017-03-01i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand1-0/+2
2017-03-01i965: Get rid of BRW_PRIM_OFFSETJason Ekstrand1-8/+0
2017-01-03i965/vec4: Rename DF to/from F generator opcodesIago Toral Quiroga1-2/+2
2017-01-03i965/vec4: add VEC4_OPCODE_SET_{LOW,HIGH}_32BIT opcodesIago Toral Quiroga1-0/+2
2017-01-03i965/vec4: add VEC4_OPCODE_PICK_{LOW,HIGH}_32BIT opcodesIago Toral Quiroga1-0/+2
2017-01-03i965/vec4: add double/float conversion pseudo-opcodesIago Toral Quiroga1-0/+2
2016-12-14i965/fs: Remove the FS_OPCODE_SET_SIMD4X2_OFFSET virtual opcode.Francisco Jerez1-1/+0
2016-12-14i965: Factor out oword block read and write message control calculation.Francisco Jerez1-0/+6
2016-12-12treewide: s/comparitor/comparator/Ilia Mirkin1-1/+1
2016-12-07i965: enable INTEL_conservative_rasterization on Gen9+Lionel Landwerlin1-0/+1
2016-11-29i965/fs: Refactor handling of constant tg4 offsetsJason Ekstrand1-1/+1
2016-11-23i965: Use 3DSTATE_CLIP's User Clip Distance Enable bitmask on Gen8+.Kenneth Graunke1-0/+1
2016-09-14i965/ir: Update several stale comments.Francisco Jerez1-1/+1
2016-08-25i965/fs: Define logical framebuffer read opcode and lower it to physical reads.Francisco Jerez1-0/+1
2016-08-25i965/fs: Define framebuffer read virtual opcode.Francisco Jerez1-0/+3
2016-08-25i965/eu: Add codegen support for the Gen9+ render target read message.Francisco Jerez1-0/+4
2016-08-25i965: Fix undefined signed overflow in INTEL_MASK for bitfields of 31 bits.Francisco Jerez1-1/+1
2016-08-19i965: Roll intel_reg.h into brw_defines.hJason Ekstrand1-0/+273
2016-07-20i965: Delete the FS_OPCODE_INTERPOLATE_AT_CENTROID virtual opcode.Kenneth Graunke1-1/+0
2016-07-15i965: Rename brw_wm_barycentric_interp_mode to brw_barycentric_mode.Kenneth Graunke1-12/+12
2016-07-14i965: enable the emission of the DIM instructionSamuel Iglesias Gonsálvez1-1/+1
2016-07-06i965/docs: update Intel Linux Graphics URLsEric Engestrom1-1/+1
2016-06-01i965: Support new local ID push constant & cross-thread constantsJordan Justen1-0/+3
2016-05-29i965/fs: Implement opt_sampler_eot() in terms of logical sends.Francisco Jerez1-0/+1
2016-05-27i965/ir: Make BROADCAST emit an unmasked single-channel move.Francisco Jerez1-0/+6
2016-05-27i965/fs: Remove FS_OPCODE_PACK_STENCIL_REF virtual instruction.Francisco Jerez1-1/+0
2016-05-27i965/fs: Remove extract virtual opcodes.Francisco Jerez1-12/+0
2016-05-27i965/fs: Handle SAMPLEINFO consistently like other texturing instructions.Francisco Jerez1-0/+1
2016-05-27i965/fs: Rename Gen4 physical varying pull constant load opcode.Francisco Jerez1-1/+1
2016-05-27i965/fs: Hide varying pull constant load message setup behind logical opcode.Francisco Jerez1-0/+1
2016-05-20i965, anv: Use NIR FragCoord re-center and y-transform passes.Kenneth Graunke1-1/+0
2016-05-19i965: Add infrastucture for sample lod-zero operations.Matt Turner1-0/+5
2016-05-14i965/blorp: Delete the old blorp shader emit codeJason Ekstrand1-1/+0
2016-05-12i965/gen9: Prepare surface state setup for lossless compressionTopi Pohjolainen1-0/+1
2016-05-10i965/fs: add PACK opcodeConnor Abbott1-0/+9