summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_sf_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965/docs: update Intel Linux Graphics URLsEric Engestrom2016-07-061-1/+1
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-1/+3
* i965: Use float calculations when double is unnecessary.Matt Turner2015-07-291-4/+5
* mesa: Use floats for viewport bounds.Matt Turner2015-07-291-1/+1
* i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin2015-06-171-0/+6
* i965: Implement support for ARB_clip_control.Mathias Fröhlich2015-04-051-3/+3
* 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-1/+0
* i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke2014-12-021-1/+1
* i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke2014-12-021-3/+3
* i965: Move CACHE_NEW_*_VP flags to BRW_NEW_*_VP.Kenneth Graunke2014-11-291-4/+4
* i965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_STATE.Kenneth Graunke2014-11-291-1/+1
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-15/+15
* i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width.Kenneth Graunke2014-11-081-2/+2
* 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
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-2/+1
* i965: Use the new drm_intel_bo offset64 field.Kenneth Graunke2014-01-201-1/+1
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-1/+1
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-10/+10
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-4/+2
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Shorten context base class dereference chains.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-3/+3
* 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