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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Don't write to user buffer in glGetTexParameterIuiv on error
Ian Romanick
2018-03-12
1
-26
/
+2
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
5
-106
/
+28
*
mesa: Silence unused parameter warnings from TEXSTORE_PARAMS
Ian Romanick
2018-03-02
2
-13
/
+27
*
mesa: Expose EXT_shader_framebuffer_fetch(_non_coherent) on desktop and embed...
Francisco Jerez
2018-02-24
1
-1
/
+2
*
mesa: Implement glFramebufferFetchBarrierEXT entry point.
Francisco Jerez
2018-02-24
3
-2
/
+24
*
mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.
Francisco Jerez
2018-02-24
5
-9
/
+8
*
mesa: Rename dd_function_table::BlendBarrier to match latest EXT spec.
Francisco Jerez
2018-02-24
2
-4
/
+4
*
mesa: Update vertex processing mode on _mesa_UseProgram.
Mathias Fröhlich
2018-02-23
1
-0
/
+2
*
mesa: rename has_core_gs -> has_gs in get_programiv
Marek Olšák
2018-02-23
1
-5
/
+5
*
mesa: replace some API_OPENGL_CORE checks with _mesa_is_desktop_gl
Marek Olšák
2018-02-23
2
-4
/
+4
*
mesa: add some of missing compatibility support for ARB_bindless_texture
Marek Olšák
2018-02-23
2
-8
/
+9
*
mesa: expose ARB_enhanced_layouts in the compatibility profile
Marek Olšák
2018-02-23
1
-1
/
+1
*
mesa: enable OpenGL 3.1 with ARB_compatibility
Marek Olšák
2018-02-23
1
-6
/
+10
*
mesa: implement ARB_compatibility
Marek Olšák
2018-02-23
2
-0
/
+2
*
mesa: add missing RGB9_E5 format in _mesa_base_fbo_format
Juan A. Suarez Romero
2018-02-23
1
-0
/
+3
*
mesa: Use atomics for shared VAO reference counts.
Mathias Fröhlich
2018-02-23
3
-5
/
+46
*
mesa: Add flush_vertices to _mesa_bind_vertex_buffer.
Mathias Fröhlich
2018-02-23
3
-9
/
+10
*
mesa: Make _mesa_vertex_attrib_binding public.
Mathias Fröhlich
2018-02-23
2
-18
/
+27
*
mesa: Add flush_vertices to _mesa_{enable,disable}_vertex_array_attrib.
Mathias Fröhlich
2018-02-23
3
-15
/
+23
*
mesa: Introduce a yet unused _DrawVAO.
Mathias Fröhlich
2018-02-23
7
-0
/
+69
*
mesa: Provide an alternative to get_vp_mode()
Mathias Fröhlich
2018-02-23
8
-0
/
+72
*
mesa: add xbgr support adjacent to xrgb
Ilia Mirkin
2018-02-19
1
-1
/
+3
*
mesa: Move compute_num_levels from st_gen_mipmap.c to mipmap.c.
Kenneth Graunke
2018-02-16
2
-0
/
+28
*
mesa: don't clamp just based on ARB_viewport_array extension
Gurchetan Singh
2018-02-15
1
-3
/
+2
*
mesa: add glsl version query (v4)
Vadym Shovkoplias
2018-02-13
5
-0
/
+103
*
mesa: add missing switch case for EXTRA_VERSION_40 in check_extra()
Brian Paul
2018-02-13
1
-0
/
+5
*
Partially revert "mesa: use GLenum16 in a few more places"
Mark Janes
2018-02-13
1
-1
/
+1
*
Revert "mesa: reduce the size of gl_texture_image"
Mark Janes
2018-02-13
1
-24
/
+23
*
mesa: reduce the size of gl_texture_image
Marek Olšák
2018-02-13
1
-23
/
+24
*
mesa,glsl,nir: reduce gl_state_index size to 2 bytes
Marek Olšák
2018-02-13
3
-3
/
+3
*
mesa: reduce the size of gl_viewport_attrib
Marek Olšák
2018-02-13
1
-1
/
+1
*
mesa: reduce the size of gl_texture_object
Marek Olšák
2018-02-13
2
-30
/
+30
*
mesa: reduce the size of gl_program
Marek Olšák
2018-02-13
1
-2
/
+2
*
mesa: reduce the size of gl_image_unit (v2)
Marek Olšák
2018-02-13
2
-7
/
+8
*
mesa: further reduce the size of ctx->Texture
Marek Olšák
2018-02-13
2
-23
/
+26
*
mesa: decrease the array size of ctx->Texture.FixedFuncUnit to 8
Marek Olšák
2018-02-13
5
-2
/
+37
*
mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unit
Marek Olšák
2018-02-13
13
-106
/
+164
*
mesa: inline init_texture_unit
Marek Olšák
2018-02-13
1
-51
/
+39
*
mesa: use GLenum16 in a few more places
Marek Olšák
2018-02-13
1
-3
/
+3
*
mesa: Only update enabled VAO gl_vertex_array entries.
Mathias Fröhlich
2018-02-09
2
-15
/
+22
*
mesa: Fix VAO buffer object tracking.
Mathias Fröhlich
2018-02-09
1
-0
/
+2
*
mesa: fix incorrect type when allocating arrays
Andres Rodriguez
2018-02-07
1
-4
/
+4
*
glapi: Don't search through subdirs from glapitable.h
Dylan Baker
2018-02-06
1
-0
/
+2
*
meson: fix test source name for static glapi
Dylan Baker
2018-02-06
1
-1
/
+1
*
mesa: rename gl_vertex_array_object::_VertexAttrib -> _VertexArray
Brian Paul
2018-02-06
3
-10
/
+9
*
mesa: minor whitespace fixes, line wrapping in texcompress.c
Brian Paul
2018-02-06
1
-12
/
+14
*
mesa: simplify _mesa_get_compressed_formats()
Brian Paul
2018-02-06
1
-117
/
+83
*
mesa: Factor out _mesa_disable_vertex_array_attrib.
Mathias Fröhlich
2018-02-06
4
-80
/
+75
*
mesa: Use atomics for buffer objects reference counts.
Mathias Fröhlich
2018-02-06
2
-17
/
+7
*
mesa: add OES_EGL_image_external_essl3 support
Ilia Mirkin
2018-02-06
1
-0
/
+1
[next]