summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-17i965: add flag to enable cut_indexJordan Justen1-0/+1
2012-05-17i965: create code path to handle primitive restart in hardwareJordan Justen1-0/+5
2012-05-15i965/gen6: Initial implementation of MSAA.Paul Berry1-0/+8
2012-05-15i965/gen6+: Add code to perform blits on the render path ("blorp").Paul Berry1-0/+8
2012-05-10intel: Add extern "C" declarations to headersPaul Berry1-0/+7
2012-04-18i965: Rename BRW_MAX_SURFACES to BRW_MAX_WM_SURFACES.Kenneth Graunke1-2/+2
2012-04-18i965: Fix outdated comments about binding tables.Kenneth Graunke1-12/+8
2012-03-07i965: handle gl_PointCoord for Gen4 and Gen5 platformsYuanhan Liu1-0/+6
2012-02-28i965: Avoid blocking on the GPU for setting the HiZ op vertex data.Eric Anholt1-15/+0
2012-02-21i965/gen6: Fix the size of the GS surface binding table.Eric Anholt1-1/+1
2012-02-21i965: Rename the original binding table to mention that it's the WM now.Eric Anholt1-6/+4
2012-02-21i965: Split the gen6 GS binding table to a separate table.Eric Anholt1-7/+16
2012-02-21i965: Split the VS binding table to a separate table.Eric Anholt1-8/+26
2012-02-21i965/gen6+: Avoid recomputing whether we use noperspective.Eric Anholt1-4/+0
2012-02-21i965: Compute required barycentric interp modes once at FS compile time.Eric Anholt1-5/+6
2012-02-21i965: Move VUE map computation to once at VS compile time.Eric Anholt1-3/+2
2012-02-21i965: Make the userclip flag for the VUE map come from VS prog data.Eric Anholt1-2/+2
2012-02-07i965: Rewrite the HiZ opChad Versace1-29/+11
2012-01-18i965: Remove the INTEL_OLD_VS option.Kenneth Graunke1-1/+0
2012-01-06i965/gen7: Fix up the transform feedback buffer pointers on later batches.Eric Anholt1-0/+1
2012-01-06i965/gen7: Flush the batch between transform feedbacks.Eric Anholt1-0/+5
2011-12-23i965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.Paul Berry1-2/+2
2011-12-20i965 gen6: Implement transform feedback queries.Paul Berry1-0/+2
2011-12-20i965 gen6: Ensure correct transform feedback indices on new batch.Paul Berry1-0/+7
2011-12-20i965: Implement bounds checking for transform feedback output.Kenneth Graunke1-0/+3
2011-12-20i965: Flush pipeline on EndTransformFeedback.Paul Berry1-0/+5
2011-12-20i965 gen6: Initial implementation of transform feedback.Paul Berry1-1/+46
2011-12-07i965 gen6: Allocate URB space for GSPaul Berry1-0/+5
2011-11-30i965: Don't perform the precompile on fragment shaders by default.Eric Anholt1-0/+1
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-1/+1
2011-11-22i965: Use the surface format table to determine render target supportedness.Eric Anholt1-0/+6
2011-11-22i965/gen6: Manipulate state batches for HiZ meta-ops [v4]Chad Versace1-0/+2
2011-11-22i965: Add HiZ operation state to brw_contextChad Versace1-0/+35
2011-11-11i965: Add support for gl_VertexID and gl_InstanceID.Eric Anholt1-0/+1
2011-11-10i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke1-3/+6
2011-11-10i965: Use a single binding table for all pipeline stages.Kenneth Graunke1-29/+45
2011-11-10i965: Combine the two WM pull constant tracked state atoms.Kenneth Graunke1-2/+0
2011-11-10i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).Kenneth Graunke1-4/+0
2011-10-29i965: Remove the prepare() hook from state atoms.Eric Anholt1-1/+0
2011-10-29i965: Remove the memcpy()ed atoms array now that everything is emit()-based.Eric Anholt1-2/+2
2011-10-29i965: Remove some old texturing debug code.Eric Anholt1-3/+0
2011-10-29i965: Remove the validated BO list, now that it's unused.Eric Anholt1-13/+0
2011-10-27i965/gen6+: Add support for noperspective interpolation.Paul Berry1-1/+6
2011-10-27i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry1-0/+5
2011-10-25i965: Add new brw_context::max_gs_threads constant.Kenneth Graunke1-0/+1
2011-10-25i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.Kenneth Graunke1-2/+7
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-18/+18
2011-10-10i965: Change type of brw_context.primitive from GLenum to hardware primitiveChad Versace1-1/+1
2011-10-06i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry1-1/+2
2011-10-05i965 Gen6: Implement gl_ClipVertex.Paul Berry1-0/+3