swr: call swr_update_derived unconditionally when drawing/clearing
[mesa.git] / src / mesa /
2016-11-21 Jordan Justeni965/hsw: Set integer mode in sampling state for stenci...
2016-11-21 Emil Velikovmesa: fold always true conditional
2016-11-21 Emil Velikovmesa: drop unneeded assert
2016-11-20 Brian Paultnl: remove unneeded #include "util/simple_list.h"
2016-11-20 Brian Paulradeon: remove unneeded #include "util/simple_list.h"
2016-11-20 Brian Paulr200: remove unneeded #include "util/simple_list.h"
2016-11-20 Brian Pauli915: remove unneeded #include "util/simple_list.h"
2016-11-20 Brian Paulmesa: remove unneeded #includes in errors.c
2016-11-20 Brian Paulmesa: remove trailing whitespace in errors.c
2016-11-19 Kenneth Graunkei965: Store a clip_distance_mask field similar to cull_...
2016-11-19 Kenneth Graunkei965: Use shader_info for brw_vue_prog_data::cull_dista...
2016-11-19 Kenneth Graunkecompiler: Store the clip/cull distance array sizes...
2016-11-19 Kenneth Graunkei965: Fix GS push inputs with enhanced layouts.
2016-11-19 Kenneth Graunkei965: Delete unused variable.
2016-11-19 Kenneth Graunkeintel: Share URB configuration code between GL and...
2016-11-19 Kenneth Graunkei965: Use arrays in Gen7+ URB code.
2016-11-19 Kenneth Graunkei965: Drop brw->urb.{nr_*_entries,*_start} assignments...
2016-11-19 Kenneth Graunkei965: Switch to roundf in HS/DS URB code.
2016-11-19 Kenneth Graunkei965: Make URB code use prog_data for GS/tessellation...
2016-11-19 Kenneth Graunkeintel: Convert devinfo->urb.min_*_entries into an array.
2016-11-19 Kenneth Graunkeintel: Convert devinfo->urb.max_*_entries into an array.
2016-11-19 Timothy Arcerist/mesa/glsl/nir/i965: make use of new gl_shader_progra...
2016-11-19 Timothy Arcerimesa: create new gl_shader_program_data struct
2016-11-18 Kenneth Graunkei965: Disable depth writes when depth test is GL_EQUAL.
2016-11-18 Timothy Arceriglsl/i965: move per stage AtomicBuffers list to gl_program
2016-11-18 Timothy Arceriglsl: create gl_program at the start of linking rather...
2016-11-18 Timothy Arcerist/mesa/i965: simplify gl_program references and stop...
2016-11-18 Nanley Cherymesa/fbobject: Update CubeMapFace when reusing textures
2016-11-18 Lionel Landwerlinmesa: add NV_image_formats extension support
2016-11-18 Timothy Arcerimesa: fix old classic drivers to use ralloc for ARB...
2016-11-18 Nicolai Hähnlest/mesa: silence warnings in optimized builds
2016-11-18 Nicolai Hähnlest/mesa: remove a redundant call to _mesa_is_multisampl...
2016-11-18 Nicolai Hähnlemesa/main: consider multisampling enabled when number...
2016-11-18 Kenneth Graunkei965: Delete fs_visitor::nir_setup_single_output_varyin...
2016-11-18 Tapani Pällimesa: fix empty program log length
2016-11-17 Jordan Justeni965/gen7: Minify blit size for stencil tree copy
2016-11-17 Kenneth Graunkemesa: Drop PATH_MAX usage.
2016-11-17 Kenneth Graunkei965: Fix compute shader crash.
2016-11-17 Jason Ekstrandintel/blorp: Properly handle color compression in blorp...
2016-11-17 Jason Ekstrandi965/blorp: Rework resolve handling
2016-11-17 Jason Ekstrandintel/blorp: Take a fast_clear_op in ccs_resolve
2016-11-17 Pohjolainen, Topiintel/blorp: Add plumbing for color resolve slice details
2016-11-17 Tom Stellardmesa: Add missing call to _mesa_unlock_debug_state...
2016-11-17 Timothy Arcerist/mesa/r200/i915/i965: move ARB program fields into...
2016-11-17 Timothy Arcerist/mesa: stop initialing Instructions and NumInstructions
2016-11-17 Timothy Arcerimesa: make use of ralloc when creating ARB asm gl_progr...
2016-11-17 Timothy Arcerimesa: remove unused Comment field in prog_instruction
2016-11-17 Timothy Arcerii965: get num_abos from shader_info rather than gl_link...
2016-11-17 Timothy Arcerimesa/glsl: copy num_abos to gl_program
2016-11-17 Timothy Arcerii965: get num_images from shader_info rather than gl_li...
2016-11-17 Timothy Arcerimesa/glsl: copy num_images to gl_program
2016-11-17 Timothy Arcerii965: only try print GLSL IR once when using INTEL_DEBU...
2016-11-16 Ben WidawskyPartial revert "i965: "Fix" aux offsets"
2016-11-16 Ben Widawskyi965: "Fix" aux offsets
2016-11-16 Jason Ekstrandintel/isl: Add some basic info about RENDER_SURFACE_STA...
2016-11-16 Brian Paulmesa: if MESA_DEBUG=context, create a debug context
2016-11-16 Nicolai Hähnlest/mesa: swap bytes in the fallback format translation...
2016-11-16 Nicolai Hähnlest/mesa: simplify and fix st_GetTexSubImage
2016-11-16 Nicolai Hähnlest/mesa: fix SINT <-> UINT conversion during PBO upload...
2016-11-16 Nicolai Hähnlest/mesa: change st_pbo_create_upload_fs to st_pbo_get_u...
2016-11-16 Nicolai Hähnlest/mesa: fix ReadPixels into packed formats with PBO
2016-11-16 Lionel Landwerlini965: miptree: prevent potential NULL pointer access
2016-11-15 Marek Olšákglsl_to_tgsi: lower small branches based on the CAP
2016-11-15 Marek Olšákglsl/lower_if: don't lower branches touching tess contr...
2016-11-15 Eduardo Lima Mitevmeta/GetTexSubImage: Account for GL_PACK_SKIP_IMAGES...
2016-11-15 Samuel Iglesias... main: return error if asking for GL_TEXTURE_BORDER_COLO...
2016-11-14 Juan A. Suarez Romeroi965/vec4: skip registers already marked as no_spill
2016-11-12 Steinar H. GundersonFix races during _mesa_HashWalk().
2016-11-12 Kenneth Graunkei965: Drop tabs in brw_state.h.
2016-11-11 Kenneth Graunkei965: Update a comment: s/brw_state_cache/brw_program_c...
2016-11-11 Brian Paulmesa: fix comment indentation in bind_buffers_check_off...
2016-11-11 Timothy Arcerii965: update gl_PrimitiveIDIn to be a system variable
2016-11-11 Timothy Arcerii965: use nir_shader_gather_info() over do_set_program_...
2016-11-11 Timothy Arcerii965: remove remaining tabs in brw_program_cache.c
2016-11-11 Timothy Arcerii965: rename brw_state_cache_check_size() to brw_progra...
2016-11-11 Timothy Arcerii965: rename brw_state_cache.c -> brw_program_cache.c
2016-11-11 Jason Ekstrandi965/gs: Allow primitive id to be a system value
2016-11-11 Tapani Pälliandroid/i965: add libmesa_i965_compiler static library
2016-11-10 Kenneth Graunkemesa/compiler: move MAX_VARYING to shader_enums.h
2016-11-10 Ian Romanicklinker: Remove unnecessary overload of program_resource...
2016-11-10 Marek Olšákmesa: remove LowerShaderSharedVariables
2016-11-09 Kevin Strassermesa/extensions: expose OES_vertex_half_float for ES2
2016-11-09 Jordan Justeni965/compute: Allow ARB_compute_shader in compat profile
2016-11-08 Anuj Phogati965: Fix GPU hang related to multiple render targets...
2016-11-08 Jordan Justeni965/gen9: Allow sampling with hiz when supported
2016-11-08 Ben Widawskyi965/gen9: Add HiZ auxiliary buffer support
2016-11-08 Jordan Justeni965: Add function to indicate when sampling with hiz...
2016-11-08 Ben Widawskyi965/miptree: Create a hiz mcs type
2016-11-08 Ben Widawskyi965: Drop the aux mt when not used
2016-11-08 Ben Widawskyi965/miptree: Directly gtt map the mcs buffer
2016-11-08 Jordan Justeni965: Wrap MCS miptree in intel_miptree_aux_buffer
2016-11-08 Anuj Phogati965: Add space before paren
2016-11-08 Anuj Phogati965: Remove unnecessary white space
2016-11-08 Anuj Phogati965: Fix alpha-to-coverage and alpha test enabled...
2016-11-08 Anuj Phogatmesa: Add helper function _mesa_is_alpha_to_coverage_en...
2016-11-08 Anuj Phogatmesa: Add helper function _mesa_is_alpha_test_enabled()
2016-11-08 Anuj Phogatmesa: Use separate line for function return type
2016-11-07 Rob Clarkmesa: drop current draw/read buffer when ctx is released
2016-11-05 Brian Paulst/mesa: initialize members of glsl_to_tgsi_instruction...
2016-11-04 Kenneth Graunkemesa: Add linear ETC2/EAC to the compressed format...
next