summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_sf.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/i965: Remove driverDylan Baker1-171/+0
2021-03-11i965: Rename files with "intel_" prefix to "brw_"Anuj Phogat1-1/+1
2021-02-25i965: Eliminate all tabs except in brw_defines.hKenneth Graunke1-8/+8
2018-07-27i965: implement GL_MESA_framebuffer_flip_y [v3]Fritz Koenig1-3/+3
2018-07-09i965: Add flag_state param to brw_search_cacheJordan Justen1-3/+2
2017-09-26i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke1-1/+1
2017-06-22mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák1-1/+1
2017-06-22mesa: replace ctx->VertexProgram._TwoSideEnabled with a helper functionMarek Olšák1-2/+2
2017-05-26i965: Move SF compilation to the compilerJason Ekstrand1-75/+12
2017-05-26i965/sf: make brw_sf_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-9/+7
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri1-2/+2
2016-10-26i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri1-1/+1
2016-10-26i965: rewrite brw_setup_vue_interpolation()Timothy Arceri1-4/+10
2016-10-26nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri1-1/+1
2016-10-06i965: get inputs read from nir infoTimothy Arceri1-2/+5
2016-09-23intel/i965: make gen_device_info mutableLionel Landwerlin1-2/+2
2016-09-20i965: Rename intelScreen to screen.Kenneth Graunke1-2/+2
2016-06-16mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich1-1/+1
2016-06-16i965: Convert i965 to use CoordsReplaceBits.Mathias Fröhlich1-6/+1
2016-05-16i965: Move Gen4-5 programs to brw_upload_programs() too.Kenneth Graunke1-20/+16
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-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-1/+1
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-5/+10
2014-09-25i965/sf: Disable instruction compaction.Matt Turner1-1/+4
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-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-0/+2
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-11/+11
2013-08-01i965 Gen4/5: Generalize SF interpolation setup for GLSL1.3Chris Forbes1-1/+1
2013-08-01i965 Gen4/5: Introduce 'interpolation map' alongside the VUE mapChris Forbes1-1/+6
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-2/+1
2013-07-09i965: Move intel_context::reduced_primitive to brw_context.Kenneth Graunke1-1/+1
2013-06-16i965: Shrink Gen5 VUE map layout to be the same as Gen4.Chris Forbes1-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