summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clip.c
Commit message (Expand)AuthorAgeFilesLines
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-2/+2
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-2/+2
* i965: Move Gen4-5 programs to brw_upload_programs() too.Kenneth Graunke2016-05-161-16/+12
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-1/+2
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965: add EXT_polygon_offset_clamp support to gen4/gen5Ilia Mirkin2015-10-051-0/+1
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-1/+1
* i965: Remove the context field from brw_compilerJason Ekstrand2015-04-221-1/+1
* i965: Make the disassembler take a device_info instead of a contextJason Ekstrand2015-04-221-1/+2
* i965: Implement support for ARB_clip_control.Mathias Fröhlich2015-04-051-5/+2
* i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke2014-11-291-2/+2
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-7/+7
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-2/+1
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-021-1/+1
* i965: Add annotation data structure and support code.Matt Turner2014-05-241-1/+1
* i965: Pass in start_offset to brw_compact_instructions().Matt Turner2014-05-241-1/+1
* i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.Kenneth Graunke2014-05-181-1/+1
* i965: Use brw_dump_compile for clip, SF, and old GS programs.Kenneth Graunke2014-05-181-4/+1
* i965: Pull brw_compact_instructions() out of brw_get_program().Matt Turner2014-05-151-1/+1
* i965/disasm: Disassemble the compaction control bit.Matt Turner2014-05-151-1/+1
* 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