glsl: move to compiler/
[mesa.git] / src / mesa / drivers / dri / i965 / brw_program.c
2016-01-26 Emil Velikovglsl: move to compiler/
2015-12-07 Chris Forbesi965: Add backend structures for tess stages
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-11-17 Kenneth Graunkei965: Add INTEL_DEBUG=shader_time support for tessellat...
2015-11-17 Kenneth Graunkei965: Convert scalar_* flags to a scalar_stage array.
2015-10-20 Emil Velikovi965: silence incompatible pointer type warning
2015-10-15 Emil Velikovprogram: convert _mesa_init_gl_program() to take struct...
2015-10-09 Marek Olšákprogram: remove _mesa_init_*_program wrappers
2015-10-08 Kristian Høgsberg... i965: Use util_next_power_of_two() for brw_get_scratch_...
2015-10-08 Kristian Høgsberg... i965: Move brw_mark_surface_used() to brw_shader.cpp
2015-10-02 Jason Ekstrandi965/vec4: Always use NIR
2015-10-02 Ilia Mirkini965: don't forget to free image_param on prog_data...
2015-09-30 Jason Ekstrandi965: Get rid of prog_data compare functions
2015-09-04 Kenneth Graunkei965: Move brw_setup_tex_for_precompile to brw_program...
2015-08-11 Francisco Jerezi965: Fix brw_memory_barrier() for SKL.
2015-08-03 Eduardo Lima Mitevi965/nir: Pass a is_scalar boolean to brw_create_nir()
2015-06-29 Neil Robertsi965: Don't try to print the GLSL IR if it has been...
2015-06-23 Jason Ekstrandi965: Use a single index per shader for shader_time.
2015-06-05 Marek Olšákmesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMET...
2015-05-02 Jordan Justeni965/fs: Add CS shader time support
2015-04-17 Kenneth Graunkei965: Make shader_time store names/ids instead of refer...
2015-04-17 Kenneth Graunkei965: Delete some unnecessary code in brw_report_shader...
2015-04-17 Kenneth Graunkei965: Make shader_time use 0 instead of -1 for "no...
2015-04-11 Kenneth Graunkei965: Create NIR during LinkShader() and ProgramStringN...
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-03-03 Ben Widawskyi965: Rename some PIPE_CONTROL flags
2015-02-10 Francisco Jerezi965/gen7-8: Implement glMemoryBarrier().
2014-11-24 Kenneth Graunkei965: Precompile ARB programs.
2014-10-25 Ian Romanicki965: Silence unused parameter warning in brw_dump_ir
2014-10-25 Ian Romanicki965: Remove brwIsProgramNative
2014-10-25 Ian Romanicki965: Remove brw_new_shader_program
2014-10-01 Kenneth Graunkei965: Drop brwBindProgram driver hook.
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
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-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-23 Eric Anholtglsl: Add a file argument to the IR printer.
2014-02-23 Eric Anholti965: Refactor debug dumping of GLSL IR.
2014-02-23 Eric Anholti965: Use the object label when available for shader_ti...
2014-02-19 Francisco Jerezi965: Unify fs_generator:: and vec4_generator::mark_sur...
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-05 Paul Berryi965/cs: Create the brw_compute_program struct, and...
2014-01-21 Paul Berryi965: Add GS support to INTEL_DEBUG=shader_time.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-08-26 Paul Berryi965: Don't try to fall back when creating unrecognized...
2013-08-23 Paul Berryi965/gs: Add a case to brwNewProgram() for geometry...
2013-08-23 Paul Berryi965/gs: Add a case to brwBindProgram() for geometry...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::intelScreen to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-08 Paul Berryi965: Add an assertion to brwProgramStringNotify.
2013-03-28 Kenneth Graunkei965: Tidy shader time printing code by using printf...
2013-03-28 Eric Anholti965: Provide more detailed information to match shader...
2013-03-28 Eric Anholti965: Track ARB program state along with GLSL state...
2013-03-14 Eric Anholti965: Split shader_time entries into separate cachelines.
2013-01-12 Kenneth Graunkei965: Move program_id to intel_screen instead of brw_co...
2012-12-28 Eric Anholti965: Add texrect scale parameters before pointers...
2012-12-14 Eric Anholti965: Print a total time for the different shader stages.
2012-12-14 Eric Anholti965: Scale shader_time to compensate for resets.
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-11-01 Kenneth Graunkei965: Remove unnecessary walk through Mesa IR in Progra...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-16 Eric Anholti965: Set up allocation of a VS scratch space if required.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-22 Ian Romanicki965: gl_fragment_program::FogOption is always GL_NONE...
2011-03-29 Marek Olšákintel: fix build
2011-03-29 Marek Olšákmesa: implement clamping controls (ARB_color_buffer_float)
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-17 Kenneth Graunkemesa: Remove the CompileShader driver hook; it's just...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-06 Eric Anholti965: Nuke brw_wm_glsl.c.
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-15 Ian Romanickglsl: Slightly change the semantic of _LinkedShaders
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-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-07 Eric Anholti965: When using the new FS backend, don't validate...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-27 Eric Anholti965: Fix up and actually enable the NewShader and...
2010-08-26 Eric Anholti965: Start building 965 FS backend.
2010-08-26 Eric Anholti965: Add support for destination RelAddr writes in...
2010-08-26 Eric Anholti965: Fix the test for variable indexing of shader...
2010-08-18 Eric Anholti965: Throw a link error when we see a "return" in...
next