summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_clip.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-1/+2
2017-06-22mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák1-1/+1
2017-05-26i965: Move clip program compilation to the compilerJason Ekstrand1-82/+22
2017-05-26i965/clip: Make brw_clip_prog_key::interp_mode an arrayJason Ekstrand1-1/+5
2017-03-01i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand1-1/+0
2017-01-13i965: Move Gen4-5 interpolation stuff to brw_wm_prog_data.Kenneth Graunke1-10/+9
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri1-1/+1
2016-10-26i965: rewrite brw_setup_vue_interpolation()Timothy Arceri1-8/+11
2016-09-23intel/i965: make gen_device_info mutableLionel Landwerlin1-2/+2
2016-09-20i965: Rename intelScreen to screen.Kenneth Graunke1-2/+2
2016-05-16i965: Move Gen4-5 programs to brw_upload_programs() too.Kenneth Graunke1-16/+12
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke1-1/+2
2015-11-24i965: Drop #include of main/glheader.h.Matt Turner1-1/+0
2015-10-05i965: add EXT_polygon_offset_clamp support to gen4/gen5Ilia Mirkin1-0/+1
2015-04-22i965: Rename brw_compile to brw_codegenJason Ekstrand1-1/+1
2015-04-22i965: Remove the context field from brw_compilerJason Ekstrand1-1/+1
2015-04-22i965: Make the disassembler take a device_info instead of a contextJason Ekstrand1-1/+2
2015-04-05i965: Implement support for ARB_clip_control.Mathias Fröhlich1-5/+2
2014-11-29i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke1-2/+2
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-7/+7
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke1-1/+1
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-2/+1
2014-06-02i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke1-1/+1
2014-05-24i965: Add annotation data structure and support code.Matt Turner1-1/+1
2014-05-24i965: Pass in start_offset to brw_compact_instructions().Matt Turner1-1/+1
2014-05-18i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.Kenneth Graunke1-1/+1
2014-05-18i965: Use brw_dump_compile for clip, SF, and old GS programs.Kenneth Graunke1-4/+1
2014-05-15i965: Pull brw_compact_instructions() out of brw_get_program().Matt Turner1-1/+1
2014-05-15i965/disasm: Disassemble the compaction control bit.Matt Turner1-1/+1
2014-02-22i965: Move compiler debugging output to stderr.Eric Anholt1-3/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-16/+16
2013-08-16i965: get rid of clip plane compactionChris Forbes1-1/+2
2013-08-01i965 Gen4/5: clip: Add support for noperspective varyingsChris Forbes1-0/+2
2013-08-01i965 Gen4/5: clip: correctly handle flat varyingsChris Forbes1-1/+4
2013-08-01i965 Gen4/5: Introduce 'interpolation map' alongside the VUE mapChris Forbes1-1/+7
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-2/+1
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-3/+2
2013-07-09i965: Move intel_context::reduced_primitive to brw_context.Kenneth Graunke1-1/+1
2013-06-26i965/gen4-5: Stop using bogus polygon_offset_scale field.Eric Anholt1-1/+1
2013-03-24i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.Paul Berry1-5/+4
2013-03-24i965: Move brw_vs_prog_data::outputs_written into VUE map.Paul Berry1-1/+1
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-3/+3
2011-10-29i965: Move program compile to emit() time.Eric Anholt1-2/+3
2011-10-06i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry1-1/+1
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: clip: Remove no-longer-needed variables.Paul Berry1-23/+0
2011-09-06i965: clip: Change computation of nr_regs to use VUE map.Paul Berry1-5/+5