aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state.h
Commit message (Expand)AuthorAgeFilesLines
* i965/msaa: Validate Gen7 surface state constraints.Paul Berry2012-05-251-0/+2
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-0/+4
* i965: Expose surface setup internals for use by blits.Paul Berry2012-05-151-0/+2
* intel: Add extern "C" declarations to headersPaul Berry2012-05-101-0/+8
* i965: Rename the original binding table to mention that it's the WM now.Eric Anholt2012-02-211-1/+1
* i965: Split the gen6 GS binding table to a separate table.Eric Anholt2012-02-211-0/+1
* i965: Split the VS binding table to a separate table.Eric Anholt2012-02-211-0/+1
* i965: Don't reallocate push constant URB space on new VS programs.Kenneth Graunke2012-01-111-0/+1
* i965: Correct misspellings of "invariant".Kenneth Graunke2012-01-071-1/+1
* i965 gen6: Ensure correct transform feedback indices on new batch.Paul Berry2011-12-201-0/+1
* i965 gen6: Initial implementation of transform feedback.Paul Berry2011-12-201-0/+1
* i965: Base HW depth format setup based on MESA_FORMAT, not bpp.Eric Anholt2011-11-291-4/+5
* i965: Make Gen6+ renderbuffer surface updates not depend on NEW_COLOR.Kenneth Graunke2011-11-101-0/+1
* i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke2011-11-101-1/+1
* i965: Clean up code for VS pull constant surface creation.Kenneth Graunke2011-11-101-2/+1
* i965: Use a single binding table for all pipeline stages.Kenneth Graunke2011-11-101-1/+1
* i965: Split brw_wm_surfaces state into renderbuffer and texture atoms.Kenneth Graunke2011-11-101-1/+2
* i965: Combine the two WM pull constant tracked state atoms.Kenneth Graunke2011-11-101-2/+1
* i965: Rename gen6_*_constants tracked state atoms to "push_constants".Kenneth Graunke2011-11-101-2/+2
* i965: Add new vtable entries for surface state updating functions.Kenneth Graunke2011-11-101-0/+2
* i965: Merge brw_validate_state() and brw_upload_state() together.Eric Anholt2011-10-291-1/+0
* i965: Remove the validated BO list, now that it's unused.Eric Anholt2011-10-291-12/+0
* i965 Gen6+: De-compact clip planes.Paul Berry2011-10-061-5/+0
* i965: allow for nonconsecutive elements of gl_ClipDistance to be enabled.Paul Berry2011-09-281-0/+5
* i965: SF: New implementation of get_attr_override using the VUE map.Paul Berry2011-09-061-1/+2
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-0/+1
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-15/+15
* i965/gen7: Call gen7_create_constant_surface instead of brw_[...].Kenneth Graunke2011-06-081-0/+6
* i965: Add support for correct GL_CLAMP behavior by clamping coordinates.Eric Anholt2011-05-181-1/+1
* i965: Fix SAMPLER_STATE on Ivybridge.Kenneth Graunke2011-05-171-1/+1
* i965: Mark some brw_wm_sampler_state.c helper functions as non-static.Kenneth Graunke2011-05-171-0/+6
* i965: Update SURFACE_STATE for Ivybridge.Kenneth Graunke2011-05-171-0/+2
* i965: Mark a few more brw_wm_surface_state functions as non-static.Kenneth Graunke2011-05-171-0/+7
* i965: Change brw_format_for_mesa_format to a non-static function.Kenneth Graunke2011-05-171-0/+2
* i965: Add depth buffer support on Ivybridge.Kenneth Graunke2011-05-171-0/+5
* i965: Upload sampler state pointers on Ivybridge.Kenneth Graunke2011-05-171-0/+1
* i965: Explicitly disable unused pipeline stages on Ivybridge.Kenneth Graunke2011-05-171-0/+2
* i965: Initial Ivybridge VS state.Kenneth Graunke2011-05-171-0/+1
* i965: Initial Ivybridge Viewport state setup.Kenneth Graunke2011-05-171-0/+3
* i965: Initial Ivybridge Clip state setup.Kenneth Graunke2011-05-171-0/+1
* i965: Initial Ivybridge CC state setup.Kenneth Graunke2011-05-171-0/+3
* i965: Initial Ivybridge WM/PS state setup.Kenneth Graunke2011-05-171-0/+3
* i965: Initial Ivybridge SF/SBE state setup.Kenneth Graunke2011-05-171-0/+2
* i965: Make gen6_sf_state.c's get_attr_override non-static.Kenneth Graunke2011-05-171-0/+4
* i965: Initial Ivybridge URB space partitioning, including push constants.Kenneth Graunke2011-05-171-0/+1
* i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt2011-04-291-17/+4
* i965: Drop the now unused brw_cache_data() function.Eric Anholt2011-04-291-4/+0
* i965/gen6: Move scissor state to state streaming.Eric Anholt2011-04-291-1/+0
* i965: Move the CC VP to state streaming.Eric Anholt2011-04-291-0/+1
* i965/gen6: Stream the VS push constants.Eric Anholt2011-04-291-0/+1