summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
AgeCommit message (Expand)AuthorFilesLines
2018-05-17mesa: Remove flush_vertices argument from VAO methods.Mathias Fröhlich1-18/+14
2018-04-27mesa: drop the buffer mode param from the DrawBuffer driver functionTimothy Arceri1-1/+1
2018-04-17mesa: merge the driver functions DrawBuffers and DrawBufferTimothy Arceri1-1/+0
2018-03-31vbo: Remove the now unused vbo draw path.Mathias Fröhlich1-1/+1
2018-03-22mesa: Move vbo draw functions into dd_function_table.Mathias Fröhlich1-0/+5
2018-02-23mesa: Add flush_vertices to _mesa_bind_vertex_buffer.Mathias Fröhlich1-7/+9
2018-02-23mesa: Add flush_vertices to _mesa_{enable,disable}_vertex_array_attrib.Mathias Fröhlich1-7/+11
2018-02-23mesa: Provide an alternative to get_vp_mode()Mathias Fröhlich1-0/+2
2018-02-13mesa: reduce the size of gl_viewport_attribMarek Olšák1-1/+1
2018-02-13mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák1-9/+9
2018-02-04mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák3-30/+21
2018-01-29mesa: replace GLenum with GLenum16 in common structures (v4)Marek Olšák1-1/+1
2018-01-26mesa: change gl_compile_status enums to uppercaseBrian Paul1-1/+1
2018-01-26mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick1-1/+1
2018-01-06mesa: remove dd_function_table::GetCompressedTexSubImage and clean it upMarek Olšák1-1/+0
2018-01-02meta: Don't pollute the texture namespaceIan Romanick2-29/+10
2018-01-02meta: Use _mesa_bind_texture instead of _mesa_BindTextureIan Romanick2-5/+5
2018-01-02meta: Use _mesa_CreateTextures instead of _mesa_GenTexturesIan Romanick1-1/+1
2018-01-02meta: Track temporary textures using gl_texture_object instead of GL API obje...Ian Romanick3-17/+36
2018-01-02meta/blit: Track temporary texture using gl_texture_object instead of GL API ...Ian Romanick2-7/+7
2018-01-02meta/blit: Use _mesa_bind_texture instead of _mesa_BindTextureIan Romanick1-1/+1
2018-01-02meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_imageIan Romanick2-7/+6
2018-01-02meta/blit: Track source texture using gl_texture_object instead of GL API obj...Ian Romanick2-0/+2
2018-01-02meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return itIan Romanick2-14/+14
2018-01-02meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_imageIan Romanick2-9/+7
2018-01-02meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_imageIan Romanick2-14/+10
2018-01-02meta/blit: Don't restore state of the temporary textureIan Romanick1-21/+27
2018-01-02meta/blit: Check the values instead of the target before restoringIan Romanick1-2/+6
2017-12-06meta: Fix ClearTexture with GL_DEPTH_COMPONENT.Kenneth Graunke1-9/+14
2017-12-06meta: Initialize depth/clear values on declaration.Kenneth Graunke1-5/+2
2017-11-09mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexesBrian Paul1-1/+1
2017-10-12meta: Delete the PBO texsubimage path for realJason Ekstrand1-495/+0
2017-10-12meta: Delete the PBO texture upload/download pathJason Ekstrand1-17/+0
2017-10-12meta: Unset the textures_used_by_txf bitfield.Kenneth Graunke1-0/+13
2017-08-06mesa: add support for memory object creation/import/deleteAndres Rodriguez1-0/+4
2017-07-17meta: Actually initialize ImmutableLevels to 1.Kenneth Graunke1-0/+1
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák1-1/+1
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák1-1/+1
2017-06-22meta: do the full FBO completeness check in decompress_texture_imageMarek Olšák1-0/+5
2017-06-20meta/blit: Silence unused parameter warningIan Romanick1-2/+2
2017-06-20meta: Silence unused parameter warningIan Romanick1-2/+2
2017-05-17mesa: create validate_buffer_sub_data() helperTimothy Arceri2-10/+5
2017-05-11mesa: pass rb attachment to _mesa_framebuffer_texture()Timothy Arceri1-2/+6
2017-04-06mesa: tidy up renderbuffer RefCount initialisationTimothy Arceri1-2/+0
2017-03-31mesa: move FLUSH_VERTICES() call to metaTimothy Arceri1-7/+10
2017-03-29mesa: remove dd_function_table::BindProgramMarek Olšák1-1/+0
2017-03-16mesa: Add SetBackgroundContext to dd_function_tablePaul Berry1-0/+3
2017-03-12mesa/glsl: introduce new gl_compile_status enumTimothy Arceri1-1/+1
2017-02-16mesa: retain gl_shader_programs after glDeleteProgram if they are in useTimothy Arceri1-1/+1
2017-01-27meta: Refactor texture format translationTopi Pohjolainen1-6/+3