summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_viewport_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Only emit 1 viewport when possible.Kenneth Graunke2016-10-031-7/+15
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-2/+5
* mesa: Use floats for viewport bounds.Matt Turner2015-07-291-1/+1
* i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin2015-06-171-2/+3
* i965/gen6: Upload all the SF viewportsChris Forbes2015-05-061-12/+17
* i965/gen6: Upload all the clip viewportsChris Forbes2015-05-061-19/+21
* i965: Make use of _mesa_get_viewport_xform.Mathias Froehlich2015-04-051-8/+9
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-311-2/+2
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-3/+0
* i965: Move CACHE_NEW_*_VP flags to BRW_NEW_*_VP.Kenneth Graunke2014-11-291-5/+6
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-6/+7
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-041-2/+2
* i965: Create a macro for setting a dirty bit.Paul Berry2014-09-011-2/+2
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-3/+3
* mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to floatCourtney Goeltzenleuchter2014-01-201-2/+2
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-2/+2
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+0
* i965: Correct gen6+ guardband calculation.Eric Anholt2013-01-251-4/+11
* i965: Implement guardband clipping on Sandybridge.Kenneth Graunke2012-05-151-10/+14
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-1/+2
* i965/gen6: Move viewport state setup to emit() time.Eric Anholt2011-10-291-4/+4
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-1/+1
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-2/+4
* i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt2011-06-281-1/+2
* i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt2011-04-291-6/+3
* i965: Move the CC VP to state streaming.Eric Anholt2011-04-291-7/+2
* i965/gen6: Move the SF VP to state streaming.Eric Anholt2011-04-291-15/+14
* i965/gen6: Move the clip VP to state streaming.Eric Anholt2011-04-291-12/+12
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-1/+1
* i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt2010-10-191-2/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: add sandybridge viewport state bo into validation listZhenyu Wang2010-09-281-1/+3
* i965: Remove unnecessary header.Vinson Lee2010-06-141-1/+0
* i965: Update gen6 paths for the streaming rework.Eric Anholt2010-06-121-29/+0
* i965: GC the last two arguments to brw_cache_data.Eric Anholt2010-06-111-6/+3
* i965: Remove unnecessary headers.Vinson Lee2010-02-251-2/+0
* i965: Don't set a nonexistent enable bit in several SNB state pointers.Eric Anholt2010-02-251-3/+3
* i965: Add Sandybridge viewport setup.Eric Anholt2010-02-251-0/+175