aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_gs.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry2014-01-211-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-8/+8
* i965: rename legacy gs structs and functions to ff_gs.Paul Berry2013-08-311-21/+21
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-6/+4
* i965: Handle rasterizer discard in the clipper rather than GS on Gen6.Kenneth Graunke2013-05-201-8/+1
* mesa: convert _NEW_RASTERIZER_DISCARD to a driver flagMarek Olšák2013-04-241-4/+4
* mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák2013-04-241-3/+3
* i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry2013-04-111-2/+2
* i965: Move brw_vs_prog_data::outputs_written into VUE map.Paul Berry2013-03-241-1/+1
* i965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_COUNT.Paul Berry2013-03-241-1/+1
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* i965: Remove unused userclip flags.Paul Berry2013-02-191-3/+0
* mesa: Make a function is_transform_feedback_active_and_unpaused.Paul Berry2012-12-181-2/+2
* i965/gen4: Fix memory leak each time compile_gs_prog() is called.Eric Anholt2012-11-251-1/+1
* i965: Drop the INTEL_FORCE_GS environment variable.Eric Anholt2012-03-201-5/+0
* i965: Move VUE map computation to once at VS compile time.Eric Anholt2012-02-211-1/+1
* i965: Make the userclip flag for the VUE map come from VS prog data.Eric Anholt2012-02-211-6/+4
* i965: Make use of gl_transform_feedback_info::ComponentOffset.Paul Berry2012-01-051-0/+9
* i965 gen6: Implement transform feedback pause/resume functionality.Paul Berry2011-12-231-1/+2
* mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.Paul Berry2011-12-211-2/+3
* mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry2011-12-211-1/+1
* i965 gen6: Implement rasterizer discard.Paul Berry2011-12-201-0/+6
* i965 gen6: Initial implementation of transform feedback.Paul Berry2011-12-201-1/+25
* i965 gs: Move vue_map to brw_gs_compile.Paul Berry2011-12-201-3/+2
* i965 gen6: Implement pass-through GS for transform feedback.Paul Berry2011-12-071-30/+76
* i965 gs: Remove unnecessary mapping of key->primitive.Paul Berry2011-12-071-15/+1
* i965: Move program compile to emit() time.Eric Anholt2011-10-291-2/+3
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-1/+1
* i965: Change type of brw_context.primitive from GLenum to hardware primitiveChad Versace2011-10-101-18/+19
* i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry2011-10-061-2/+2
* mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry2011-10-061-1/+1
* i965: Remove two_side_color from brw_compute_vue_map().Paul Berry2011-09-061-3/+1
* i965: GS: Use the VUE map to compute URB size.Paul Berry2011-09-061-12/+11
* i965: Fix Android build by removing relative includesChad Versace2011-08-301-1/+1
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-15/+9
* i965: Don't use the GS for breaking down quads on Ivybridge.Kenneth Graunke2011-05-171-2/+2
* i965: Get a ralloc context into brw_compile.Kenneth Graunke2011-05-171-2/+6
* i965/gs: Move generation check for bailing earlier.Kenneth Graunke2011-05-171-6/+6
* i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt2011-04-291-8/+5
* i965: Remove hint_gs_always and resulting dead codeIan Romanick2011-04-111-40/+12
* i965: don't spawn GS thread for LINELOOP on SandybridgeXiang, Haihao2010-12-271-1/+4
* i965: Fix GS state uploading on SandybridgeZhenyu Wang2010-12-061-4/+13
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-2/+2
* i965: Fix GS hang on SandybridgeZhenyu Wang2010-10-141-2/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: ignore quads for GS kernel on sandybridgeZhenyu Wang2010-09-281-1/+8
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-2/+2
* i965: Make rasterization of single and multiple quad prims match.Eric Anholt2010-05-171-0/+6