aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_defines.h
Commit message (Expand)AuthorAgeFilesLines
...
* i965/vec4: Add and use byte-MOV instruction for unpack 4x8.Matt Turner2015-02-191-0/+1
* i965: Fix integer border color on Haswell.Kenneth Graunke2015-02-091-0/+1
* i965/skl: Always use a header for SIMD4x2 sampler messagesKristian Høgsberg2015-01-081-0/+5
* i965: Add new SIMD8 VS prog data flagKristian Høgsberg2014-12-101-0/+2
* i965: Add SIMD8 URB write low-level IR instructionKristian Høgsberg2014-12-101-0/+3
* i965/vec4: Allow CSE on uniform-vec4 expansion MOVs.Matt Turner2014-12-051-0/+1
* i965: Move PSCDEPTH calculations from draw time to compile time.Kenneth Graunke2014-12-041-8/+9
* i965/fs: Pass key->render_to_fbo via src1 of FS_OPCODE_DDY_*.Kenneth Graunke2014-11-271-0/+4
* i965/fs: Handle derivative quality decisions in the front-end.Kenneth Graunke2014-11-271-8/+4
* i965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.Matt Turner2014-11-251-0/+2
* i965/disasm: Properly decode branch_ctrl (gen8+)Ben Widawsky2014-11-201-0/+1
* i965: Set Line Width correctly on Cherryview and Skylake.Kenneth Graunke2014-11-081-0/+1
* i965: Convert stride/width/execution size macros into enums.Matt Turner2014-11-061-28/+33
* i965/skl: Use new MOCS for SKLKristian Høgsberg2014-11-031-0/+7
* i965/skl: Update Viewport Z Clip Test Enable bits for Skylake.Kenneth Graunke2014-11-031-0/+2
* i965/skl: Update stencil reference handling for Skylake.Kenneth Graunke2014-11-031-0/+5
* i965/skl: Update 3DSTATE_SBE for Skylake.Damien Lespiau2014-11-031-0/+6
* i965: Add a BRW_MOCS_PTE #define.Kenneth Graunke2014-10-091-3/+7
* i965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGORITHMChris Forbes2014-10-011-1/+1
* i965: Delete intel_chipset.h.Kenneth Graunke2014-09-291-2/+0
* i965: Add BRW_OPCODE_NENOP for G45.Matt Turner2014-09-251-0/+1
* i965/gen6/gs: Add an additional parameter to the FF_SYNC opcode.Samuel Iglesias Gonsalvez2014-09-191-0/+4
* i965/gen6/gs: implement GS_OPCODE_FF_SYNC_SET_PRIMITIVES opcodeSamuel Iglesias Gonsalvez2014-09-191-0/+15
* i965/gen6/gs: implement GS_OPCODE_SVB_SET_DST_INDEX opcodeSamuel Iglesias Gonsalvez2014-09-191-0/+9
* i965/gen6/gs: implement GS_OPCODE_SVB_WRITE opcodeSamuel Iglesias Gonsalvez2014-09-191-0/+12
* i965/gen6/gs: Implement GS_OPCODE_SET_PRIMITIVE_ID.Iago Toral Quiroga2014-09-191-0/+8
* i965/gen6/gs: Implement GS_OPCODE_SET_DWORD_2.Iago Toral Quiroga2014-09-191-4/+2
* i965/gen6/gs: Compute URB entry size for user-provided geometry shaders.Iago Toral Quiroga2014-09-191-2/+6
* i965/gen6/gs: Implement GS_OPCODE_URB_WRITE_ALLOCATE.Iago Toral Quiroga2014-09-191-0/+8
* i965/gen6/gs: Implement GS_OPCODE_FF_SYNC.Iago Toral Quiroga2014-09-191-0/+15
* i965: Mark BRW_CONDITIONAL_R as Gen <= 5.Matt Turner2014-08-281-1/+1
* i965/gen6: Add support for layered renderbuffersJordan Justen2014-08-151-0/+4
* i965: Add optimization pass to let us use the replicate data messageKristian Høgsberg2014-08-151-0/+1
* i965: Add a mechanism for sending native primitives into the driverKristian Høgsberg2014-08-151-0/+7
* i965/fs: Support fine/coarse derivative opcodesChris Forbes2014-08-151-0/+6
* i965: Add #defines for SAMPLER_STATE fields.Kenneth Graunke2014-08-021-0/+54
* i965: Convert wrap mode #defines to an enum.Kenneth Graunke2014-08-021-7/+9
* i965/fs: add generator support for pixel interpolator queryChris Forbes2014-07-131-0/+4
* i965: Add message descriptor bit definitions for pixel interpolatorChris Forbes2014-07-131-0/+5
* i965: Make a brw_predicate enum.Matt Turner2014-07-051-20/+22
* i965: Make a brw_conditional_mod enum.Matt Turner2014-07-051-12/+14
* i965: Add #defines for any32h/all32h predication.Kenneth Graunke2014-06-301-0/+2
* i965: Add auxiliary surface field #defines for Broadwell.Jordan Justen2014-06-261-0/+10
* i965: Add CSEL opcode definition for Gen8.Matt Turner2014-06-261-0/+1
* i965: Document which instructions are generation specific.Matt Turner2014-06-261-20/+20
* i965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD.Matt Turner2014-06-171-0/+14
* i965: Support GL_CLAMP natively on Broadwell.Kenneth Graunke2014-06-051-0/+1
* i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.Pavel Popov2014-05-301-1/+1
* i965: Set Broadwell MOCS values everywhere it's possible.Kenneth Graunke2014-03-251-0/+8
* i965: Implement ARB_stencil_texturing on Gen8+.Kenneth Graunke2014-03-041-0/+1