i965: Upload sampler state pointers on Ivybridge.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_state_upload.c
2011-05-18 Kenneth Graunkei965: Upload sampler state pointers on Ivybridge.
2011-05-18 Kenneth Graunkei965: Upload binding table pointers on Ivybridge.
2011-05-18 Kenneth Graunkei965: Split BRW_NEW_BINDING_TABLE dirty bit into one...
2011-05-18 Kenneth Graunkei965: Explicitly disable unused pipeline stages on...
2011-05-18 Kenneth Graunkei965: Initial Ivybridge VS state.
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-18 Kenneth Graunkei965: Split out tracked state atoms for Ivybridge.
2011-04-29 Eric Anholti965/gen6: Use the dynamic state base address to reduce...
2011-04-29 Eric Anholti965/gen6: Move scissor state to state streaming.
2011-04-29 Eric Anholti965: Move sampler state to state streaming.
2011-04-29 Eric Anholti965: Move the CC VP to state streaming.
2011-04-29 Eric Anholti965/gen6: Stream the VS push constants.
2011-03-09 Chris Wilsoni965: Pack the tracked state atoms into separate arrays...
2011-02-21 Chris Wilsoni965: Micro-optimise check_state
2011-02-21 Chris Wilsoni965: Move repeat-instruction-suppression to batchbuffe...
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-02-09 Kenneth Graunkei965: Add missing DEFINE_BITS for brw dirty bits.
2011-01-23 Brian Pauli965: remove _NEW_ACCUM
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2010-12-28 Zhenyu WangRevert "i965: upload multisample state for fragment...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-23 Zhenyu Wangi965: upload multisample state for fragment program...
2010-12-07 Eric Anholti965: Fix comment about gen6_wm_constants.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-03 Eric Anholtintel: Annotate debug printout checks with unlikely().
2010-10-26 Eric Anholti965: Set up the constant buffer on gen6 when it's...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-09-28 Zhenyu Wangi965: fix scissor state on sandybridge
2010-09-23 Eric Anholtmesa: Remove SGI_color_matrix.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-25 Vinson Leei965: Remove unnecessary header.
2010-08-22 Eric Anholti965: Fix up WM push constant setup on gen6.
2010-08-22 Eric Anholti965: Use intel->gen >= 6 instead of IS_GEN6.
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-13 Eric Anholti965: Update gen6 paths for the streaming rework.
2010-06-11 Eric Anholti965: Remove caching of surface state objects.
2010-06-11 Eric Anholti965: Convert the binding table to streamed indirect...
2010-06-11 Eric Anholti965: Split constant buffer setup from its surface...
2010-06-11 Eric Anholti965: Set the CC VP state immediately on state change.
2010-06-08 Eric Anholtintel: Change dri_bo_* to drm_intel_bo* to consistently...
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-02-25 Eric AnholtMerge branch 'sandybridge'
2010-02-25 Eric Anholti965: Set up the SNB sampler state pointers.
2010-02-25 Eric Anholti965: Move PIPELINE_SELECT to the top of gen6 3d pipeli...
2010-02-25 Eric Anholti965: Untested Sandybridge WM packets.
2010-02-25 Eric Anholti965: Hook up remaining Sandybridge state packets besid...
2010-02-25 Eric Anholti965: Untested Sandybridge SF setup.
2010-02-25 Eric Anholti965: Add Sandybridge viewport setup.
2010-02-25 Eric Anholti965: Enable DRAWING_RECTANGLE emit on Sandybridge.
2010-02-25 Eric Anholti965: Add Sandybridge scissor state.
2010-02-25 Eric Anholti965: Set the state base address on Sandybridge.
2010-02-25 Eric Anholti965: Reconnect the index/vertex setup.
2010-02-25 Eric Anholti965: Set up the SNB URB.
2010-02-25 Eric Anholti965: Get vp-tri batchbuffers running (no rendering).
2010-02-25 Eric Anholti965: Add untested REJECT_ALL clip state.
2010-02-25 Eric Anholti965: Add untested passthrough GS setup.
2010-02-25 Eric Anholti965: Add untested Sandybridge passthrough VS setup.
2010-02-25 Eric Anholti965: Start adding support for the Sandybridge CC unit.
2010-02-25 Eric Anholti965: Update WM surface state setup for sandybridge...
2010-02-25 Eric Anholti965: Set up sandybridge depthbuffer.
2010-02-25 Eric Anholtintel: Start adding defines and some bits for sandybrid...
2010-02-19 Kenneth GraunkeRemove _mesa_memset in favor of plain memset.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-19 Eric Anholtintel: Remove dead note_fence vtbl hook.
2010-01-19 Eric Anholti965: Remove obsolete comment about the state atoms.
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-21 Keith WhitwellMerge commit 'origin/master' into i965g-restart
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Andre MaasikasMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-02 Jakob BornecrantzMerge commit 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-27 Roland ScheideggerMerge branch 'width0'
2009-11-26 Roland ScheideggerMerge commit 'origin/st-shader-varients'
2009-11-23 Maciej CencoraMerge commit 'origin/mesa_7_7_branch'
2009-11-21 Eric Anholti965: Fix several memory leaks on exit.
next