aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_defines.h
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: introduce blorp specific rt-write for fs_generatorTopi Pohjolainen2014-01-231-0/+1
* i965/fs: introduce non-compressed equivalent of tex_cmsTopi Pohjolainen2014-01-231-0/+1
* i965: rename tex_ms to tex_cmsTopi Pohjolainen2014-01-231-1/+1
* i965: Set all the supported viewports for GEN7Ian Romanick2014-01-201-0/+1
* i965: Set the maximum VPIndexIan Romanick2014-01-201-0/+1
* i965: Add SFID #defines for media stuff.Kenneth Graunke2014-01-181-0/+2
* i965: Add #defines for new Broadwell math functions.Kenneth Graunke2014-01-181-0/+2
* i965: add struct and SFID for pixel interpolator messagesChris Forbes2014-01-181-0/+1
* i965: Add masks for more SURFACE_STATE fieldsChris Forbes2014-01-191-0/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Use SET_FIELD to safety check our x/y offsets in blits.Eric Anholt2014-01-091-0/+6
* i965: Add an assert for when SET_FIELD's value exceeds the field size.Eric Anholt2014-01-091-1/+7
* i965: Remove unused PIPE_CONTROL defines.Kenneth Graunke2014-01-061-10/+0
* i965: Add support for Broadwell's new register types.Kenneth Graunke2013-12-201-0/+5
* i965: Add BRW_REGISTER_TYPE_DF.Kenneth Graunke2013-12-201-0/+1
* i965: Abstract BRW_REGISTER_TYPE_* into an enum with unique values.Kenneth Graunke2013-12-201-10/+12
* i965: Add missing BRW_REGISTER_TYPE_UV.Kenneth Graunke2013-12-201-0/+1
* i965: Delete bogus BRW_REGISTER_TYPE_HF define.Kenneth Graunke2013-12-201-1/+0
* i965: Add shader opcode for sampling MCS surfaceChris Forbes2013-12-071-0/+1
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-4/+4
* i965: Add new defines for indirect drawsChris Forbes2013-11-251-0/+1
* i965: Move enum brw_urb_write_flags from brw_eu.h to brw_defines.h.Kenneth Graunke2013-11-161-0/+71
* i965: Add FS backend for builtin gl_SampleMask[]Anuj Phogat2013-11-011-0/+1
* i965: Add FS backend for builtin gl_SampleIDAnuj Phogat2013-11-011-0/+1
* i965/fs: Use the gen7 scratch read opcode when possible.Eric Anholt2013-10-301-0/+7
* i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITEEric Anholt2013-10-301-4/+3
* i965/gen7: Implement code generation for untyped surface read instructions.Francisco Jerez2013-10-291-0/+1
* i965/gen7: Implement code generation for untyped atomic instructions.Francisco Jerez2013-10-291-0/+2
* i965: Make fs gl_PrimitiveID input work even when there's no gs.Paul Berry2013-10-271-0/+4
* i965: Add Gen7 gather4_c and gather4_po_c message typesChris Forbes2013-10-261-0/+2
* i965: Add SHADER_OPCODE_TG4_OFFSET for gather with nonconstant offsets.Chris Forbes2013-10-261-0/+1
* i965/gs: Set the REORDER bit in 3DSTATE_GS.Paul Berry2013-10-151-0/+1
* i965: Generate code for ir_binop_carry and ir_binop_borrow.Matt Turner2013-10-071-0/+2
* i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/aChris Forbes2013-10-031-0/+1
* i965: add SHADER_OPCODE_TG4Chris Forbes2013-10-031-0/+3
* i965: Add #define for MI_REPORT_PERF_COUNT on Gen6+.Kenneth Graunke2013-09-261-0/+2
* i965: Add support for GL_AMD_performance_monitor on Ironlake.Kenneth Graunke2013-09-261-0/+7
* i965/gs: Add opcodes needed for EndPrimitive().Paul Berry2013-09-111-0/+26
* i965/gen7: Add the ability to send URB_WRITE_OWORD messages.Paul Berry2013-09-111-1/+2
* i965/gs: Set control data header size/format appropriately for EndPrimitive().Paul Berry2013-09-111-0/+5
* i965/gs: Add a state atom to set up geometry shader state.Paul Berry2013-09-111-0/+7
* i965: Remove never used DPA2 opcode.Matt Turner2013-09-051-1/+0
* i965: Remove never used RSR and RSL opcodes.Matt Turner2013-09-051-2/+0
* i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry2013-08-311-0/+10
* i965/gs: Allocate push constant space for use by GS.Paul Berry2013-08-311-0/+1
* i965/gs: Add GS_OPCODE_SET_DWORD_2_IMMED.Paul Berry2013-08-231-0/+7
* i965/gs: Add GS_OPCODE_SET_VERTEX_COUNT.Paul Berry2013-08-231-0/+10
* i965/gs: Add GS_OPCODE_SET_WRITE_OFFSET.Paul Berry2013-08-231-0/+16
* i965/gs: Add GS_OPCODE_THREAD_END.Paul Berry2013-08-231-0/+9
* i965/gs: Add GS_OPCODE_URB_WRITE.Paul Berry2013-08-231-0/+9