i965: Use force_compat_profile driconf option
[mesa.git] / src / mesa / drivers / dri / i965 / brw_sf.c
2018-07-27 Fritz Koenigi965: implement GL_MESA_framebuffer_flip_y [v3]
2018-07-10 Jordan Justeni965: Add flag_state param to brw_search_cache
2017-09-26 Kenneth Graunkei965: Convert brw->*_program into a brw->programs[i...
2017-06-21 Marek Olšákmesa: replace ctx->Polygon._FrontBit with a helper...
2017-06-21 Marek Olšákmesa: replace ctx->VertexProgram._TwoSideEnabled with...
2017-05-26 Jason Ekstrandi965: Move SF compilation to the compiler
2017-05-26 Jason Ekstrandi965/sf: make brw_sf_prog_key::interp_mode an array
2017-03-02 Jason Ekstrandi965: Reduce cross-pollination between the DRI driver...
2017-01-14 Kenneth Graunkei965: Move Gen4-5 interpolation stuff to brw_wm_prog_data.
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerii965: rewrite brw_setup_vue_interpolation()
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Timothy Arcerii965: get inputs read from nir info
2016-09-23 Lionel Landwerlinintel/i965: make gen_device_info mutable
2016-09-21 Kenneth Graunkei965: Rename intelScreen to screen.
2016-06-16 Mathias Fröhlichmesa: Rename CoordReplaceBits back to CoordReplace.
2016-06-16 Mathias Fröhlichi965: Convert i965 to use CoordsReplaceBits.
2016-05-16 Kenneth Graunkei965: Move Gen4-5 programs to brw_upload_programs(...
2016-04-23 Kenneth Graunkei965: Make all atoms to track BRW_NEW_BLORP by default
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-24 Matt Turneri965: Drop #include of main/glheader.h.
2015-04-22 Jason Ekstrandi965: Rename brw_compile to brw_codegen
2015-04-22 Jason Ekstrandi965: Remove the context field from brw_compiler
2015-04-22 Jason Ekstrandi965: Make the disassembler take a device_info instead...
2015-04-05 Mathias Fröhlichi965: Implement support for ARB_clip_control.
2014-11-29 Kenneth Graunkei965: Add _CACHE_ in brw_cache_id enum names.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-09-25 Matt Turneri965/sf: Disable instruction compaction.
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-05-25 Matt Turneri965: Add annotation data structure and support code.
2014-05-25 Matt Turneri965: Pass in start_offset to brw_compact_instructions().
2014-05-19 Kenneth Graunkei965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
2014-05-19 Kenneth Graunkei965: Use brw_dump_compile for clip, SF, and old GS...
2014-05-15 Matt Turneri965: Pull brw_compact_instructions() out of brw_get_pr...
2014-05-15 Matt Turneri965/disasm: Disassemble the compaction control bit.
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-08-01 Chris Forbesi965 Gen4/5: Generalize SF interpolation setup for...
2013-08-01 Chris Forbesi965 Gen4/5: Introduce 'interpolation map' alongside...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::reduced_primitive to brw_context.
2013-06-15 Chris Forbesi965: Shrink Gen5 VUE map layout to be the same as...
2013-03-24 Paul Berryi965: Use brw.vue_map_geom_out instead of VS output...
2013-03-24 Paul Berryi965: Move brw_vs_prog_data::outputs_written into VUE...
2013-03-24 Paul Berryi965: Clarify nomenclature: vert_result -> varying
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2012-11-17 Eric Anholti965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Brian Paulintel: use _mesa_is_winsys/user_fbo() helpers
2012-03-07 Yuanhan Liui965: handle gl_PointCoord for Gen4 and Gen5 platforms
2012-02-21 Eric Anholti965: Move VUE map computation to once at VS compile...
2012-02-21 Eric Anholti965: Make the userclip flag for the VUE map come from...
2011-10-29 Eric Anholti965: Move program compile to emit() time.
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-07 Paul Berryi965: Make brw_compute_vue_map's userclip dependency...
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-09-06 Paul Berryi965: Remove two_side_color from brw_compute_vue_map().
2011-09-06 Paul Berryi965: SF: Remove unnecessary variables.
2011-09-06 Paul Berryi965: SF: Remove attr_to_idx and idx_to_attr.
2011-09-06 Paul Berryi965: SF: Modify calculate_point_sprite_mask to use...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-26 Eric Anholti965: Remove linear_color for GL_PERSPECTIVE_CORRECTION...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Kenneth Graunkei965: Get a ralloc context into brw_compile.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965: Remove dead entrypoints to state cache, rename...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-03 Eric Anholtintel: Annotate debug printout checks with unlikely().
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-08 Eric Anholtintel: Change dri_bo_* to drm_intel_bo* to consistently...
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-18 Eric Anholti965: Fix point coordinate replacement after airlied...
2010-05-18 Eric Anholti965: Add SF program disasm under INTEL_DEBUG=sf.
2010-03-16 Eric Anholti965: Fix up the handling of point sprite coordinate...
next