aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_defines.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: support instanced GS on gen7Jordan Justen2014-02-201-0/+1
* i965: support gl_InvocationID for gen7Jordan Justen2014-02-201-0/+12
* i965: Thwack multisample enable bit in 3DSTATE_RASTER.Kenneth Graunke2014-02-191-0/+1
* i965: Add #defines for the 3DSTATE_WM_HZ_OP packet's contents.Kenneth Graunke2014-02-191-0/+25
* i965: Disable 3DSTATE_WM_HZ_OP fields.Kenneth Graunke2014-01-311-0/+2
* i965: Update GS state for Broadwell.Kenneth Graunke2014-01-311-0/+5
* i965: Update multisampling state for Broadwell.Kenneth Graunke2014-01-311-0/+5
* i965: Update BLEND_STATE for Broadwell.Kenneth Graunke2014-01-311-0/+41
* i965: Rework SURFACE_STATE entries for Broadwell.Kenneth Graunke2014-01-311-0/+14
* i965: Update SOL state for Broadwell.Kenneth Graunke2014-01-311-0/+3
* i965: Update the code that disables unused shader stages for Broadwell.Kenneth Graunke2014-01-311-0/+2
* i965: Rework vertex uploads for Broadwell.Kenneth Graunke2014-01-311-0/+13
* i965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS_EXTRA.Kenneth Graunke2014-01-311-0/+20
* i965: Rework 3DSTATE_VS for Broadwell.Kenneth Graunke2014-01-311-0/+4
* i965: Add the new 3DSTATE_PS_BLEND state packet.Kenneth Graunke2014-01-311-0/+16
* i965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_WM_DEPTH_STENCIL.Kenneth Graunke2014-01-311-0/+26
* i965: Update SF, SBE, and RASTER state for Broadwell.Kenneth Graunke2014-01-311-0/+19
* 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