vc4: Report to shader-db how many threads a fragment shader has.
[mesa.git] / src / mesa /
2017-02-17 Samuel Iglesias... i965/fs: fix 32-bit data type to int64 conversion on...
2017-02-17 Timothy Arceriglsl: fix scons builds with shader cache
2017-02-17 Jason Ekstrandi965/fs: Remove hand-coded 64-bit packing optimizations
2017-02-17 Jason Ekstrandnir: Rename lower_double_pack to lower_64bit_pack
2017-02-17 Jason Ekstrandnir: Combine the int and double [un]pack opcodes
2017-02-17 Jason Ekstrandi965/fs: Fix the inline nir_op_pack_double optimization
2017-02-17 Timothy Arcerimesa: remove cache creation from _mesa_initialize_context()
2017-02-17 Timothy Arcerist/mesa/glsl: build string of dri options and use as...
2017-02-17 Timothy Arceriglsl: don't reprocess or clear UBOs on cache fallback
2017-02-17 Timothy Arceriglsl: skip more uniform initialisation when doing fallb...
2017-02-17 Timothy Arceriglsl: don't lose uniform values when falling back to...
2017-02-17 Timothy Arceriglsl: don't reference shader prog data during cache...
2017-02-17 Timothy Arcerimesa/glsl: add cache_fallback flag to gl_shader_program...
2017-02-17 Timothy Arceriglsl: use correct shader source in case of cache fallback
2017-02-17 Timothy Arceriglsl: make use of on disk shader cache
2017-02-16 Emil Velikovr100: use correct libdrm_radeon macro
2017-02-16 Timothy Arcerimesa: retain gl_shader_programs after glDeleteProgram...
2017-02-16 Timothy Arcerimesa: remove tabs in dri xmlconfig.c
2017-02-16 Timothy Arcerimesa: style fixes for dri xmlconfig.c
2017-02-16 Chris Wilsoni965: Do not use purged bo after calling glObjectUnpurg...
2017-02-15 Matt TurnerRevert "i915: Always enable GL 2.0 support."
2017-02-15 Eduardo Lima Mitevgetteximage: Return correct error value when texure...
2017-02-15 Lionel Landwerlini965: define default allow_higher_compat_version value
2017-02-15 Samuel Pitoisetdrirc: add allow_higher_compat_version for Tropico 5
2017-02-15 Samuel Pitoisetdrirc: add allow_higher_compat_version for Crookz ...
2017-02-15 Samuel Pitoisetdrirc: add allow_higher_compat_version for Worms WMD
2017-02-15 Samuel Pitoisetdriconf: add allow_higher_compat_version option
2017-02-14 Marek Olšákst/mesa: tell u_vbuf that GL core doesn't have user...
2017-02-14 Marek Olšákgallium: let state trackers tell u_vbuf whether user...
2017-02-14 Marek Olšákst/mesa: use the common uploader (v2)
2017-02-14 Anuj Phogatmesa: Add EXT_frag_depth bits and enable it on all...
2017-02-13 Emil Velikovxlib: remove always true ifdef GLX_EXTENSION guards
2017-02-13 Kenneth Graunkemesa: Ignore per-vertex array size in SSO pipeline...
2017-02-13 Kenneth Graunkemesa: Do a draw time check for TES && !TCS in ES 3.x.
2017-02-13 Kenneth Graunkemesa: Do (TCS && !TES) draw time validation in ES as...
2017-02-13 Jason Ekstrandi965/sampler_state: Set the "Base Mip Level" field...
2017-02-13 Jason Ekstrandi965/sampler_state: Pass texObj into update_sampler_state
2017-02-13 Jason Ekstrandi965/sampler_state: Clamp min/max LOD to 14 on gen7+
2017-02-13 Ilia Mirkinst/mesa: don't pass compare mode for stencil-sampled...
2017-02-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-09 Samuel Iglesias... i965/fs: add support for int64 to bool conversion
2017-02-09 Samuel Iglesias... i965/fs: Add support for nir_op_[iu]2[iu]32
2017-02-09 Samuel Iglesias... i965/fs: Add support for nir_op_[iu]642f
2017-02-09 Samuel Iglesias... i965/fs: legalize [u]int64 to 32-bit data conversions...
2017-02-09 Jason Ekstrandi965/fs: Add support for nir_op_[iu]642d
2017-02-09 Jason Ekstrandi965: Allow int64 conversion operations in channel_expr...
2017-02-09 Timothy Arceriglsl: add param to force shader recompile
2017-02-09 Timothy Arcerist/mesa/i965: create link status enum
2017-02-08 Roland Scheideggermesa: (trivial) include <inttypes.h> for PRIx64 macros
2017-02-08 Timothy Arcerimesa: use PRId64/PRIu64 when printing 64-bit ints
2017-02-08 Dave Airliemesa/st: fix strict aliasing issue in int64 code.
2017-02-08 Dave Airliemesa/uniform: fix strict aliasing issues with int64...
2017-02-07 Kenneth GraunkeRevert "i965: Disable guardband clipping in the smaller...
2017-02-07 Kenneth Graunkei965: Always scissor on Gen6-7.5 instead of disabling...
2017-02-07 Jason Ekstrandi965: Use a better guardband calculation.
2017-02-07 Kenneth Graunkei965: Combine the Gen6 SF and Clip viewport atoms.
2017-02-06 Nicolai Hähnledri/common: clear the loaderPrivate pointer in driDestr...
2017-02-06 Alejandro Piñeiromain/fboject: default_framebuffer allowed for GetFrameb...
2017-02-06 Alejandro Piñeiromain/fbobject: implement new 4.5 pnames for GetFramebuf...
2017-02-06 Alejandro Piñeiromain/framebuffer: refactor _mesa_get_color_read_format...
2017-02-03 Brian Paulmesa: whitespace fixes in context.c
2017-02-03 Kenneth Graunkemesa: Don't crash when destroying contexts created...
2017-02-03 Ilia Mirkinst/mesa: MAX_VARYING is the max supported number of...
2017-02-03 Ilia Mirkinvbo: process buffer binding state changes on draw when...
2017-02-02 Eduardo Lima Mitevtexgetimage: Add check for the effective target to...
2017-02-02 Jason Ekstrandintel/isl: Rename supports_lossless_compression to...
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-02-02 Plamena Manolovamesa: Enable EXT_compressed_ETC1_RGB8_sub_texture
2017-02-01 Timothy Arcerist/mesa: inline get_mesa_program()
2017-02-01 Timothy Arcerist/mesa: create set_prog_affected_state_flags() helper
2017-02-01 Timothy Arcerist/mesa: st_atom_shader.c C99 tidy up
2017-02-01 Timothy Arcerist/mesa: remove pre C99 statement block for variable...
2017-02-01 Robert Fossi965: Prevent coverity warning
2017-02-01 Ilia Mirkinmesa: use same is_color_attachment trick to discern...
2017-01-31 Francisco Jerezi965/fs: Fix nir_op_fsign of absolute value.
2017-01-31 Francisco Jerezmesa/program: Translate csel operation from GLSL IR.
2017-01-30 Timothy Arcerimesa: add new MESA_GLSL flag for printing shader cache...
2017-01-30 Carl Worthglsl: add cache to ctx and add sha1 string fields
2017-01-30 Carl Worthglsl: add new uniform fields to be used to restore...
2017-01-30 Samuel Pitoisetst/mesa: make st_texture_get_sampler_view() static
2017-01-30 Kenneth Graunkei965: Support the force_glsl_version driconf option.
2017-01-30 Kenneth Graunkei965: Fix check for negative pitch in can_do_fast_copy_...
2017-01-29 Timothy Arcerii965: add assert to while_jumps_before_offset()
2017-01-29 Timothy Arcerii965: fix up asserts in brw_inst_set_jip()
2017-01-28 Kenneth Graunkei965: Unbind deleted shaders from brw_context, fixing...
2017-01-27 Chad Versacei965/sync: Implement fences based on Linux sync_file
2017-01-27 Chad Versacei965/sync: Rename brw_fence_insert()
2017-01-27 Chad Versacei965/sync: Fail sync creation when batchbuffer flush...
2017-01-27 Chad Versacei965/sync: Add brw_fence::type
2017-01-27 Chad Versacei965: Add intel_batchbuffer_flush_fence()
2017-01-27 Chad Versacei965: Add intel_screen::has_fence_fd
2017-01-27 Emil Velikovmesa: remove explicit __STDC_FORMAT_MACROS define
2017-01-27 Emil Velikovmesa: move variable declaration to where its used
2017-01-27 Emil Velikovst/mesa: use correct return statement for a void function
2017-01-27 Emil Velikovmesa: use correct return statement for a void function
2017-01-27 Emil Velikovi915, i965: automake: remove NA include directive
2017-01-27 Emil Velikovmesa/tests: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovdri/osmesa: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovdri/swrast: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovradeon, r200: automake: include builddir prior to srcdir
next