aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_gs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Add program dumping for INTEL_DEBUG=gs.Eric Anholt2010-05-141-0/+10
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-1/+1
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-6/+7
* intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-2/+2
* i965: fix EXT_provoking_vertex supportRoland Scheidegger2009-11-111-3/+7
* i965: add support for new chipsetsXiang, Haihao2009-07-131-2/+7
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-6/+1
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-1/+6
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-6/+1
* i965: fix gs_prog aperture checkDave Airlie2008-04-181-2/+4
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-2/+4
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-1/+1
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-19/+13
* Revert "[965] Add missing flagging of new stage programs for updating stage s...Eric Anholt2007-12-051-19/+12
* [965] Add missing flagging of new stage programs for updating stage state.Eric Anholt2007-12-051-12/+19