index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
3
-5
/
+2
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
1
-2
/
+2
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
1
-0
/
+1
*
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
2020-04-21
1
-3
/
+3
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
3
-3
/
+3
*
mesa: remove unused _mesa_draw_indirect
Marek Olšák
2020-02-14
1
-1
/
+1
*
meta: Add cleanup function for Bitmap
Yevhenii Kolesnikov
2020-01-08
1
-0
/
+17
*
meta: Cleanup function for DrawTex
Yevhenii Kolesnikov
2019-12-30
1
-0
/
+14
*
meta: leak of shader program when decompressing tex-images
Sergii Romantsov
2019-10-09
1
-0
/
+1
*
meta: leaking of BO with DrawPixels
Yevhenii Kolesnikov
2019-07-16
1
-0
/
+2
*
mesa: Give _mesa_format_get_color_encoding a clearer name.
Eric Anholt
2019-07-16
2
-5
/
+3
*
meta: memory leak of CopyPixels usage
Sergii Romantsov
2019-07-16
1
-0
/
+14
*
mesa: Replace MaxTextureLevels with MaxTextureSize.
Eric Anholt
2019-05-13
1
-1
/
+1
*
mesa: Add core support for EXT_multisampled_render_to_texture{,2}
Kristian H. Kristensen
2018-12-06
1
-1
/
+1
*
mesa: Collect all the draw functions in draw.{h,c}.
Mathias Fröhlich
2018-11-01
1
-0
/
+1
*
mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect
Mathias Fröhlich
2018-11-01
1
-2
/
+2
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-2
/
+3
*
mesa: add storageSamples parameter to renderbuffer functions
Marek Olšák
2018-08-04
1
-1
/
+1
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
1
-18
/
+14
*
mesa: drop the buffer mode param from the DrawBuffer driver function
Timothy Arceri
2018-04-27
1
-1
/
+1
*
mesa: merge the driver functions DrawBuffers and DrawBuffer
Timothy Arceri
2018-04-17
1
-1
/
+0
*
vbo: Remove the now unused vbo draw path.
Mathias Fröhlich
2018-03-31
1
-1
/
+1
*
mesa: Move vbo draw functions into dd_function_table.
Mathias Fröhlich
2018-03-22
1
-0
/
+5
*
mesa: Add flush_vertices to _mesa_bind_vertex_buffer.
Mathias Fröhlich
2018-02-23
1
-7
/
+9
*
mesa: Add flush_vertices to _mesa_{enable,disable}_vertex_array_attrib.
Mathias Fröhlich
2018-02-23
1
-7
/
+11
*
mesa: Provide an alternative to get_vp_mode()
Mathias Fröhlich
2018-02-23
1
-0
/
+2
*
mesa: reduce the size of gl_viewport_attrib
Marek Olšák
2018-02-13
1
-1
/
+1
*
mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unit
Marek Olšák
2018-02-13
1
-9
/
+9
*
mesa: change ctx->Color.ColorMask into a 32-bit bitmask
Marek Olšák
2018-02-04
3
-30
/
+21
*
mesa: replace GLenum with GLenum16 in common structures (v4)
Marek Olšák
2018-01-29
1
-1
/
+1
*
mesa: change gl_compile_status enums to uppercase
Brian Paul
2018-01-26
1
-1
/
+1
*
mesa: Pass the translated color logic op dd_function_table::LogicOpcode
Ian Romanick
2018-01-26
1
-1
/
+1
*
mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up
Marek Olšák
2018-01-06
1
-1
/
+0
*
meta: Don't pollute the texture namespace
Ian Romanick
2018-01-02
2
-29
/
+10
*
meta: Use _mesa_bind_texture instead of _mesa_BindTexture
Ian Romanick
2018-01-02
2
-5
/
+5
*
meta: Use _mesa_CreateTextures instead of _mesa_GenTextures
Ian Romanick
2018-01-02
1
-1
/
+1
*
meta: Track temporary textures using gl_texture_object instead of GL API obje...
Ian Romanick
2018-01-02
3
-17
/
+36
*
meta/blit: Track temporary texture using gl_texture_object instead of GL API ...
Ian Romanick
2018-01-02
2
-7
/
+7
*
meta/blit: Use _mesa_bind_texture instead of _mesa_BindTexture
Ian Romanick
2018-01-02
1
-1
/
+1
*
meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
2
-7
/
+6
*
meta/blit: Track source texture using gl_texture_object instead of GL API obj...
Ian Romanick
2018-01-02
2
-0
/
+2
*
meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return it
Ian Romanick
2018-01-02
2
-14
/
+14
*
meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
2
-9
/
+7
*
meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
2
-14
/
+10
*
meta/blit: Don't restore state of the temporary texture
Ian Romanick
2018-01-02
1
-21
/
+27
*
meta/blit: Check the values instead of the target before restoring
Ian Romanick
2018-01-02
1
-2
/
+6
*
meta: Fix ClearTexture with GL_DEPTH_COMPONENT.
Kenneth Graunke
2017-12-06
1
-9
/
+14
*
meta: Initialize depth/clear values on declaration.
Kenneth Graunke
2017-12-06
1
-5
/
+2
*
mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes
Brian Paul
2017-11-09
1
-1
/
+1
*
meta: Delete the PBO texsubimage path for real
Jason Ekstrand
2017-10-12
1
-495
/
+0
[next]