summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_sf_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-4/+2
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Shorten context base class dereference chains.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-3/+3
2013-06-16i965: Shrink Gen5 VUE map layout to be the same as Gen4.Chris Forbes1-16/+1
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-3/+5
2012-01-09i965: Add missing _NEW_PROGRAM dirty bit to the brw_sf_state atom.Kenneth Graunke1-0/+2
2011-10-29i965/gen4: Move unit state setup to emit() time.Eric Anholt1-2/+2
2011-10-25i965: Remove "single threaded" INTEL_DEBUG mode.Kenneth Graunke1-3/+0
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-1/+1
2011-09-06i965: SF: Move the computation of urb_entry_read_offset.Paul Berry1-4/+16
2011-07-11i965: Add a type argument to brw_state_batch().Eric Anholt1-2/+4
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-7/+8
2011-04-29i965/gen6: Move scissor state to state streaming.Eric Anholt1-1/+1
2011-04-29i965/gen6: Move the SF VP to state streaming.Eric Anholt1-6/+1
2011-04-11i965: Move the SF VP from state caching to state streaming.Eric Anholt1-6/+14
2011-04-11i965: Change the SF unit from state caching to state streaming.Eric Anholt1-106/+42
2011-04-11i965: Turn SF unit and viewport structs into pointers to prep for streaming.Eric Anholt1-69/+70
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt1-2/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-07-22i965: Respect VS/VP point size result when enabled.Eric Anholt1-3/+4
2010-06-11i965: GC the last two arguments to brw_cache_data.Eric Anholt1-2/+1
2010-06-08intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt1-10/+7
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-6/+6
2010-04-22i965: Fix scissoring when width or height is 0.Eric Anholt1-1/+14
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang1-2/+2
2010-01-26intel: Clean up stale comments about cliprects.Eric Anholt1-3/+3
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-22i965: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-19i965: Allow for variable-sized auxdata in the state cache.Eric Anholt1-2/+1
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt1-4/+5
2009-11-13Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt1-3/+4
2009-11-11i965: fix EXT_provoking_vertex supportRoland Scheidegger1-3/+4
2009-11-06i965: Always pass the size argument to brw_cache_data.Eric Anholt1-1/+2
2009-08-07i965: Add a note justifying domain choice for the SF VP.Eric Anholt1-0/+3
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt1-4/+14
2009-07-16i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.Eric Anholt1-2/+4
2009-07-13i965: add support for new chipsetsXiang, Haihao1-4/+17
2009-05-21i956: Make state dependency of SF on drawbuffer bounds match Mesa's.Eric Anholt1-2/+5
2009-04-24i965: fix point size issueRoland Scheidegger1-1/+1
2009-03-24i965: fix point rasterization when rendering to FBORobert Ellison1-1/+27
2009-03-12i965: move declaration before codeBrian Paul1-2/+1
2009-02-02i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt1-9/+10
2009-02-02i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt1-22/+12
2009-01-29i965: use bitfields in brw_sf_unit_key structBrian Paul1-2/+5
2009-01-29i965: fix render to FBO/texture orientation bugsBrian Paul1-6/+7
2009-01-26i965: scissor rect was inverted when rendering to textureBrian Paul1-4/+14
2009-01-16i965: fix polygon culling bug when rendering to a texture/FBOBrian Paul1-12/+13
2009-01-11replace nearbyint() by rint() for now.Matthieu Herrb1-1/+1
2008-11-12i965: Fix up SF max_threads.Eric Anholt1-1/+2