summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_sf.c
Commit message (Expand)AuthorAgeFilesLines
* i965: get inputs read from nir infoTimothy Arceri2016-10-061-2/+5
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-2/+2
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-2/+2
* mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich2016-06-161-1/+1
* i965: Convert i965 to use CoordsReplaceBits.Mathias Fröhlich2016-06-161-6/+1
* i965: Move Gen4-5 programs to brw_upload_programs() too.Kenneth Graunke2016-05-161-20/+16
* 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: 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-1/+1
* 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-5/+10
* i965/sf: Disable instruction compaction.Matt Turner2014-09-251-1/+4
* 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: 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-0/+2
* 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-11/+11
* i965 Gen4/5: Generalize SF interpolation setup for GLSL1.3Chris Forbes2013-08-011-1/+1
* i965 Gen4/5: Introduce 'interpolation map' alongside the VUE mapChris Forbes2013-08-011-1/+6
* 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-2/+1
* i965: Move intel_context::reduced_primitive to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Shrink Gen5 VUE map layout to be the same as Gen4.Chris Forbes2013-06-161-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: Clarify nomenclature: vert_result -> varyingPaul Berry2013-03-231-2/+2
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-3/+3
* i965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex program/shader flag.Eric Anholt2012-11-171-3/+4
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-1/+3
* i965: handle gl_PointCoord for Gen4 and Gen5 platformsYuanhan Liu2012-03-071-5/+25
* 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-1/+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-4/+4
* 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-2/+1
* i965: SF: Remove unnecessary variables.Paul Berry2011-09-061-4/+2
* i965: SF: Remove attr_to_idx and idx_to_attr.Paul Berry2011-09-061-11/+1
* i965: SF: Modify calculate_point_sprite_mask to use the VUE map.Paul Berry2011-09-061-1/+7