mesa: only verify that enabled arrays have backing buffers
[mesa.git] / src / mesa /
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...
2016-11-04 Nicolai Hähnlest/mesa: fix the layer of VDPAU surface samplers
2016-11-04 Nicolai Hähnlest/glsl_to_tgsi: fix dvec[34] loads from SSBO
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-03 Timothy Arcerimesa/glsl: delete previously linked shaders earlier...
2016-11-02 Timothy Arcerimesa: move shader_info to the start of gl_program
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 Brian Paulmesa: code clean-up in _mesa_update_vao_client_arrays()
2016-10-28 Brian Paulmesa: update comment on vertex_attrib_binding()
2016-10-28 Brian Paulmesa: rename gl_vertex_array_object::VertexBinding...
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ällimesa: expose GL_EXT_robustness
2016-10-27 Tapani Pällist/mesa: set RobustAccess true when is supported
2016-10-27 Tapani Pällii956: set RobustAccess true when is supported
2016-10-27 Tapani Pällimesa: add missing CONTEXT_ROBUST_ACCESS enum
2016-10-26 Marek Olšákst/mesa: allow multiple concurrent waiters in ClientWai...
2016-10-26 Marek Olšákst/mesa: unduplicate st_check_sync code
2016-10-26 Samuel Iglesias... mesa/program: Add _mesa_symbol_table_replace_symbol()
2016-10-26 Timothy Arcerinir: stop adjusting driver location for varying packing
2016-10-26 Timothy Arcericompiler: remove copy_shader_info()
2016-10-26 Timothy Arceriglsl: set uses texture gather directly in shader_info
2016-10-26 Timothy Arceriglsl/st/mesa: use common system values read field
2016-10-26 Timothy Arceriglsl: set patch outputs written directly in shader_info
2016-10-26 Timothy Arcerist/mesa: use common patch outputs written field
2016-10-26 Timothy Arceriglsl: set patch inputs read directly in shader_info
2016-10-26 Timothy Arcerist/mesa: use common patch inputs read field
2016-10-26 Timothy Arceriglsl: set outputs read directly in shader_info
next