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
/
context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/sso: Implement ValidateProgramPipeline
Gregory Hainaut
2014-03-25
1
-0
/
+10
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-3
/
+3
*
Add the EGL_MESA_configless_context extension
Neil Roberts
2014-03-12
1
-20
/
+62
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-3
/
+3
*
mesa/sso: Add pipeline container/state
Gregory Hainaut
2014-02-21
1
-0
/
+3
*
mesa: Refactor per-stage link check to its own function
Ian Romanick
2014-02-21
1
-68
/
+34
*
mesa: remove duplicated init of MaxViewports
Maxence Le Doré
2014-02-09
1
-3
/
+0
*
main/get: support ARB_gpu_shader5
Jordan Justen
2014-02-06
1
-0
/
+4
*
mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_COUNT constant.
Paul Berry
2014-02-05
1
-0
/
+3
*
mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_INVOCATIONS constant.
Paul Berry
2014-02-05
1
-0
/
+1
*
mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_SIZE constant.
Paul Berry
2014-02-05
1
-0
/
+5
*
mesa/cs: Add a MESA_SHADER_COMPUTE stage and update switch statements.
Paul Berry
2014-02-05
1
-0
/
+8
*
mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.
Kenneth Graunke
2014-02-03
1
-2
/
+2
*
mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.
Kenneth Graunke
2014-02-03
1
-2
/
+2
*
mesa: Set gl_constants::MinMapBufferAlignment to 64 by default
Siavash Eliasi
2014-01-29
1
-1
/
+1
*
mesa: Set gl_constants::MinMapBufferAlignment
Ian Romanick
2014-01-23
1
-0
/
+1
*
mesa: Remove ad-hoc arrays of gl_shader_program.
Paul Berry
2014-01-21
1
-5
/
+1
*
mesa: Fold long lines introduced by the previous patch.
Paul Berry
2014-01-21
1
-2
/
+4
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-15
/
+15
*
mesa: Set all scissor rects
Ian Romanick
2014-01-20
1
-1
/
+1
*
mesa: Initialize all the viewports
Ian Romanick
2014-01-20
1
-9
/
+20
*
mesa: Add an index parameter to _mesa_set_scissor
Ian Romanick
2014-01-20
1
-1
/
+1
*
mesa: Add an index parameter to _mesa_set_viewport
Ian Romanick
2014-01-20
1
-1
/
+1
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
1
-7
/
+11
*
mesa: Add new constants related to GL_ARB_viewport_array
Ian Romanick
2014-01-20
1
-0
/
+6
*
main: Change init_program_limits() to use gl_shader_stage.
Paul Berry
2014-01-09
1
-9
/
+9
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-13
/
+13
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
1
-4
/
+4
*
mesa: don't leak performance monitors on context destroy
Ilia Mirkin
2013-12-04
1
-0
/
+1
*
mesa: Update MESA_INFO to eliminate error
Courtney Goeltzenleuchter
2013-11-21
1
-1
/
+1
*
main: Fix MaxUniformComponents for geometry shaders.
Paul Berry
2013-11-15
1
-1
/
+1
*
mesa: Add gl_shared_state::ShareGroupReset and gl_context::ShareGroupReset
Ian Romanick
2013-11-07
1
-0
/
+1
*
mesa: Remove gl_context::ResetStatus
Ian Romanick
2013-11-07
1
-1
/
+0
*
mesa: Add ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-0
/
+4
*
mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
1
-0
/
+9
*
mesa: add texture gather changes
Maxence Le Dore
2013-10-03
1
-0
/
+4
*
mesa: Add core support for the GL_AMD_performance_monitor extension.
Kenneth Graunke
2013-09-26
1
-0
/
+2
*
mesa: Set default values for Max{Input,Output}Components in init_program_limits
Ian Romanick
2013-09-19
1
-0
/
+6
*
mesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.
Kenneth Graunke
2013-08-22
1
-1
/
+1
*
mesa: Set ProfileMask properly for core profile.
Matt Turner
2013-07-09
1
-2
/
+4
*
mesa: Remove Driver.GetBufferSize and its callers.
Eric Anholt
2013-06-25
1
-45
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.
Kenneth Graunke
2013-05-12
1
-12
/
+0
*
mesa: remove unused gl_constants::MaxColorTableSize
Marek Olšák
2013-05-11
1
-1
/
+0
*
mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponents
Marek Olšák
2013-05-11
1
-2
/
+0
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-8
/
+8
*
mesa: consolidate definitions of max texture image units
Marek Olšák
2013-05-11
1
-4
/
+2
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
[next]