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: Prepare for the MESA_FORMAT_* enum to be sparse.
Eric Anholt
2019-11-07
3
-4
/
+21
*
mesa: Stop defining a full separate format for RGBA_UINT8.
Eric Anholt
2019-11-07
3
-6
/
+7
*
mesa/imports: let the build system detect strtok_r()
Eric Engestrom
2019-11-05
1
-1
/
+1
*
mesa: fix call to _mesa_lookup_vao_err
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-1
/
+1
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
6
-12
/
+12
*
mesa/main: delete now unused _mesa_little_endian
Dylan Baker
2019-11-05
1
-12
/
+0
*
mesa/main: replace uses of _mesa_little_endian with preprocessor
Dylan Baker
2019-11-05
6
-21
/
+49
*
mesa: add EXT_dsa glGetVertexArray* 4 functions
Pierre-Eric Pelloux-Prayer
2019-11-05
3
-4
/
+279
*
mesa: extract helper function from _mesa_GetPointerv
Pierre-Eric Pelloux-Prayer
2019-11-05
2
-29
/
+47
*
mesa: add EXT_dsa EnableVertexArrayAttribEXT / DisableVertexArrayAttribEXT
Pierre-Eric Pelloux-Prayer
2019-11-05
3
-2
/
+38
*
mesa: add EXT_dsa glEnableVertexArrayEXT / glDisableVertexArrayEXT
Pierre-Eric Pelloux-Prayer
2019-11-05
3
-2
/
+69
*
mesa: add gl_vertex_array_object parameter to client state helpers
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-22
/
+25
*
mesa: add EXT_dsa glVertexArray* functions implementation
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-0
/
+308
*
mesa: add vao/vbo lookup helper for EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-0
/
+32
*
mesa: rework _mesa_lookup_vao_err to allow usage from EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-11-05
3
-18
/
+36
*
mesa: add EXT_dsa glVertexArray* functions declarations
Pierre-Eric Pelloux-Prayer
2019-11-05
3
-11
/
+148
*
mesa: pass vao as a function paramter
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-60
/
+94
*
mesa: check draw buffer completeness on glClearBufferfi/glClearBufferiv
Lionel Landwerlin
2019-11-02
1
-0
/
+12
*
main: fix several 'may be used uninitialized' warnings
Andrii Simiklit
2019-10-31
1
-0
/
+2
*
mesa: enable ARB_gpu_shader_int64 in compat profile
Tapani Pälli
2019-10-30
2
-39
/
+39
*
mesa: add [Program]Uniform*64ARB display list support
Tapani Pälli
2019-10-30
1
-0
/
+979
*
mesa/main: Ignore filter state for MS texture completeness
Illia Iorin
2019-10-25
1
-3
/
+22
*
Revert "mesa/main: Fix multisample texture initialize"
Illia Iorin
2019-10-25
1
-25
/
+13
*
gallium: Fix a bunch of undefined left-shifts in u_format_*
Adam Jackson
2019-10-24
1
-3
/
+3
*
mesa: Redefine the RG formats as array formats.
Eric Anholt
2019-10-20
8
-62
/
+32
*
mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.
Eric Anholt
2019-10-20
7
-39
/
+25
*
mesa: Replace the LA16_UNORM packed formats with one array format.
Eric Anholt
2019-10-20
5
-8
/
+5
*
Revert "egl: Fixes transparency with EGL and X11."
Hal Gentz
2019-10-18
1
-3
/
+0
*
mesa/main: GL_GEOMETRY_SHADER_INVOCATIONS exists in GL_OES_geometry_shader
Iago Toral Quiroga
2019-10-18
1
-1
/
+3
*
mesa: implement glTextureStorageNDEXT functions
Pierre-Eric Pelloux Prayer
2019-10-18
1
-38
/
+24
*
mesa: add EXT_dsa NamedCopyBufferSubDataEXT function
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-2
/
+31
*
mesa: add EXT_dsa NamedRenderbufferStorageMultisampleEXT function
Pierre-Eric Pelloux-Prayer
2019-10-18
2
-0
/
+24
*
mesa: add EXT_dsa Generate*MipmapEXT functions
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-2
/
+35
*
mesa: refactor GenerateTextureMipmap handling
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-32
/
+25
*
mesa: add EXT_dsa glGetFloati_vEXT/glGetDoublei_vEXT
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-2
/
+0
*
mesa: add EXT_dsa + EXT_gpu_program_parameters functions
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-15
/
+45
*
mesa: add EXT_dsa + EXT_gpu_shader4 functions
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-8
/
+1
*
mesa: add EXT_dsa + EXT_texture_integer functions
Pierre-Eric Pelloux-Prayer
2019-10-18
4
-8
/
+292
*
mesa: add EXT_dsa + EXT_texture_buffer_object functions
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-2
/
+69
*
mesa: add EXT_dsa glProgramUniform*EXT functions
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-25
/
+2
*
mesa: add EXT_dsa NamedProgram functions
Pierre-Eric Pelloux-Prayer
2019-10-18
4
-72
/
+404
*
mesa: add EXT_dsa glClientAttribDefaultEXT / glPushClientAttribDefaultEXT
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-2
/
+83
*
mesa: add EXT_dsa glNamedRenderbufferStorageEXT and glGetNamedRenderbufferPar...
Pierre-Eric Pelloux-Prayer
2019-10-18
3
-2
/
+43
*
mesa: Refactor the entirety of _mesa_format_matches_format_and_type().
Eric Anholt
2019-10-17
6
-642
/
+111
*
mesa: Add support for array formats of depth and stencil.
Eric Anholt
2019-10-17
6
-8
/
+83
*
mesa: Add format/type matching for DEPTH/UINT_24_8.
Eric Anholt
2019-10-17
1
-0
/
+2
*
mesa: Fix depth/stencil ordering in _mesa_format_from_format_and_type().
Eric Anholt
2019-10-17
1
-1
/
+1
*
mesa: Add debug info to _mesa_format_from_format_and_type() error path.
Eric Anholt
2019-10-17
1
-0
/
+4
*
mesa: fix invalid target error handling for teximage
Pierre-Eric Pelloux-Prayer
2019-10-16
1
-7
/
+8
*
mesa: Handle pbuffers in desktop GL framebuffer attachment queries
Kenneth Graunke
2019-10-15
1
-5
/
+7
[next]