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
*
main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv()
Martin Peres
2015-05-06
1
-0
/
+12
*
mesa: support compute stage in _mesa_program_resource_prop
Tapani Pälli
2015-05-06
1
-6
/
+16
*
mesa: fix shininess check for ffvertex_prog v2
Tim Rowley
2015-05-05
1
-1
/
+1
*
mesa/es3.1: Add _mesa_is_gles31 helper
Ian Romanick
2015-05-04
1
-1
/
+11
*
mesa: Use bool in _mesa_is_ helpers instead of GLboolean
Ian Romanick
2015-05-04
1
-4
/
+4
*
mesa: Trivial coding standards cleanups
Ian Romanick
2015-05-04
1
-15
/
+10
*
mesa: Use bool instead of GLboolean
Ian Romanick
2015-05-04
1
-158
/
+157
*
mesa: Restore functionality to dispatch sanity test
Ian Romanick
2015-05-04
1
-6
/
+43
*
glsl: Keep track of the early_fragment_tests flag in gl_shader.
Francisco Jerez
2015-05-04
1
-0
/
+6
*
mesa: Update image unit state when glBindImageTexture is called with texture=0.
Francisco Jerez
2015-05-04
1
-16
/
+15
*
mesa: Initialize image units to default state on context creation.
Francisco Jerez
2015-05-04
3
-0
/
+21
*
mesa: Implement image uniform queries.
Francisco Jerez
2015-05-04
1
-1
/
+3
*
mesa: Validate original image internal format rather than derived mesa format.
Francisco Jerez
2015-05-04
1
-3
/
+3
*
mesa: Call _mesa_test_texobj_completeness() before using _MaxLevel in image v...
Francisco Jerez
2015-05-04
1
-3
/
+4
*
mesa: Add support for binding a buffer texture to a shader image unit.
Francisco Jerez
2015-05-04
1
-31
/
+42
*
mesa: Add extern "C" guards to shaderimage.h to allow inclusion from C++ code.
Francisco Jerez
2015-05-04
1
-0
/
+8
*
mesa: Export shader image format to mesa format conversion function.
Francisco Jerez
2015-05-04
2
-5
/
+12
*
main/cs: Implement front end code for glDispatchCompute().
Paul Berry
2015-05-02
1
-1
/
+19
*
mesa/cs: Add DispatchCompute() to driver function table.
Paul Berry
2015-05-02
1
-0
/
+7
*
mesa/cs: Add compute support to update_program().
Paul Berry
2015-05-02
1
-0
/
+21
*
mesa: add GL_OES_EGL_sync
Marek Olšák
2015-04-30
1
-0
/
+1
*
util/macros: Move DIV_ROUND_UP to util/macros.h
Axel Davy
2015-04-29
1
-4
/
+1
*
mesa: Fix glGetProgramiv(GL_ACTIVE_ATTRIBUTES).
Jose Fonseca
2015-04-29
1
-2
/
+4
*
mesa: remove unneeded #include colortab.h
Brian Paul
2015-04-28
1
-1
/
+0
*
mesa: remove unused options var in compile_shader()
Brian Paul
2015-04-28
1
-3
/
+0
*
mesa: fix up GLSL version when computing GL version
Ilia Mirkin
2015-04-27
1
-0
/
+17
*
mesa: the function name appears to have a gl prefix already
Ilia Mirkin
2015-04-27
1
-2
/
+2
*
Fix a few typos
Zoë Blade
2015-04-27
3
-3
/
+3
*
mesa: add support for exposing up to GL4.2
Ilia Mirkin
2015-04-24
1
-1
/
+45
*
mesa: put more info in glTexImage GL_OUT_OF_MEMORY error message
Brian Paul
2015-04-24
1
-1
/
+3
*
mesa: fix glGetActiveUniformsiv regression
Tapani Pälli
2015-04-24
1
-4
/
+16
*
mesa: refactor active attrib queries for glGetProgramiv
Tapani Pälli
2015-04-24
1
-25
/
+14
*
mesa: finish implementing ARB_texture_stencil8 (v5)
Dave Airlie
2015-04-23
4
-5
/
+58
*
mesa: remove the gl_sl_pragmas structure
Jason Ekstrand
2015-04-22
2
-19
/
+0
*
mesa: Fix typo in a comment
Anuj Phogat
2015-04-22
1
-2
/
+2
*
mesa: add check for NV_texture_barrier in _mesa_TextureBarrierNV()
Brian Paul
2015-04-22
1
-0
/
+6
*
main: silence missing return value warning in array_index_of_resource()
Brian Paul
2015-04-22
1
-0
/
+1
*
main: remove __FUNCTION__ defined because it is obsolete
Marius Predut
2015-04-21
1
-5
/
+0
*
mesa: add missing break in switch statement
Tapani Pälli
2015-04-21
1
-1
/
+1
*
mesa: fix UBO queries for active uniforms
Tapani Pälli
2015-04-21
1
-1
/
+11
*
mesa/main: add autogenerated format-info.c to gitignore
Connor Abbott
2015-04-17
1
-0
/
+1
*
mesa,glsl: rename `interface` to `programInterface`.
Jose Fonseca
2015-04-16
2
-21
/
+21
*
mesa: refactor GetUniformBlockIndex
Tapani Pälli
2015-04-16
1
-6
/
+6
*
mesa: refactor GetUniformIndices
Tapani Pälli
2015-04-16
1
-3
/
+3
*
mesa: refactor GetUniformLocation
Tapani Pälli
2015-04-16
1
-18
/
+1
*
mesa: refactor GetActiveUniformBlockName
Tapani Pälli
2015-04-16
1
-13
/
+5
*
mesa: remove unused _mesa_get_uniform_name
Tapani Pälli
2015-04-16
2
-44
/
+0
*
mesa: refactor GetActiveUniformName
Tapani Pälli
2015-04-16
1
-9
/
+2
*
mesa: refactor GetActiveUniform
Tapani Pälli
2015-04-16
1
-17
/
+16
*
mesa: refactor GetTransformFeedbackVarying
Tapani Pälli
2015-04-16
1
-7
/
+12
[next]