aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clip.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Move compiler debugging output to stderr.Eric Anholt2014-02-221-3/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-16/+16
* i965: get rid of clip plane compactionChris Forbes2013-08-161-1/+2
* i965 Gen4/5: clip: Add support for noperspective varyingsChris Forbes2013-08-011-0/+2
* i965 Gen4/5: clip: correctly handle flat varyingsChris Forbes2013-08-011-1/+4
* i965 Gen4/5: Introduce 'interpolation map' alongside the VUE mapChris Forbes2013-08-011-1/+7
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-2/+1
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-3/+2
* i965: Move intel_context::reduced_primitive to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965/gen4-5: Stop using bogus polygon_offset_scale field.Eric Anholt2013-06-261-1/+1
* i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.Paul Berry2013-03-241-5/+4
* i965: Move brw_vs_prog_data::outputs_written into VUE map.Paul Berry2013-03-241-1/+1
* 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-3/+3
* i965: Move program compile to emit() time.Eric Anholt2011-10-291-2/+3
* i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry2011-10-061-1/+1
* 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: clip: Remove no-longer-needed variables.Paul Berry2011-09-061-23/+0
* i965: clip: Change computation of nr_regs to use VUE map.Paul Berry2011-09-061-5/+5
* i965: clip: Move header_regs into brw_clip_compile.Paul Berry2011-09-061-5/+4
* i965: clip: Move hpos_offest and ndc_offset into local functions.Paul Berry2011-09-061-2/+0
* i965: clip: rename header_position_offset to the more correct ndc_offset.Paul Berry2011-09-061-1/+1
* i965: clip: Add VUE map computation to clip stage for Gen4-5.Paul Berry2011-09-061-0/+3
* 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-14/+10
* i965: Get a ralloc context into brw_compile.Kenneth Graunke2011-05-171-1/+7
* i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt2011-04-291-9/+6
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-2/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: Reduce repeated calculation of the attribute-offset-in-VUE.Eric Anholt2010-07-191-9/+11
* i965: Clarify the nr_regs calculation in brw_clip.cEric Anholt2010-07-191-3/+8
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-2/+2
* i965: Dump out the correct shared function for SEND on Ironlake.Eric Anholt2010-05-141-1/+2
* i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt2010-05-141-1/+7
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-3/+3
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-7/+8
* intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-5/+6
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-1/+1
* i965: fix EXT_provoking_vertex supportRoland Scheidegger2009-11-111-0/+1
* i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled.Eric Anholt2009-07-201-1/+2
* i965: add support for new chipsetsXiang, Haihao2009-07-131-4/+18
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-20/+20
* 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-3/+1
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-1/+3
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-3/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-2/+4
* [965] Clean up whitespace and dead code from do_unfilled change.Eric Anholt2008-03-261-11/+6