vbo: remove unused vbo_save_context::count field
[mesa.git] / src / mesa /
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...
2018-01-03 Ian Romanickmeta/blit: Use _mesa_bind_texture instead of _mesa_Bind...
2018-01-03 Ian Romanickmeta/blit: Don't bind texture in _mesa_meta_bind_rb_as_...
2018-01-03 Ian Romanickmeta/blit: Track source texture using gl_texture_object...
2018-01-03 Ian Romanickmeta/blit: Since _mesa_meta_bind_rb_as_tex_image has...
2018-01-03 Ian Romanickmeta/blit: Don't return the texture handle from _mesa_m...
2018-01-03 Ian Romanickmeta/blit: Don't return the target from _mesa_meta_bind...
2018-01-03 Ian Romanickmeta/blit: Don't restore state of the temporary texture
2018-01-03 Ian Romanickmeta/blit: Check the values instead of the target befor...
2018-01-03 Ian Romanickmesa: Add _mesa_bind_texture method
2018-01-03 Ian RomanickRevert "mesa: remove unused _mesa_delete_nameless_textu...
2018-01-03 Ian Romanickmesa: Fold _mesa_record_error into its only caller
2017-12-28 Brian Paulst/mesa: increase size of glsl_base_type bitfields
2017-12-27 Timothy Arcerist/glsl_to_nir: add patch support to st_nir_assign_var_...
2017-12-27 Timothy Arcerist/glsl_to_nir: call post opt functions after opts...
2017-12-27 Timothy Arcerist/st_glsl_to_nir: call nir_lower_64bit_pack
2017-12-25 Miklós Mátémesa: always compare optype with symbolic name in ATI_fs
2017-12-25 Miklós Mátémesa: document ati_fragment_shader::cur_pass and swizzlerq
2017-12-25 Miklós Mátémesa: move ATI_fs state compile changes after the error...
2017-12-25 Miklós Mátétnl: fix not having texture coords in ATI_fs in swrast
2017-12-25 Miklós Mátémesa: fix not having secondary color in ATI_fs in swrast
2017-12-25 Miklós Mátémesa: fix validate for secondary interpolator
2017-12-25 Miklós Mátémesa: fix typo in ATI_fs dstMod error checking
2017-12-25 Miklós Mátémesa: fix crash when an ATI_fs pass begins with an...
2017-12-25 Miklós Mátémesa: add fallback texture for SampleMapATI if there...
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-12-19 Rafael Antognolliintel/compiler/gen10: Disable push constants.
2017-12-15 Chris Wilsoni965: Allow old begin/end queryobj for gen4/5 with...
2017-12-15 Tapani Pällii965: enable EXT_disjoint_timer_query extension
2017-12-15 Tapani Pällimesa: GL_EXT_disjoint_timer_query extension API bits
2017-12-15 Tapani Pälliglapi: add GL_EXT_disjoint_timer_query
2017-12-15 Tapani Pällimesa: add DisjointOperation to gl_shared_state
2017-12-14 Jason Ekstrandintel/decoder: Take a bit offset in gen_print_group
2017-12-14 Kenneth Graunkei965: Don't allocate an MCS for 16x MSAA and width...
2017-12-13 Dylan Bakermesa: Add glSpecializeShaderARB to common_desktop_functions
2017-12-13 Jordan Justenprogram: Don't reset SamplersValidated when restoring...
2017-12-13 Kai Wasserbächmesa: remove second include of errors.h in src/mesa...
2017-12-13 Timothy Arcerist/glsl_to_nir: skip forced array splitting for tcs
2017-12-12 Kevin Rogovini965: compute scratch space size correctly for Gen9+
next