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
/
meta.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Use SATURATE
Alyssa Rosenzweig
2020-05-26
1
-1
/
+1
*
meta: Coalesce the GLSL and FF paths in meta_clear
Ian Romanick
2020-05-14
1
-14
/
+9
*
meta: Use same vertex coordinates for GLSL and FF clears
Ian Romanick
2020-05-14
1
-12
/
+8
*
meta: Stop frobbing MatrixMode
Ian Romanick
2020-05-14
1
-32
/
+21
*
meta: Remove support for clearing integer buffers
Ian Romanick
2020-05-14
1
-53
/
+2
*
mesa: extend _mesa_bind_vertex_buffer to take ownership of the buffer reference
Marek Olšák
2020-04-27
1
-7
/
+12
*
mesa: add offset_is_int32 param into _mesa_bind_vertex_buffer for glthread
Marek Olšák
2020-04-27
1
-7
/
+9
*
mesa: remove exec="dynamic" from Draw functions that are not really dynamic
Marek Olšák
2020-04-27
1
-1
/
+1
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-3
/
+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
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
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
*
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
*
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: 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: 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
1
-25
/
+16
*
mesa: change gl_compile_status enums to uppercase
Brian Paul
2018-01-26
1
-1
/
+1
*
meta: Don't pollute the texture namespace
Ian Romanick
2018-01-02
1
-15
/
+6
*
meta: Use _mesa_bind_texture instead of _mesa_BindTexture
Ian Romanick
2018-01-02
1
-3
/
+3
*
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
1
-13
/
+30
*
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: Unset the textures_used_by_txf bitfield.
Kenneth Graunke
2017-10-12
1
-0
/
+13
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
1
-1
/
+1
*
meta: do the full FBO completeness check in decompress_texture_image
Marek Olšák
2017-06-22
1
-0
/
+5
*
meta: Silence unused parameter warning
Ian Romanick
2017-06-20
1
-2
/
+2
*
mesa: create validate_buffer_sub_data() helper
Timothy Arceri
2017-05-17
1
-8
/
+4
*
mesa: pass rb attachment to _mesa_framebuffer_texture()
Timothy Arceri
2017-05-11
1
-2
/
+6
*
mesa: tidy up renderbuffer RefCount initialisation
Timothy Arceri
2017-04-06
1
-2
/
+0
*
mesa: move FLUSH_VERTICES() call to meta
Timothy Arceri
2017-03-31
1
-7
/
+10
*
mesa/glsl: introduce new gl_compile_status enum
Timothy Arceri
2017-03-12
1
-1
/
+1
*
mesa: retain gl_shader_programs after glDeleteProgram if they are in use
Timothy Arceri
2017-02-16
1
-1
/
+1
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
1
-20
/
+8
*
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
2016-11-19
1
-2
/
+3
*
meta/GetTexSubImage: Account for GL_PACK_SKIP_IMAGES on compressed textures
Eduardo Lima Mitev
2016-11-15
1
-3
/
+17
*
drivers/meta: Accept GL_TEXTURE_3D as target for tex image decompression
Eduardo Lima Mitev
2016-10-28
1
-4
/
+0
[next]