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: update some old-style (K&R?) function pointer calls
Brian Paul
2015-11-20
6
-7
/
+7
*
glsl: add subroutine index qualifier support
Timothy Arceri
2015-11-21
2
-0
/
+8
*
mesa: remove unused var in _mesa_PushDebugGroup()
Brian Paul
2015-11-20
1
-1
/
+0
*
mesa: whitespaces fixes in _mesa_one_time_init_extension_overrides()
Brian Paul
2015-11-20
1
-6
/
+7
*
mesa: re-enable KHR_debug for ES contexts
Boyan Ding
2015-11-20
1
-1
/
+1
*
main: Don't restrict several KHR_debug enum to desktop GL
Boyan Ding
2015-11-20
2
-12
/
+3
*
mesa: use the correct string for the ES GL_KHR_debug functions
Emil Velikov
2015-11-20
3
-19
/
+77
*
mesa: Extension tracking for EXT_shader_samples_indentical
Ian Romanick
2015-11-19
2
-0
/
+2
*
mesa: Add test for sorted extension table
Nanley Chery
2015-11-19
2
-0
/
+52
*
mesa/extensions: Sort the extension table alphabetically
Nanley Chery
2015-11-19
1
-81
/
+93
*
mesa: enable EXT_blend_func_extended if the driver supports the ARB version
Ryan Houdek
2015-11-19
1
-0
/
+1
*
mesa: allow MAX_DUAL_SOURCE_DRAW_BUFFERS to be available to ES
Ryan Houdek
2015-11-19
1
-1
/
+3
*
mesa: enable usage of blend_func_extended blend factors in GLES2
Ryan Houdek
2015-11-19
1
-3
/
+3
*
glapi: add EXT_blend_func_extended XML definitions
Ryan Houdek
2015-11-19
1
-0
/
+8
*
mesa: Don't expose GL_EXT_shader_integer_mix in GLES 1.x
Ian Romanick
2015-11-18
1
-1
/
+1
*
mesa: do runtime validation of precision varyings only on ES
Tapani Pälli
2015-11-17
1
-3
/
+13
*
mesa: minor comment fix in blend.c
Brian Paul
2015-11-13
1
-1
/
+1
*
mesa: Replace gl_extensions::EXT_texture3D with ::dummy_true
Nanley Chery
2015-11-12
3
-4
/
+2
*
mesa: fix MSVC build break in extensions.h
Brian Paul
2015-11-12
1
-1
/
+3
*
mesa: In helpers, only check driver capability for meta
Nanley Chery
2015-11-12
3
-1
/
+8
*
mesa/extensions: Prefix global struct and extension type
Nanley Chery
2015-11-12
2
-23
/
+23
*
mesa: Generate a helper function for each extension
Nanley Chery
2015-11-12
3
-22
/
+44
*
mesa/extensions: Replace extension::api_set with ::version
Nanley Chery
2015-11-12
2
-336
/
+331
*
mesa/extensions: Use _mesa_extension_supported()
Nanley Chery
2015-11-12
2
-46
/
+14
*
mesa/extensions: Create _mesa_extension_supported()
Nanley Chery
2015-11-12
1
-0
/
+18
*
mesa/extensions: Add extension::version
Nanley Chery
2015-11-12
2
-320
/
+334
*
mesa/extensions: Move entries entries to separate file
Nanley Chery
2015-11-12
2
-325
/
+326
*
mesa/extensions: Wrap array entries in macros
Nanley Chery
2015-11-12
1
-327
/
+328
*
mesa/extensions: Remove array sentinel
Nanley Chery
2015-11-12
1
-18
/
+25
*
mesa: validate precision of varyings during ValidateProgramPipeline
Tapani Pälli
2015-11-12
3
-0
/
+80
*
mesa: add ARB_enhanced_layouts
Timothy Arceri
2015-11-12
2
-0
/
+2
*
mesa/copyimage: allow width/height to not be multiples of block
Ilia Mirkin
2015-11-11
1
-3
/
+34
*
mesa: remove old comments in arrayobj.c
Brian Paul
2015-11-11
1
-5
/
+0
*
glsl: Lower UBO and SSBO access in glsl linker
Kristian Høgsberg Kristensen
2015-11-10
1
-0
/
+2
*
mesa: report enum name in glClientActiveTexture() error string
Brian Paul
2015-11-05
1
-1
/
+2
*
meta: Support 16x MSAA in the multisample scaled blit shader
Neil Roberts
2015-11-05
1
-1
/
+14
*
mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch list
Ilia Mirkin
2015-11-04
1
-0
/
+3
*
mesa: expose support for GL_EXT_buffer_storage
Ryan Houdek
2015-11-04
1
-0
/
+1
*
mesa: rename UniformBlockStageIndex to InterfaceBlockStageIndex
Jordan Justen
2015-11-03
4
-10
/
+11
*
mesa: Add spec citations for DispatchCompute*
Jordan Justen
2015-11-02
1
-5
/
+29
*
mesa: Update DispatchComputeIndirect errors for indirect parameter
Jordan Justen
2015-11-02
1
-6
/
+5
*
mesa: fix uniforms calculation in glGetProgramiv
Tapani Pälli
2015-11-02
1
-2
/
+12
*
mesa: fix program resource queries for atomic counter buffers
Tapani Pälli
2015-11-02
1
-2
/
+26
*
mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ES
Ryan Houdek
2015-11-01
1
-0
/
+2
*
mesa/sso: Add compute shader support
Jordan Justen
2015-11-01
2
-1
/
+12
*
mesa/sso: Add MESA_VERBOSE=api trace support
Jordan Justen
2015-11-01
1
-0
/
+33
*
main/get: Add MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS
Jordan Justen
2015-11-01
1
-0
/
+1
*
mesa: add infra for ARB_shader_clock
Emil Velikov
2015-10-30
2
-0
/
+2
*
main: fix basename match's check if it's an array or struct
Samuel Iglesias Gonsalvez
2015-10-30
1
-1
/
+2
*
mesa: Enable ASTC in GLES' [NUM_]COMPRESSED_TEXTURE_FORMATS queries
Nanley Chery
2015-10-29
1
-22
/
+63
[next]