vbo: process buffer binding state changes on draw when recording
[mesa.git] / src / mesa /
2017-02-03 Ilia Mirkinvbo: process buffer binding state changes on draw when...
2017-02-02 Eduardo Lima Mitevtexgetimage: Add check for the effective target to...
2017-02-02 Jason Ekstrandintel/isl: Rename supports_lossless_compression to...
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-02-02 Plamena Manolovamesa: Enable EXT_compressed_ETC1_RGB8_sub_texture
2017-02-01 Timothy Arcerist/mesa: inline get_mesa_program()
2017-02-01 Timothy Arcerist/mesa: create set_prog_affected_state_flags() helper
2017-02-01 Timothy Arcerist/mesa: st_atom_shader.c C99 tidy up
2017-02-01 Timothy Arcerist/mesa: remove pre C99 statement block for variable...
2017-02-01 Robert Fossi965: Prevent coverity warning
2017-02-01 Ilia Mirkinmesa: use same is_color_attachment trick to discern...
2017-01-31 Francisco Jerezi965/fs: Fix nir_op_fsign of absolute value.
2017-01-31 Francisco Jerezmesa/program: Translate csel operation from GLSL IR.
2017-01-30 Timothy Arcerimesa: add new MESA_GLSL flag for printing shader cache...
2017-01-30 Carl Worthglsl: add cache to ctx and add sha1 string fields
2017-01-30 Carl Worthglsl: add new uniform fields to be used to restore...
2017-01-30 Samuel Pitoisetst/mesa: make st_texture_get_sampler_view() static
2017-01-30 Kenneth Graunkei965: Support the force_glsl_version driconf option.
2017-01-30 Kenneth Graunkei965: Fix check for negative pitch in can_do_fast_copy_...
2017-01-29 Timothy Arcerii965: add assert to while_jumps_before_offset()
2017-01-29 Timothy Arcerii965: fix up asserts in brw_inst_set_jip()
2017-01-28 Kenneth Graunkei965: Unbind deleted shaders from brw_context, fixing...
2017-01-27 Chad Versacei965/sync: Implement fences based on Linux sync_file
2017-01-27 Chad Versacei965/sync: Rename brw_fence_insert()
2017-01-27 Chad Versacei965/sync: Fail sync creation when batchbuffer flush...
2017-01-27 Chad Versacei965/sync: Add brw_fence::type
2017-01-27 Chad Versacei965: Add intel_batchbuffer_flush_fence()
2017-01-27 Chad Versacei965: Add intel_screen::has_fence_fd
2017-01-27 Emil Velikovmesa: remove explicit __STDC_FORMAT_MACROS define
2017-01-27 Emil Velikovmesa: move variable declaration to where its used
2017-01-27 Emil Velikovst/mesa: use correct return statement for a void function
2017-01-27 Emil Velikovmesa: use correct return statement for a void function
2017-01-27 Emil Velikovi915, i965: automake: remove NA include directive
2017-01-27 Emil Velikovmesa/tests: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovdri/osmesa: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovdri/swrast: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovradeon, r200: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovi915: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovi965: automake: include builddir prior to srcdir
2017-01-27 Emil Velikovi965: automake: correctly set MKDIR_GEN
2017-01-27 Dave Airliest/mesa: add support for enabling ARB_gpu_shader_int64.
2017-01-27 Dave Airliest/glsl_to_tgsi: add support for 64-bit integers
2017-01-27 Topi Pohjolainenmeta: Refactor texture format translation
2017-01-27 Topi Pohjolaineni965/hiz/gen6: Stop setting false qpitch
2017-01-27 Topi Pohjolaineni965/blorp/gen6: Remove dead code in hiz setup
2017-01-27 Topi Pohjolaineni965/gen6: Simplify hiz surface setup
2017-01-27 Topi Pohjolaineni965/blorp/gen6: Simplify hiz surface setup
2017-01-27 Topi Pohjolaineni965/gen6: Remove check for stencil format
2017-01-27 Topi Pohjolaineni965: Remove check for hiz on earlier gens than SNB
2017-01-27 Topi Pohjolaineni965/miptree: Remove redundant check for null texture
2017-01-27 Topi Pohjolaineni965/miptree: Tell when brw_miptree_layout() fails
2017-01-27 Topi Pohjolaineni965/meta: Remove unused brw_get_rb_for_slice()
2017-01-26 Ian Romanickmesa: Arrange validate_uniform_parameters parameters...
2017-01-26 Ian Romanickmesa: Arrange _mesa_uniform parameters to match the...
2017-01-26 Ian Romanickmesa: Arrange _mesa_uniform_matrix parameters to match...
2017-01-26 Ian Romanickmesa: Trivial clean-ups in uniform_query.cpp
2017-01-26 Kenneth Graunkei965: Make intelEmitCopyBlit not truncate large strides.
2017-01-26 Kenneth Graunkei965: Use a UW source type for CS_OPCODE_CS_TERMINATE.
2017-01-26 Kenneth Graunkei965: Fix fast depth clears for surfaces with a dimensi...
2017-01-25 Ian Romanickmesa: Fix copy-and-paste bug in _mesa_(Program|)Uniform...
2017-01-24 Marek Olšákst/mesa: destroy pipe_context before destroying st_cont...
2017-01-24 Ian Romanickmesa: Don't advertise GL_OES_read_format in core profile
2017-01-24 Jason Ekstrandi965/blorp: Use the correct ISL format for combined...
2017-01-24 Samuel Pitoisetst/glsl_to_tgsi: fix compilation warnings since int64...
2017-01-24 Topi Pohjolaineni965/blorp: Add also depth and stencil buffers to rende...
2017-01-23 Matt Turneri965: Use UNUSED to silence unused variable (used in...
2017-01-23 Rainer Hocheckerdri: allow 16bit R/GR images to be exported via drm...
2017-01-23 Eric Engestromdrirc: remove spurious tabs
2017-01-23 Nicolai Hähnlest/glsl_to_tgsi: use DDIV instead of DRCP + DMUL
2017-01-23 Timothy Arcerimesa: remove unused gl_shader_info field from gl_linked...
2017-01-23 Timothy Arcerimesa/glsl: set and get cs layouts to and from shader_info
2017-01-23 Timothy Arcerimesa/glsl: set and get gs layouts directly to and from...
2017-01-23 Timothy Arcerimesa/glsl/i965: set and get tes layouts directly to...
2017-01-23 Timothy Arceriglsl: use last_vert_prog to get last {clip,cull}_distan...
2017-01-23 Timothy Arcerimesa/glsl: set {clip,cull}_distance_array_size directly...
2017-01-23 Timothy Arcerist/mesa/glsl: change xfb_program field to last_vert_prog
2017-01-23 Timothy Arcerimesa: use gl_program for CurrentProgram rather than...
2017-01-21 Matt TurnerRevert "i965: Really don't emit Q or UQ moves on Gen...
2017-01-21 Matt Turneri965: Select DF type for 64-bit integers on Gen < 8.
2017-01-20 Ian Romanicki965: Enable ARB_gpu_shader_int64 on Gen8+
2017-01-20 Ian Romanicki965: Split SIMD16 CMP of Q and UQ instructions
2017-01-20 Ian Romanicki965: Enable 64-bit integer support for almost all...
2017-01-20 Ian Romanicki965: Enable uploading 64-bit integer uniforms
2017-01-20 Ian Romanicki965: Add 64-bit integer support for conversions and...
2017-01-20 Ian Romanicki965: Enable emitting Q and UQ instructions in the...
2017-01-20 Ian Romanicki965: Add support for constant evaluation on Q and...
2017-01-20 Ian Romanicki965: Return Q and UQ types for int64 and uint64
2017-01-20 Ian Romanicki965: Really don't emit Q or UQ moves on Gen < 8
2017-01-20 Dave Airliei965: Avoid int64 warnings.
2017-01-20 Dave Airliei965: Avoid int64 induced warnings
2017-01-20 Dave Airliemesa/program: Add unused ir operations.
2017-01-20 Dave Airliemesa: Add support for 64-bit integer uniforms
2017-01-20 Dave Airlieglsl: Add basic ARB_gpu_shader_int64 types
2017-01-20 Dave Airliemesa: Add ARB_gpu_shader_int64 extension bits
2017-01-20 Dave Airliemapi: Add support for ARB_gpu_shader_int64.
2017-01-20 Matt Turneri965: Validate "Special Cases for Byte Operations"
2017-01-20 Matt Turneri965: Validate "Region Alignment Rules"
2017-01-20 Matt Turneri965: Validate "General Restrictions Based on Operand...
2017-01-20 Matt Turneri965: Validate "General Restrictions on Regioning Param...
2017-01-20 Matt Turneri965: Replace reg_type_size[] with a function.
next