i965: Update max VS/PS threads shift offsets for Haswell.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_defines.h
2012-03-30 Kenneth Graunkei965: Update max VS/PS threads shift offsets for Haswell.
2012-02-11 Eric Anholti965: Add support for the MAD opcode on gen6+.
2012-01-28 Yuanhan Liui965: fix inverted point sprite origin when rendering...
2012-01-10 Chad Versacei965: Fix misnamed GEN7_WM_DEPTH_RESOLVE
2011-12-24 Eric Anholti965/gen7: Add register definitions for GL_EXT_transfor...
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-20 Kenneth Graunkei965: Add missing SIMD4x2 sample_l_c message #defines.
2011-12-18 Kenneth Graunkei965: Rename texturing ops from FS_OPCODE to SHADER_OPC...
2011-12-08 Paul Berryi965 gen6: Implement pass-through GS for transform...
2011-12-08 Paul Berryi965: Clean up misleading defines for DWORD 2 of URB_WR...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versacei965/gen6: Set vertical alignment in SURFACE_STATE...
2011-10-27 Paul Berryi965/gen6+: Rename GEN6_CLIP_BARYCENTRIC_ENABLE.
2011-10-27 Paul Berryi965/gen6+: Parameterize barycentric interpolation...
2011-10-26 Kenneth Graunkei965: Add more #defines for Gen6+ 3DSTATE_GS fields.
2011-10-19 Yuanhan Liui965: setup address rounding enable bits
2011-10-18 Kenneth Graunkei965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and...
2011-10-18 Kenneth Graunkei965: Use Ivybridge's "Legacy Data Port" for reads...
2011-10-11 Kenneth Graunkei965: Replace incorrect use of GLboolean with enum...
2011-10-03 Kenneth Graunkei965/fs: Implement integer quotient and remainder math...
2011-09-26 Kenneth Graunkei965: Fix incorrect maximum PS thread count shift on...
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
2011-08-30 Eric Anholti965/vs: Add support for pull constant loads for unifor...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-23 Kenneth Graunkei965: Implement textureSize (TXS) on Gen4.
2011-08-23 Kenneth Graunkei965/fs: Implement textureSize (TXS) on Gen5+.
2011-08-16 Eric Anholti965/vs: Move virtual GRFs with array accesses to them...
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.
2011-08-16 Eric Anholti965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
2011-08-16 Eric Anholti965: Create a shared enum for hardware and compiler...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-18 Kenneth Graunkei965: Rename CMD_VF_STATISTICS_(965|GM45) to include...
2011-07-18 Kenneth Graunkei965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VER...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-07 Kenneth Graunkei965: Convert system instruction pointer to OUT_BATCH...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-31 Eric Anholti965: Switch brw_state_dump to using bitshifting for...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM pull...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM render...
2011-05-31 Eric Anholti965: Add defines for surface state setup using bitfiel...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Kenneth Graunkei965: Set Address Modify Enable in VERTEX_BUFFER on...
2011-05-18 Kenneth Graunkei965: Emit 3DPRIMITIVE Ivybridge-style.
2011-05-18 Kenneth Graunkei965: Add depth buffer support on Ivybridge.
2011-05-18 Kenneth Graunkei965: Upload sampler state pointers on Ivybridge.
2011-05-18 Kenneth Graunkei965: Disable binding table pointers for unused pipelin...
2011-05-18 Kenneth Graunkei965: Upload binding table pointers on Ivybridge.
2011-05-18 Kenneth Graunkei965: Explicitly disable unused pipeline stages on...
2011-05-18 Kenneth Graunkei965: Initial Ivybridge Viewport state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge Clip state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge CC state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge WM/PS state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge SF/SBE state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge URB space partitioning, includi...
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-13 Kenneth Graunkei965: Attempt to un-muddle Gen6 data port message targe...
2011-05-13 Kenneth Graunkei965: Fix incorrectly named data port define.
2011-05-13 Kenneth Graunkei965: Fix typo in Gen6 "DWord Scattered Write" message...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-18 Kenneth Graunkei965: Convert 3DPRIMITIVE command from struct-style...
2011-04-13 Chad Versacei965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINT
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-16 Kenneth Graunkei965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_...
2011-03-16 Kenneth Graunkei965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPL...
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-25 Kenneth Graunkei965: Add #defines for gen4 SIMD8 TXB/TXL with shadow...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-09 Kenneth Graunkei965: Rename a few more commands to match the documenta...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-10 Kenneth Graunkei965: Add #defines for HiZ and separate stencil buffer...
2011-01-10 Kenneth Graunkei965: Rename more #defines to 3DSTATE rather than CMD...
2011-01-10 Kenneth Graunkei965: Remove unused #defines which only contain the...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Kenneth Graunkei965: Rename various gen6 #defines to match the documen...
2011-01-05 Eric Anholti965: Add support for SRGB DXT1 formats.
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-16 Eric Anholti965: Set the alternative floating point mode on gen6...
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-10 Xiang, Haihaoi965: support for two-sided lighting on Sandybridge
2010-12-06 Eric Anholti965: Add support for the instruction compression bits...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Eric Anholti965: Add user clip planes support to gen6.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Eric Anholti965: Use SENDC on the first render target write on...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-06 Eric Anholti965: Add some clarification of the WECtrl field.
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-28 Zhenyu Wangi965: force zero in clipper to ignore RTAIndex on sandy...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
next