summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_clip_state.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-17i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin1-3/+6
2015-04-05i965: Implement support for ARB_clip_control.Mathias Fröhlich1-1/+4
2015-03-31i965/state: Don't use brw->state.dirty.brwJordan Justen1-1/+1
2014-12-02i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke1-1/+1
2014-12-02i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke1-2/+2
2014-11-29i965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_STATE.Kenneth Graunke1-1/+1
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-5/+7
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen1-1/+1
2014-09-01i965: Create a macro for setting a dirty bit.Paul Berry1-1/+1
2014-01-20i965: Use the new drm_intel_bo offset64 field.Kenneth Graunke1-1/+1
2014-01-20mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter1-6/+6
2014-01-20mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to floatCourtney Goeltzenleuchter1-4/+4
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-5/+5
2013-08-16i965: allow 8 user clip planes on CTG+Chris Forbes1-1/+7
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: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-3/+3
2013-05-24i965: Enable guardband clipping on Gen4/5.Chris Forbes1-3/+45
2012-01-07i965: Correct _NEW_TRANSOFORM typos.Kenneth Graunke1-1/+1
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-07-11i965: Add a type argument to brw_state_batch().Eric Anholt1-1/+2
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-11/+8
2011-04-29i965/gen4: Move clip state to state streamingEric Anholt1-102/+55
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-1/+1
2010-06-08intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt1-6/+3
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-3/+3
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang1-2/+2
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_G4X() across the driver with context structure usage.Eric Anholt1-1/+1
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt1-1/+2
2009-09-08i965: Add support for ARB_depth_clamp.Eric Anholt1-2/+9
2009-07-13i965: add support for new chipsetsXiang, Haihao1-1/+8
2008-11-12i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads.Eric Anholt1-1/+15
2008-11-02i965: Merge GM45 into the G4X chipset define.Eric Anholt1-1/+1
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt1-6/+6
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie1-10/+7
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie1-7/+10
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt1-5/+1
2008-07-25Merge branch 'master' into drm-gemIan Romanick1-1/+1
2008-07-08i965: official name for GM45 chipsetXiang, Haihao1-1/+1
2008-06-11[intel-gem] Chase domain flag renaming in the DRM.Eric Anholt1-1/+1
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt1-6/+6
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt1-1/+2