nvc0: fix line width on GM20x+
[mesa.git] / src / mesa /
2018-04-21 Nanley Cheryi965/miptree: Delete an unused function
2018-04-21 Nanley Cheryi965/miptree: Don't leak the clear_color_bo
2018-04-20 Jason Ekstrandi965/blorp: Do the gen11 BTI flush
2018-04-19 Antia Puentesintel: Handle firstvertex in an identical way to BaseVertex
2018-04-19 Mike Lothianmeson: Build st_tests_common with gtest
2018-04-18 Kenneth Graunkei965: Fix shadow batches to be the same size as the...
2018-04-18 Marek Olšákglsl_to_tgsi: try harder to lower unsupported ir_binop_...
2018-04-18 Dylan Bakermeson: build tests for gallium mesa state tracker
2018-04-18 Dylan Bakermeson: Remove TODO about mesa/main tests
2018-04-17 Timothy Arcerimesa: merge the driver functions DrawBuffers and DrawBuffer
2018-04-14 Brian Paulmesa: protect #include of unistd.h with _MSV_VER check
2018-04-14 Brian Paulmesa: remove unused 'i' in dimensions_error_check()
2018-04-13 Brian Paulmesa: remove snprintf macro in imports.h to fix MSVC...
2018-04-13 Dylan Bakermesa: Include unistd.h in program_lexer
2018-04-13 Juan A. Suarez Romerogetteximage: assume texture image is empty for non...
2018-04-13 Juan A. Suarez Romerogettextureimage: verify cube map is complete
2018-04-13 Juan A. Suarez Romerogettextsubimage: verify zoffset and depth are correct
2018-04-13 Timothy Arcerimesa: free debug messages when destroying the debug...
2018-04-13 Timothy Arcerimesa: fix x86 builds
2018-04-12 Marek OlšákFix scons build
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-12 Marek Olšákmesa: include dispatch.h less
2018-04-11 Ian Romanickmesa: Silence remaining unused parameter warnings in...
2018-04-11 Ian Romanickmesa: Silence unused parameter warning in compressedtex...
2018-04-11 Nanley Cheryblorp: Silence unused function warnings
2018-04-10 Topi Pohjolainenmesa: Assert base format before truncating to unsigned...
2018-04-10 Kenneth Graunkei965: Remove brw_bo_alloc_tiled_2d from intel_detect_sw...
2018-04-10 Timothy Arcerimesa: fix glsl version mismatch in compat profile
2018-04-10 Timothy Arcerist/mesa: finalise tcs/tes/geom NIR before storing it...
2018-04-10 Timothy Arcerist/mesa: exit st_translate_fragment_program() earlier...
2018-04-10 Timothy Arcerist/glsl_to_nir: set paramater value offset as driver...
2018-04-10 Timothy Arcerist/mesa: stop calling _mesa_init_shader_object_functions()
2018-04-09 Rob Clarkmesa/st/nir: fix instruction removal
2018-04-09 Rob Clarkmesa/st/nir: fix naked lowering pass call
2018-04-09 Nanley Cheryi965: Make the miptree clear color setter take a gl_col...
2018-04-09 Nanley Cheryi965/miptree: Move the clear color and value setter...
2018-04-09 Nanley Cheryi965: Use the brw_context for the clear color and value...
2018-04-09 Xiong, Jamesi965: return the fourcc saved in __DRIimage when possible
2018-04-09 Andres Gomezmesa: adds some comments regarding MESA_GLES_VERSION_OV...
2018-04-09 Marek Olšákmesa: simplify MESA_GL_VERSION_OVERRIDE behavior of...
2018-04-09 Andres Gomezdri_util: don't fail when not supporting ARB_compatibil...
2018-04-09 Andres Gomezdri_util: when overriding, always reset the core version
2018-04-07 Ilia Mirkinst/mesa: tex offsets can't be in a const or 2d-indexed
2018-04-07 Kenneth Graunkei965: Use %x instead of %u in debug print.
2018-04-05 Jason Ekstrandprog/nir: Simplify some load/store operations
2018-04-05 Rafael Antognollii965/surface_state: Emit the clear color address instea...
2018-04-05 Rafael Antognollii965/blorp: Update the fast clear value buffer.
2018-04-05 Rafael Antognollii965: Add aux_buf variable to simplify code.
2018-04-05 Rafael Antognollii965/miptree: Add new clear color BO for winsys aux...
2018-04-05 Rafael Antognollii965/miptree: Add space to store the clear value in...
2018-04-04 Marek Olšákst/mesa: set stencil border color the same as intensity
2018-04-04 Jon TurneyFix use of alloca() without #include <c99_alloca.h>
2018-04-04 Sergii Romantsovi965: Extend the negative 32-bit deltas to 64-bits
2018-04-03 Jakob Bornecrantzst/mesa: Also use PIPE_FORMAT_R8G8B8A8_SRGB for framebu...
2018-04-03 Dylan Bakermesa: ensure that variable is initialized
2018-04-03 Tapani PälliRevert "mesa: add GL_HALF_FLOAT as supported type to...
2018-04-02 Marek Olšákst/mesa: don't draw if the bound element array buffer...
2018-04-02 Timothy Arcerist/glsl_to_nir: gather next_stage in shader_info
2018-03-31 Mathias Fröhlichvbo: Use alloca for _vbo_draw_indirect.
2018-03-31 Mathias Fröhlichvbo: Remove unused includes to vbo_private.h
2018-03-31 Mathias Fröhlichvbo: Move vbo_split into the tnl module.
2018-03-31 Mathias Fröhlichvbo: Readd the arrays argument to the legacy draw methods.
2018-03-31 Mathias Fröhlichvbo: Remove the now unused vbo draw path.
2018-03-31 Mathias Fröhlichtnl: Push down the gl_vertex_array inputs into tnl...
2018-03-31 Mathias Fröhlichvbo: Remove vbo_indirect_draw_func.
2018-03-31 Mathias Fröhlichi965: Push down the gl_vertex_array inputs into i965.
2018-03-31 Mathias Fröhlichgallium: Push down the gl_vertex_array inputs into...
2018-03-30 Neil Robertsspirv: Fix building with SCons
2018-03-30 Brian Paulmesa: fix MSVC bitshift overflow warnings
2018-03-30 Brian Paulst/mesa: add missing GLSL_TYPE_[U]INT8 cases in st_glsl...
2018-03-30 Jakob Bornecrantzvbo: MaxVertexAttribStride is not always set
2018-03-30 Eduardo Lima Mitevi965: Don't call process_glsl_ir() for SPIR-V shaders
2018-03-30 Eduardo Lima Mitevi965: Call spirv_to_nir() instead of glsl_to_nir()...
2018-03-30 Eduardo Lima Mitevmesa/glspirv: Add a _mesa_spirv_to_nir() function
2018-03-30 Eduardo Lima Mitevmesa/program: Link SPIR-V shaders using the SPIR-V...
2018-03-30 Eduardo Lima Mitevmesa/glspirv: Add _mesa_spirv_link_shaders() function
2018-03-30 Eduardo Lima Mitevmesa: Add a reference to gl_shader_spirv_data to gl_lin...
2018-03-30 Nicolai Hähnlemesa: Implement glSpecializeShaderARB
2018-03-30 Alejandro Piñeiroi965: initialize SPIR-V capabilities
2018-03-30 Nicolai Hähnlemesa: add gl_constants::SpirVCapabilities
2018-03-29 Ian Romanicki965: Don't request GLSL IR lowering of gl_VertexID
2018-03-29 Ian Romanicki965: Silence unused parameter warning
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-29 Dylan Bakermeson: use dep_libdrm version for pkg-config
2018-03-29 Brian Paulst/mesa: silence unhandled switch case warning
2018-03-29 Henri Verbeetmesa: Inherit texture view multi-sample information...
2018-03-29 Eric Anholtst: Don't try to finalize the texture in st_render_text...
2018-03-28 Timothy Arcerist/glsl_to_nir: set driver location for bindless images...
2018-03-28 Kenneth Graunkei965: Drop unnecessary bo->align field.
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-03-28 Kenneth Graunkei965: Drop alignment parameter from bo_alloc_internal().
2018-03-28 Kenneth Graunkei965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
2018-03-28 Kenneth Graunkei965: Drop PIPE_CONTROL_NO_WRITE from various calls.
2018-03-27 Timothy Arcerist/glsl_to_nir: correctly handle arrays packed across...
2018-03-27 Timothy Arcerist/glsl_to_nir: fix driver location for dual-slot packe...
2018-03-27 Lin Johnsonmesa: add GL_HALF_FLOAT as supported type to readpixels
2018-03-27 Eric Anholtst: Allow accelerated CopyTexImage from RGBA to RGB.
2018-03-26 Gert Wollnymesa/st/tests: Use tgsi opcode enum also in the test...
2018-03-23 Mathias Fröhlichvbo: Make sure the internal VAO's stay within limits.
2018-03-23 Mathias Fröhlichmesa: Flag early if we modify a SharedAndImmutable...
next