gallium/docs: fix section title formatting
[mesa.git] / src / mesa /
2017-02-21 Kenneth Graunkei965: Enable ARB_transform_feedback2 on Sandybridge.
2017-02-21 Kenneth Graunkei965: Properly reset SVBI counters on ResumeTransformFe...
2017-02-21 Kenneth Graunkei965: Save max_index in brw_transform_feedback_object.
2017-02-21 Kenneth Graunkei965: Update brw_save_primitives_written_counters for...
2017-02-21 Kenneth Graunkei965: Use ctx->Const.MaxVertexStreams rather than BRW_X...
2017-02-21 Kenneth Graunkei965: Move some code from gen7_sol_state.c to gen6_sol.c.
2017-02-21 Kenneth Graunkei965: Drop dead Gen8+ code from Gen7/sometimes-HSW...
2017-02-21 Marek Olšákvbo: kill primitive restart lowering in glDrawArrays
2017-02-21 Jason Ekstrandintel/blorp: Explicitly flush all allocated state
2017-02-21 Emil Velikovi915: remove extern "C" guards
2017-02-21 Emil Velikovi915: remove 'virtual' and extern C workarounds
2017-02-21 Emil Velikovi965: remove 'virtual' and extern C workarounds
2017-02-21 Emil Velikovi965: add extern C notation in headers
2017-02-21 Emil Velikovst/mesa: move extern C wrappers where applicable
2017-02-21 Emil Velikovmesa/tests: remove unneeded extern C { #include foo...
2017-02-21 Emil Velikovmesa: remove unneeded extern C {} wrapper
2017-02-21 Emil Velikovmesa: annotate functions for C linkage
2017-02-20 Timothy Arcerimesa: remove unused variable warning in release builds
2017-02-18 Marek Olšákst/mesa: stop using TGSI_OPCODE_CLAMP
2017-02-17 Lionel Landwerlini965/fs: fix uninitialized memory access
2017-02-17 Alejandro Piñeiromesa/formatquery: use consistent local function names
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...
next