aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_sf_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Shrink Gen5 VUE map layout to be the same as Gen4.Chris Forbes2013-06-161-16/+1
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-3/+5
* i965: Add missing _NEW_PROGRAM dirty bit to the brw_sf_state atom.Kenneth Graunke2012-01-091-0/+2
* i965/gen4: Move unit state setup to emit() time.Eric Anholt2011-10-291-2/+2
* i965: Remove "single threaded" INTEL_DEBUG mode.Kenneth Graunke2011-10-251-3/+0
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-1/+1
* i965: SF: Move the computation of urb_entry_read_offset.Paul Berry2011-09-061-4/+16
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-2/+4
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-7/+8
* i965/gen6: Move scissor state to state streaming.Eric Anholt2011-04-291-1/+1
* i965/gen6: Move the SF VP to state streaming.Eric Anholt2011-04-291-6/+1
* i965: Move the SF VP from state caching to state streaming.Eric Anholt2011-04-111-6/+14
* i965: Change the SF unit from state caching to state streaming.Eric Anholt2011-04-111-106/+42
* i965: Turn SF unit and viewport structs into pointers to prep for streaming.Eric Anholt2011-04-111-69/+70
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-2/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* i965: Respect VS/VP point size result when enabled.Eric Anholt2010-07-221-3/+4
* i965: GC the last two arguments to brw_cache_data.Eric Anholt2010-06-111-2/+1
* intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt2010-06-081-10/+7
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-6/+6
* i965: Fix scissoring when width or height is 0.Eric Anholt2010-04-221-1/+14
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-2/+2
* intel: Clean up stale comments about cliprects.Eric Anholt2010-01-261-3/+3
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * i965: Remove unnecessary headers.Vinson Lee2010-01-221-1/+0
* | i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-2/+1
* | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-4/+5
|/
* Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt2009-11-131-3/+4
|\
| * i965: fix EXT_provoking_vertex supportRoland Scheidegger2009-11-111-3/+4
* | i965: Always pass the size argument to brw_cache_data.Eric Anholt2009-11-061-1/+2
|/
* i965: Add a note justifying domain choice for the SF VP.Eric Anholt2009-08-071-0/+3
* intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-041-4/+14
* i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.Eric Anholt2009-07-161-2/+4
* i965: add support for new chipsetsXiang, Haihao2009-07-131-4/+17
* i956: Make state dependency of SF on drawbuffer bounds match Mesa's.Eric Anholt2009-05-211-2/+5
* i965: fix point size issueRoland Scheidegger2009-04-241-1/+1
* i965: fix point rasterization when rendering to FBORobert Ellison2009-03-241-1/+27
* i965: move declaration before codeBrian Paul2009-03-121-2/+1
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-9/+10
* i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt2009-02-021-22/+12
* i965: use bitfields in brw_sf_unit_key structBrian Paul2009-01-291-2/+5
* i965: fix render to FBO/texture orientation bugsBrian Paul2009-01-291-6/+7
* i965: scissor rect was inverted when rendering to textureBrian Paul2009-01-261-4/+14
* i965: fix polygon culling bug when rendering to a texture/FBOBrian Paul2009-01-161-12/+13
* replace nearbyint() by rint() for now.Matthieu Herrb2009-01-111-1/+1
* i965: Fix up SF max_threads.Eric Anholt2008-11-121-1/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-10/+10
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-24/+12
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-12/+24