summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_gs.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-6/+4
2013-05-20i965: Handle rasterizer discard in the clipper rather than GS on Gen6.Kenneth Graunke1-8/+1
2013-04-24mesa: convert _NEW_RASTERIZER_DISCARD to a driver flagMarek Olšák1-4/+4
2013-04-24mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák1-3/+3
2013-04-11i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry1-2/+2
2013-03-24i965: Move brw_vs_prog_data::outputs_written into VUE map.Paul Berry1-1/+1
2013-03-24i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.Paul Berry1-1/+1
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry1-1/+1
2013-02-19i965: Remove unused userclip flags.Paul Berry1-3/+0
2012-12-18mesa: Make a function is_transform_feedback_active_and_unpaused.Paul Berry1-2/+2
2012-11-25i965/gen4: Fix memory leak each time compile_gs_prog() is called.Eric Anholt1-1/+1
2012-03-20i965: Drop the INTEL_FORCE_GS environment variable.Eric Anholt1-5/+0
2012-02-21i965: Move VUE map computation to once at VS compile time.Eric Anholt1-1/+1
2012-02-21i965: Make the userclip flag for the VUE map come from VS prog data.Eric Anholt1-6/+4
2012-01-05i965: Make use of gl_transform_feedback_info::ComponentOffset.Paul Berry1-0/+9
2011-12-23i965 gen6: Implement transform feedback pause/resume functionality.Paul Berry1-1/+2
2011-12-21mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.Paul Berry1-2/+3
2011-12-21mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry1-1/+1
2011-12-20i965 gen6: Implement rasterizer discard.Paul Berry1-0/+6
2011-12-20i965 gen6: Initial implementation of transform feedback.Paul Berry1-1/+25
2011-12-20i965 gs: Move vue_map to brw_gs_compile.Paul Berry1-3/+2
2011-12-07i965 gen6: Implement pass-through GS for transform feedback.Paul Berry1-30/+76
2011-12-07i965 gs: Remove unnecessary mapping of key->primitive.Paul Berry1-15/+1
2011-10-29i965: Move program compile to emit() time.Eric Anholt1-2/+3
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-1/+1
2011-10-10i965: Change type of brw_context.primitive from GLenum to hardware primitiveChad Versace1-18/+19
2011-10-06i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry1-2/+2
2011-10-06mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry1-1/+1
2011-09-06i965: Remove two_side_color from brw_compute_vue_map().Paul Berry1-3/+1
2011-09-06i965: GS: Use the VUE map to compute URB size.Paul Berry1-12/+11
2011-08-30i965: Fix Android build by removing relative includesChad Versace1-1/+1
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-15/+9
2011-05-17i965: Don't use the GS for breaking down quads on Ivybridge.Kenneth Graunke1-2/+2
2011-05-17i965: Get a ralloc context into brw_compile.Kenneth Graunke1-2/+6
2011-05-17i965/gs: Move generation check for bailing earlier.Kenneth Graunke1-6/+6
2011-04-29i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt1-8/+5
2011-04-11i965: Remove hint_gs_always and resulting dead codeIan Romanick1-40/+12
2010-12-27i965: don't spawn GS thread for LINELOOP on SandybridgeXiang, Haihao1-1/+4
2010-12-06i965: Fix GS state uploading on SandybridgeZhenyu Wang1-4/+13
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt1-2/+2
2010-10-14i965: Fix GS hang on SandybridgeZhenyu Wang1-2/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-09-28i965: ignore quads for GS kernel on sandybridgeZhenyu Wang1-1/+8
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-2/+2
2010-05-17i965: Make rasterization of single and multiple quad prims match.Eric Anholt1-0/+6
2010-05-14i965: Add program dumping for INTEL_DEBUG=gs.Eric Anholt1-0/+10
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang1-1/+1
2010-01-19i965: Allow for variable-sized auxdata in the state cache.Eric Anholt1-6/+7
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt1-2/+2