summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: add support for nvidia conservative rasterization extensionsRhys Perry2018-04-3013-11/+474
* nir: move GL specific passes to src/compiler/glslTimothy Arceri2018-05-011-0/+1
* mesa: add TBO support for GL_EXT_texture_norm16Tapani Pälli2018-04-271-3/+3
* mesa: drop the buffer mode param from the DrawBuffer driver functionTimothy Arceri2018-04-272-3/+3
* mesa: GL_EXT_texture_norm16 extension plumbingTapani Pälli2018-04-256-9/+78
* mesa: call DrawBufferAllocate driver hook in update_framebuffer for windows-s...Boyan Ding2018-04-251-0/+6
* st/mesa: add new driver function DrawBufferAllocateTimothy Arceri2018-04-252-1/+7
* mesa: some C99 tidy ups for framebuffer.cTimothy Arceri2018-04-251-13/+5
* mesa: rename api_validate.{c,h} -> draw_validate.{c,h}Timothy Arceri2018-04-244-3/+3
* mesa: merge the driver functions DrawBuffers and DrawBufferTimothy Arceri2018-04-172-8/+2
* mesa: remove unused 'i' in dimensions_error_check()Brian Paul2018-04-131-1/+0
* mesa: remove snprintf macro in imports.h to fix MSVC buildBrian Paul2018-04-132-5/+1
* getteximage: assume texture image is empty for non defined levelsJuan A. Suarez Romero2018-04-131-2/+25
* gettextureimage: verify cube map is completeJuan A. Suarez Romero2018-04-131-9/+14
* gettextsubimage: verify zoffset and depth are correctJuan A. Suarez Romero2018-04-131-2/+2
* mesa: free debug messages when destroying the debug stateTimothy Arceri2018-04-131-22/+23
* mesa: include mtypes.h lessMarek Olšák2018-04-1259-303/+309
* mesa: include dispatch.h lessMarek Olšák2018-04-1220-20/+0
* mesa: Silence remaining unused parameter warnings in teximage.cIan Romanick2018-04-111-21/+21
* mesa: Silence unused parameter warning in compressedteximage_only_formatIan Romanick2018-04-113-10/+10
* mesa: Assert base format before truncating to unsigned shortTopi Pohjolainen2018-04-111-2/+3
* mesa: fix glsl version mismatch in compat profileTimothy Arceri2018-04-111-2/+6
* mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usageAndres Gomez2018-04-091-2/+8
* mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API overrideMarek Olšák2018-04-091-12/+11
* Revert "mesa: add GL_HALF_FLOAT as supported type to readpixels"Tapani Pälli2018-04-031-2/+0
* vbo: Remove the now unused vbo draw path.Mathias Fröhlich2018-03-311-10/+2
* mesa: fix MSVC bitshift overflow warningsBrian Paul2018-03-301-1/+1
* mesa/glspirv: Add a _mesa_spirv_to_nir() functionEduardo Lima Mitev2018-03-302-0/+65
* mesa/glspirv: Add _mesa_spirv_link_shaders() functionEduardo Lima Mitev2018-03-302-0/+75
* mesa: Add a reference to gl_shader_spirv_data to gl_linked_shaderEduardo Lima Mitev2018-03-302-0/+9
* mesa: Implement glSpecializeShaderARBNicolai Hähnle2018-03-301-2/+105
* mesa: add gl_constants::SpirVCapabilitiesNicolai Hähnle2018-03-301-0/+3
* mesa: Inherit texture view multi-sample information from the original texture...Henri Verbeet2018-03-293-14/+26
* mesa: add GL_HALF_FLOAT as supported type to readpixelsLin Johnson2018-03-271-0/+2
* mesa: Flag early if we modify a SharedAndImmutable VAO.Mathias Fröhlich2018-03-231-0/+6
* mesa: When copying a VAO also copy the vertex attribute mode.Mathias Fröhlich2018-03-231-0/+1
* mesa: A change of gl_vertex_processing_mode needs an array update.Mathias Fröhlich2018-03-221-3/+17
* mesa: Set DriverFlags.NewArray together with vbo...recalculate_inputs.Mathias Fröhlich2018-03-221-3/+16
* mesa: Update VAO internal state when setting the _DrawVAO.Mathias Fröhlich2018-03-222-5/+13
* mesa: Move vbo draw functions into dd_function_table.Mathias Fröhlich2018-03-221-0/+81
* mesa: add packing support for setting uniform handlesTimothy Arceri2018-03-201-3/+13
* mesa: add packing support for setting uniformsTimothy Arceri2018-03-201-19/+53
* mesa: create copy uniform to storage helpersTimothy Arceri2018-03-201-63/+91
* mesa: rework ParameterList to allow packingTimothy Arceri2018-03-201-6/+8
* mesa: add PackedDriverUniformStorage constTimothy Arceri2018-03-201-0/+3
* mesa: adjust incorrect comment in texture_buffer_rangeMarek Olšák2018-03-191-2/+2
* main/program_binary: In ProgramBinary set link status as LINKING_SKIPPEDJordan Justen2018-03-191-1/+1
* glsl: Remove api_enabled tracking for transform feedbackJordan Justen2018-03-191-3/+0
* mesa: RGB9_E5 invalid for CopyTexSubImage* in GLESJuan A. Suarez Romero2018-03-161-0/+14
* Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()"Samuel Pitoiset2018-03-151-0/+13