aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-213-5/+2
* mesa|mapi: replace _mesa_[v]snprintf with [v]snprintfDylan Baker2020-04-211-2/+2
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-211-0/+1
* replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker2020-04-211-3/+3
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-273-3/+3
* mesa: remove unused _mesa_draw_indirectMarek Olšák2020-02-141-1/+1
* meta: Add cleanup function for BitmapYevhenii Kolesnikov2020-01-081-0/+17
* meta: Cleanup function for DrawTexYevhenii Kolesnikov2019-12-301-0/+14
* meta: leak of shader program when decompressing tex-imagesSergii Romantsov2019-10-091-0/+1
* meta: leaking of BO with DrawPixelsYevhenii Kolesnikov2019-07-161-0/+2
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-162-5/+3
* meta: memory leak of CopyPixels usageSergii Romantsov2019-07-161-0/+14
* mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt2019-05-131-1/+1
* mesa: Add core support for EXT_multisampled_render_to_texture{,2}Kristian H. Kristensen2018-12-061-1/+1
* mesa: Collect all the draw functions in draw.{h,c}.Mathias Fröhlich2018-11-011-0/+1
* mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirectMathias Fröhlich2018-11-011-2/+2
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-071-2/+3
* mesa: add storageSamples parameter to renderbuffer functionsMarek Olšák2018-08-041-1/+1
* mesa: Remove flush_vertices argument from VAO methods.Mathias Fröhlich2018-05-171-18/+14
* mesa: drop the buffer mode param from the DrawBuffer driver functionTimothy Arceri2018-04-271-1/+1
* mesa: merge the driver functions DrawBuffers and DrawBufferTimothy Arceri2018-04-171-1/+0
* vbo: Remove the now unused vbo draw path.Mathias Fröhlich2018-03-311-1/+1
* mesa: Move vbo draw functions into dd_function_table.Mathias Fröhlich2018-03-221-0/+5
* mesa: Add flush_vertices to _mesa_bind_vertex_buffer.Mathias Fröhlich2018-02-231-7/+9
* mesa: Add flush_vertices to _mesa_{enable,disable}_vertex_array_attrib.Mathias Fröhlich2018-02-231-7/+11
* mesa: Provide an alternative to get_vp_mode()Mathias Fröhlich2018-02-231-0/+2
* mesa: reduce the size of gl_viewport_attribMarek Olšák2018-02-131-1/+1
* mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák2018-02-131-9/+9
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-043-30/+21
* mesa: replace GLenum with GLenum16 in common structures (v4)Marek Olšák2018-01-291-1/+1
* mesa: change gl_compile_status enums to uppercaseBrian Paul2018-01-261-1/+1
* mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick2018-01-261-1/+1
* mesa: remove dd_function_table::GetCompressedTexSubImage and clean it upMarek Olšák2018-01-061-1/+0
* meta: Don't pollute the texture namespaceIan Romanick2018-01-022-29/+10
* meta: Use _mesa_bind_texture instead of _mesa_BindTextureIan Romanick2018-01-022-5/+5
* meta: Use _mesa_CreateTextures instead of _mesa_GenTexturesIan Romanick2018-01-021-1/+1
* meta: Track temporary textures using gl_texture_object instead of GL API obje...Ian Romanick2018-01-023-17/+36
* meta/blit: Track temporary texture using gl_texture_object instead of GL API ...Ian Romanick2018-01-022-7/+7
* meta/blit: Use _mesa_bind_texture instead of _mesa_BindTextureIan Romanick2018-01-021-1/+1
* meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-7/+6
* meta/blit: Track source texture using gl_texture_object instead of GL API obj...Ian Romanick2018-01-022-0/+2
* meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return itIan Romanick2018-01-022-14/+14
* meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-9/+7
* meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-14/+10
* meta/blit: Don't restore state of the temporary textureIan Romanick2018-01-021-21/+27
* meta/blit: Check the values instead of the target before restoringIan Romanick2018-01-021-2/+6
* meta: Fix ClearTexture with GL_DEPTH_COMPONENT.Kenneth Graunke2017-12-061-9/+14
* meta: Initialize depth/clear values on declaration.Kenneth Graunke2017-12-061-5/+2
* mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexesBrian Paul2017-11-091-1/+1
* meta: Delete the PBO texsubimage path for realJason Ekstrand2017-10-121-495/+0