index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: 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
*
mesa: Make back_to_front_if_single_buffered non-static
Kenneth Graunke
2019-10-15
2
-5
/
+9
*
mesa: Use ctx->ReadBuffer in glReadBuffer back-to-front tests
Kenneth Graunke
2019-10-15
1
-4
/
+5
*
egl: Fixes transparency with EGL and X11.
Hal Gentz
2019-10-11
1
-0
/
+3
*
mesa/main: prefer R8-textures instead of A8 for glBitmap in display lists
Erik Faye-Lund
2019-10-09
2
-3
/
+11
*
mesa: Allow MESA_framebuffer_flip_y for GLES 3
Fritz Koenig
2019-10-08
4
-13
/
+62
*
mesa: don't forget to clear _Layer field on texture unit
Lionel Landwerlin
2019-10-01
1
-1
/
+1
*
mesa: Extension boilerplate for EXT_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-09-30
2
-0
/
+2
*
shader_enums: Move MAX_DRAW_BUFFERS to this file.
Eric Anholt
2019-09-27
1
-6
/
+1
*
Move blob from compiler/ to util/
Jason Ekstrand
2019-09-19
1
-1
/
+1
*
util/u_queue: track job size and limit the size of queue growth
Timothy Arceri
2019-09-19
1
-2
/
+2
*
mesa/gl: Sync with Khronos registry
Heinrich Fink
2019-09-16
1
-1
/
+1
*
mesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINT
Jiadong Zhu
2019-09-12
1
-3
/
+3
*
mesa/spirv: Set a few more extensions
Caio Marcelo de Oliveira Filho
2019-09-10
1
-0
/
+3
*
mesa: Eliminate gl_config::rgbMode
Adam Jackson
2019-09-09
3
-3
/
+0
*
mesa: Eliminate gl_config::have{Accum,Depth,Stencil}Buffer
Adam Jackson
2019-09-09
5
-15
/
+4
*
mesa: Remove unused gl_config::indexBits
Adam Jackson
2019-09-09
3
-4
/
+1
*
egl: Add GL_MESA_EGL_sync support
Heinrich Fink
2019-09-08
1
-0
/
+1
*
gallium: Plumb through a way to disable GLSL const lowering
Connor Abbott
2019-09-05
2
-0
/
+7
*
headers: remove redundant GL token from GL wrapper
Heinrich Fink
2019-09-05
1
-4
/
+0
*
teximage: ensure that Tex*SubImage* checks format
Ilia Mirkin
2019-09-04
1
-0
/
+9
*
mesa/main: remove unused include
Erik Faye-Lund
2019-09-02
1
-1
/
+0
*
mesa: Fix _mesa_float_to_unorm() on 32-bit systems.
Kenneth Graunke
2019-08-27
1
-1
/
+1
*
mesa: recover target_check before get_current_tex_objects
Jose Maria Casanova Crespo
2019-08-21
1
-7
/
+7
*
dri: Add config attributes for color channel shift
Kevin Strasser
2019-08-21
2
-3
/
+7
*
mesa/version: uncomment SPIR-V extensions
Alejandro PiƱeiro
2019-08-21
1
-2
/
+2
*
mesa/compiler: rework tear down of builtin/types
Lionel Landwerlin
2019-08-21
3
-7
/
+34
*
mesa: reverse no_error on compressed_tex_sub_image for TEX_MODE_CURRENT
Jose Maria Casanova Crespo
2019-08-20
1
-2
/
+2
*
mesa: add ext_dsa GetMultiTexLevelParameterEXT
Pierre-Eric Pelloux-Prayer
2019-08-19
3
-2
/
+57
*
mesa: add EXT_dsa glCompressedMultiTex* functions display list support
Pierre-Eric Pelloux-Prayer
2019-08-19
1
-0
/
+276
*
mesa: add EXT_dsa glCompressedMultiTex* functions
Pierre-Eric Pelloux-Prayer
2019-08-19
5
-12
/
+196
*
mesa: add EXT_dsa glCompressedTex* functions display list support
Pierre-Eric Pelloux-Prayer
2019-08-19
1
-0
/
+239
*
mesa: add EXT_dsa glCompressedTexture(Sub)Image1D/2D/3D functions
Pierre-Eric Pelloux-Prayer
2019-08-19
5
-6
/
+152
*
mesa: refactor compressed_tex_sub_image function
Pierre-Eric Pelloux-Prayer
2019-08-19
1
-101
/
+115
*
win32: unify strcasecmp definitions
Erik Faye-Lund
2019-08-15
1
-3
/
+0
*
mesa/main: avoid warning when casting offset to pointer
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
i965/spirv: Lower shared memory later
Caio Marcelo de Oliveira Filho
2019-08-10
1
-1
/
+0
*
mesa: be consistent on GL_TRUE/GL_FALSE & TRUE/FALSE
Lionel Landwerlin
2019-08-09
2
-3
/
+3
*
mesa: drop some p_compiler.h types
Lionel Landwerlin
2019-08-09
1
-2
/
+2
*
mesa/main: cast away constness
Erik Faye-Lund
2019-08-08
1
-1
/
+1
*
mesa: Use _mesa_delete_transform_feedback_object in drivers
Yevhenii Kolesnikov
2019-08-07
2
-17
/
+27
*
mesa: use _mesa_delete_query in drivers
Yevhenii Kolesnikov
2019-08-07
2
-2
/
+10
[next]