aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Rename BRW_MAX_SURFACES to BRW_MAX_WM_SURFACES.Kenneth Graunke2012-04-181-2/+2
* i965: Fix outdated comments about binding tables.Kenneth Graunke2012-04-181-12/+8
* i965: handle gl_PointCoord for Gen4 and Gen5 platformsYuanhan Liu2012-03-071-0/+6
* i965: Avoid blocking on the GPU for setting the HiZ op vertex data.Eric Anholt2012-02-281-15/+0
* i965/gen6: Fix the size of the GS surface binding table.Eric Anholt2012-02-211-1/+1
* i965: Rename the original binding table to mention that it's the WM now.Eric Anholt2012-02-211-6/+4
* i965: Split the gen6 GS binding table to a separate table.Eric Anholt2012-02-211-7/+16
* i965: Split the VS binding table to a separate table.Eric Anholt2012-02-211-8/+26
* i965/gen6+: Avoid recomputing whether we use noperspective.Eric Anholt2012-02-211-4/+0
* i965: Compute required barycentric interp modes once at FS compile time.Eric Anholt2012-02-211-5/+6
* i965: Move VUE map computation to once at VS compile time.Eric Anholt2012-02-211-3/+2
* i965: Make the userclip flag for the VUE map come from VS prog data.Eric Anholt2012-02-211-2/+2
* i965: Rewrite the HiZ opChad Versace2012-02-071-29/+11
* i965: Remove the INTEL_OLD_VS option.Kenneth Graunke2012-01-181-1/+0
* i965/gen7: Fix up the transform feedback buffer pointers on later batches.Eric Anholt2012-01-061-0/+1
* i965/gen7: Flush the batch between transform feedbacks.Eric Anholt2012-01-061-0/+5
* i965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.Paul Berry2011-12-231-2/+2
* i965 gen6: Implement transform feedback queries.Paul Berry2011-12-201-0/+2
* i965 gen6: Ensure correct transform feedback indices on new batch.Paul Berry2011-12-201-0/+7
* i965: Implement bounds checking for transform feedback output.Kenneth Graunke2011-12-201-0/+3
* i965: Flush pipeline on EndTransformFeedback.Paul Berry2011-12-201-0/+5
* i965 gen6: Initial implementation of transform feedback.Paul Berry2011-12-201-1/+46
* i965 gen6: Allocate URB space for GSPaul Berry2011-12-071-0/+5
* i965: Don't perform the precompile on fragment shaders by default.Eric Anholt2011-11-301-0/+1
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-1/+1
* i965: Use the surface format table to determine render target supportedness.Eric Anholt2011-11-221-0/+6
* i965/gen6: Manipulate state batches for HiZ meta-ops [v4]Chad Versace2011-11-221-0/+2
* i965: Add HiZ operation state to brw_contextChad Versace2011-11-221-0/+35
* i965: Add support for gl_VertexID and gl_InstanceID.Eric Anholt2011-11-111-0/+1
* i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke2011-11-101-3/+6
* i965: Use a single binding table for all pipeline stages.Kenneth Graunke2011-11-101-29/+45
* i965: Combine the two WM pull constant tracked state atoms.Kenneth Graunke2011-11-101-2/+0
* i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).Kenneth Graunke2011-11-101-4/+0
* i965: Remove the prepare() hook from state atoms.Eric Anholt2011-10-291-1/+0
* i965: Remove the memcpy()ed atoms array now that everything is emit()-based.Eric Anholt2011-10-291-2/+2
* i965: Remove some old texturing debug code.Eric Anholt2011-10-291-3/+0
* i965: Remove the validated BO list, now that it's unused.Eric Anholt2011-10-291-13/+0
* i965/gen6+: Add support for noperspective interpolation.Paul Berry2011-10-271-1/+6
* i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry2011-10-271-0/+5
* i965: Add new brw_context::max_gs_threads constant.Kenneth Graunke2011-10-251-0/+1
* i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.Kenneth Graunke2011-10-251-2/+7
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-18/+18
* i965: Change type of brw_context.primitive from GLenum to hardware primitiveChad Versace2011-10-101-1/+1
* i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry2011-10-061-1/+2
* i965 Gen6: Implement gl_ClipVertex.Paul Berry2011-10-051-0/+3
* i965: Set up clip distance VUE slots appropriately for gl_ClipDistance.Paul Berry2011-09-231-2/+0
* i965: Remove two_side_color from brw_compute_vue_map().Paul Berry2011-09-061-1/+1
* i965: Add functions to compute offsets within the VUE map.Paul Berry2011-09-061-0/+18
* i965: Write code to compute a VUE map.Paul Berry2011-09-061-0/+58
* i965: Make the old VS backend record pull constant references in pull_params[].Eric Anholt2011-08-301-0/+1