mesa: move _Used to gl_program
[mesa.git] / src / mesa / drivers /
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-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 Kenneth Graunkei965: Delete fs_visitor::nir_setup_single_output_varyin...
2016-11-17 Jordan Justeni965/gen7: Minify blit size for stencil tree copy
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 Timothy Arcerist/mesa/r200/i915/i965: move ARB program fields into...
2016-11-17 Timothy Arcerii965: get num_abos from shader_info rather than gl_link...
2016-11-17 Timothy Arcerii965: get num_images from shader_info rather than gl_li...
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 Lionel Landwerlini965: miptree: prevent potential NULL pointer access
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-14 Juan A. Suarez Romeroi965/vec4: skip registers already marked as no_spill
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 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 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-03 Chris Wilsoni965: Use rzalloc for cfg_t
2016-11-03 Tapani Pällii965: use rzalloc instead of calloc in brwNewProgram
2016-11-02 Timothy Arcerist/mesa/r200/i915/i965: use rzalloc() to create gl_program
2016-11-02 Jason Ekstrandintel/blorp: Pass a brw_stage_prog_data to upload_shader
2016-11-01 Antia Puentesi965/gen8: Fix vertex attrib upload for dvec3/4 shader...
2016-10-31 Nanley Cheryi965: Move gen8_disable_stages to brw_upload_initial_gp...
2016-10-31 Nanley Cheryi965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_inva...
2016-10-31 Marek Olšákralloc: use rzalloc where it's necessary
2016-10-31 Juha-Pekka Heikkilai965/fs: fill allocated memory with zeros where needed
2016-10-31 Juha-Pekka Heikkilai965/vec4: zero allocated memory where needed
2016-10-29 Jason Ekstrandi965/fs/generator: Don't use the address immediate...
2016-10-28 Jason Ekstrandi965: Fix make check after 66fcfa6894ab6
2016-10-28 Brian Paulmesa: rename gl_client_array -> gl_vertex_array
2016-10-28 Timothy Arcerii965: use memory context when creating passthrough tcs
2016-10-28 Eduardo Lima Mitevdrivers/meta: Accept GL_TEXTURE_3D as target for tex...
2016-10-27 Jason Ekstrandi965/miptree: Remove the width/height < 32768 restrictions
2016-10-27 Jason Ekstrandi965/blit: Break blits into chunks in intel_miptree_blit
2016-10-27 Jason Ekstrandi965/blit: Break blits into chunks in set_alpha_to_one
2016-10-27 Jason Ekstrandi965/blit: Remove a bogus assertion
2016-10-27 Jason Ekstrandi965/miptree: Break miptree -> ISL tiling conversion...
2016-10-27 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
2016-10-27 Iago Toral Quirogai965/vec4: make offset() work in terms of a simd width...
2016-10-27 Iago Toral Quirogai965/vec4: use byte_offset() instead of offset()
2016-10-27 Iago Toral Quirogai965/vec4: add a byte_offset helper
2016-10-27 Tapani Pällii956: set RobustAccess true when is supported
2016-10-26 Timothy Arcerinir: stop adjusting driver location for varying packing
2016-10-26 Timothy Arcerir200/glsl/st/mesa: use common outputs written field
2016-10-26 Timothy Arcerir200/i915/st/mesa/compiler: use common inputs read...
2016-10-26 Timothy Arcerimeta: remove remaining tabs in meta.c
2016-10-26 Timothy Arcerii965: replace brw_compute_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_fragment_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_tess_{eval,ctrl}_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_geomerty_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_vertex_program with new generic brw_p...
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: remove unused debug param
2016-10-26 Timothy Arcerii965: remove unused BRW_STATE_INTERPOLATION_MAP flag
2016-10-26 Timothy Arcerii965: rewrite brw_setup_vue_interpolation()
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_compute_program
2016-10-26 Timothy Arcerimesa/i965/i915/r200: eliminate gl_vertex_program
2016-10-26 Timothy Arcerii965: switch vs over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_geometry_program
2016-10-26 Timothy Arcerii965: switch gs over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_eval_program
next