ac/nir: account for view index in the user sgpr allocation.
[mesa.git] / src / mesa /
2018-01-18 Kenneth Graunkei965: Bind null render targets for shadow sampling...
2018-01-18 Mario Kleineri965/screen: Allow drirc to set 'allow_rgb10_configs...
2018-01-18 Rob Clarkmesa/st: translate SO info in glsl_to_nir() case
2018-01-17 Kenneth Graunkei965: Pass brw_growing_bo to grow_buffer().
2018-01-17 Kenneth Graunkei965: Make a helper for recreating growing buffers.
2018-01-17 Kenneth Graunkei965: Replace cpu_map pointers with a "use_shadow_copy...
2018-01-17 Marek Olšákst/mesa: assume that user constant buffers are always...
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákst/mesa: expose ARB_sync unconditionally
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2018-01-17 Brian Paulmesa: move gl_external_samplers() to program.[ch]
2018-01-17 Brian Paulst/mesa: include util/bitscan.h in st_glsl_to_tgsi_temp...
2018-01-17 Brian Paulmesa: remove unneeded #includes of main/compiler.h
2018-01-17 Brian Paulst/mesa: remove unneeded #includes of main/compiler.h
2018-01-17 Brian Paulst/mesa: include main/compiler.h in st_cb_queryobj.c
2018-01-17 Brian Paulmesa: include util/macros.h in format_fallback.c
2018-01-17 Brian Paulmesa/program: change validate_inputs() local var 'input...
2018-01-17 Brian Paulvbo: reindent vbo_attrib.h to use 3 spaces
2018-01-17 Brian Paulvbo: whitespace, formatting fixes in vbo_exec_api.c
2018-01-17 Brian Paulvbo: add assertions, comments in vbo_exec_api.c
2018-01-17 Brian Paulvbo: whitespace, formatting fixes in vbo_exec_draw.c
2018-01-17 Brian Paulvbo: use inputs_read var to simplify code
2018-01-17 Brian Paulvbo: whitespace, formatting fixes in vbo_split_copy.c
2018-01-17 Brian Paulvbo: use a new local 'array' variable in bind_vertex_li...
2018-01-17 Brian Paulvbo: remove unneeded #includes in vbo_context.c
2018-01-17 Brian Paulvbo: whitespace, formatting fixes in vbo_context.c
2018-01-17 Brian Paulvbo: change vbo_context attribute map arrays to GLubyte
2018-01-17 Brian Paulvbo: lift common code out of switch cases
2018-01-17 Brian Paulvbo: optimize some display list drawing (v2)
2018-01-17 Brian Paulvbo: rewrite some code in playback_copy_to_current()
2018-01-17 Brian Paulvbo: add some comments in vbo_save_api.c
2018-01-17 Brian Paulvbo: rename some functions in vbo_save_api.c
2018-01-17 Brian Paulvbo: rename some functions in vbo_save_draw.c
2018-01-17 Brian Paulvbo: add comment that vbo_save_vertex_list::buffer_offs...
2018-01-17 Brian Paulvbo: minor code simplification in _save_compile_vertex_...
2018-01-17 Brian Paulvbo: rename prim to prims
2018-01-17 Brian Paulvbo: removed unused ctx parameter for alloc_prim_store()
2018-01-17 Brian Paulvbo: rename vbo_save_context::buffer to buffer_map
2018-01-17 Brian Paulvbo: remove unused vbo_save_context::count field
2018-01-17 Brian Paulvbo: s/GLuint/GLbitfield/ for vbo_save_context::replay_...
2018-01-17 Brian Paulvbo: rename vbo_save_vertex_list::count to vertex_count
2018-01-17 Brian Paulvbo: rename vbo_save_vertex_store::buffer to buffer_map
2018-01-17 Brian Paulvbo: rename vbo_save_primitive_store::buffer to prims
2018-01-17 Brian Paulvbo: whitespace fixes in vbo_save.h
2018-01-17 Brian Paulvbo: whitespace fixes in vbo_save_draw.c
2018-01-17 Rhys Kiddi915: No longer rely on compatability define in intel_b...
2018-01-17 Timothy Arcerist/glsl_to_tgsi: add ARB_get_program_binary support...
2018-01-17 Timothy Arcerist/glsl_to_tgsi: add st_get_program_binary_driver_sha1...
2018-01-17 Timothy Arcerist/glsl_to_tgsi: add (de)serialise program helpers
2018-01-17 Timothy Arcerist/glsl_to_tgsi: stop passing pipe_shader_state to...
2018-01-17 Timothy Arcerist/glsl_to_tgsi: store num_tgsi_tokens in st_*_program
2018-01-17 Timothy Arcerist/glsl_to_nir: disable io lowering to temps for tess
2018-01-17 Jason Ekstrandi965: Enable CCS_E sampling of sRGB textures as UNORM
2018-01-17 Jason Ekstrandi965/draw: Do resolves properly for textures used by TXF
2018-01-17 Jason Ekstrandi965/miptree: Refactor CCS_E and CCS_D cases in render_...
2018-01-17 Jason EkstrandRe-enable regular fast-clears (CCS_D) on gen9+
2018-01-17 Jason Ekstrandi965: Track format and aux usage in the render cache
2018-01-17 Jason Ekstrandi965: Call brw_cache_flush_for_render in predraw_resolv...
2018-01-17 Francisco Jerezi965/gen6-7/sol: Bump primitive counter BO size.
2018-01-17 Francisco Jerezi965/gen6-7/sol: Keep independent counters for the...
2018-01-17 Francisco Jerezi965/gen6-7/sol: Restructure primitive counter into...
2018-01-16 Timothy Arcerist/mesa: enable ARB_enhanced_layouts on nir drivers
2018-01-16 Grazvydas Ignotasmesa: remove unneeded semicolons
2018-01-16 Grazvydas Ignotasradeon: remove unneeded semicolons
2018-01-16 Grazvydas Ignotasosmesa: don't check SmoothFlag twice
2018-01-15 Adam JacksonRevert "i965: Enable flush control"
2018-01-12 Roland Scheideggermesa: require at least 14 UBOs for GL 4.3
2018-01-11 Dylan Bakermeson: Use dependencies for nir
2018-01-11 Dylan Bakermeson: don't use intermediate variables that are immedi...
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2018-01-11 Dylan Bakermeson: Use consistent style
2018-01-10 Marek Olšákdri_util: remove ALLOW_RGB10_CONFIGS option (v2)
2018-01-10 Iago Toral Quirogai965/nir: lower TES PatchVerticesIn to a constant when...
2018-01-10 Iago Toral Quirogaglsl: remove Lower{TCS,TES}PatchVerticesIn
2018-01-10 Iago Toral Quirogai965: lower gl_PatchVerticesIn to a uniform
2018-01-10 Iago Toral Quirogai965/nir: add a helper to lower gl_PatchVerticesIn...
2018-01-09 Jon TurneyFix use of alloca() without #include <c99_alloca.h>
2018-01-09 Kenneth Graunkeintel: Apply Geminilake "Barrier Mode" workaround.
2018-01-07 Karol Herbstnir: fix st_nir_assign_var_locations for patch variables
2018-01-07 Kenneth Graunkei965: Torch public intel_batchbuffer_emit_dword/float...
2018-01-07 Kenneth Graunkei965: Require space for MI_BATCHBUFFER_END.
2018-01-07 Kenneth Graunkei965: Shut up a few unused variable warnings.
2018-01-06 Marek Olšákmesa: remove dd_function_table::GetCompressedTexSubImag...
2018-01-05 Timothy Arcerist/glsl_to_nir/radeonsi: enable tessellation shaders
2018-01-04 Ilia Mirkinmesa/bindless: fix missing image _Layer initialization
2018-01-03 Mario Kleinermesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type...
2018-01-03 Mario Kleinerst/mesa: Handle BGR[A/X]1010102 formats.
2018-01-03 Mario Kleinermesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV...
2018-01-03 Mario Kleineri965/screen: Honor 'allow_rgb10_configs' option. (v2)
2018-01-03 Mario Kleinerdri/common: Add option to allow exposure of 10 bpc...
2018-01-03 Mario Kleineri965/screen: Add basic support for rendering 10 bpc...
2018-01-03 Mario Kleineri965/screen: Add XRGB2101010 and ARGB2101010 support...
2018-01-03 Mario Kleineri965: Support accelerated blit for depth 30 formats...
2018-01-03 Mario Kleineri965: Support xrgb/argb2101010 formats for glx_texture_...
2018-01-03 Kenneth Graunkei965: Drop support for the legacy SNORM -> Float equation.
2018-01-03 Ian Romanickmeta: Don't pollute the texture namespace
2018-01-03 Ian Romanickmeta: Use _mesa_bind_texture instead of _mesa_BindTexture
2018-01-03 Ian Romanickmeta: Use _mesa_CreateTextures instead of _mesa_GenTextures
2018-01-03 Ian Romanickmeta: Track temporary textures using gl_texture_object...
2018-01-03 Ian Romanickmeta/blit: Track temporary texture using gl_texture_obj...
next