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
/
program
/
program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Delete ctx->GeometryProgram.Cache.
Kenneth Graunke
2014-08-29
1
-2
/
+0
*
mesa: whitespace, 80-column wrapping in program.c
Brian Paul
2014-08-11
1
-8
/
+11
*
mesa: simplify/rename _mesa_init_program_struct()
Brian Paul
2014-08-11
1
-34
/
+35
*
glsl: Store info about geometry shaders that emit vertices to non-zero streams.
Iago Toral Quiroga
2014-06-30
1
-0
/
+1
*
mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.
Iago Toral Quiroga
2014-06-20
1
-0
/
+1
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-4
/
+4
*
mesa: initialize gl_geometry_program Invocations field
Jordan Justen
2014-02-20
1
-0
/
+1
*
mesa/cs: Create the gl_compute_program struct, and the code to initialize it.
Paul Berry
2014-02-05
1
-0
/
+20
*
i965: Add an option to ignore sample qualifier
Anuj Phogat
2014-01-21
1
-2
/
+3
*
mesa: Index into ctx->Const.Program[] rather than using ad-hoc code.
Paul Berry
2014-01-09
1
-15
/
+2
*
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
-1
/
+1
*
mesa: Require per-sample shading if the `sample` qualifier is used.
Chris Forbes
2013-12-07
1
-0
/
+8
*
mesa: Dynamically allocate the storage for program local parameters.
Eric Anholt
2013-11-15
1
-1
/
+11
*
mesa: Remove PROGRAM_ENV_PARAM enum.
Eric Anholt
2013-11-15
1
-3
/
+0
*
mesa: Remove PROGRAM_LOCAL_PARAM enum.
Eric Anholt
2013-11-15
1
-3
/
+0
*
mesa: Add a helper function _mesa_get_min_invocations_per_fragment()
Anuj Phogat
2013-11-01
1
-0
/
+32
*
mesa: Drop an extra copy-and-pasted copy in the program clone function.
Eric Anholt
2013-09-23
1
-1
/
+0
*
mesa: Convert some runtime asserts to static asserts.
Eric Anholt
2013-09-23
1
-2
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
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
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-5
/
+5
*
Replace gl_geom_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
Replace gl_geom_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
mesa: use GLbitfield64 when copying program inputs
Brian Paul
2013-01-25
1
-2
/
+2
*
mesa: add some casts to silence MSVC warnings
Brian Paul
2013-01-25
1
-14
/
+14
*
mesa: Remove support for named parameters.
Kenneth Graunke
2012-10-16
1
-3
/
+0
*
mesa: Remove the gl_program::Resident flag.
Kenneth Graunke
2012-10-16
1
-1
/
+0
*
mesa: Remove miscellaneous remains of NV_vertex_program.
Eric Anholt
2012-10-15
1
-1
/
+0
*
mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution.
Eric Anholt
2012-10-15
1
-1
/
+0
*
mesa: Remove support for NV_vertex_program's tracked matrices.
Eric Anholt
2012-10-15
1
-6
/
+0
*
mesa: remove FEATURE_ATI_fragment_shader define.
Oliver McFadden
2012-09-15
1
-6
/
+2
*
mesa: remove FEATURE_NV_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-12
/
+0
*
mesa: remove FEATURE_ARB_shader_objects and related defines.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: remove FEATURE_es2_glsl and related defines.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-2
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
*
mesa: Add UsesDFdy to struct gl_fragment_program.
Paul Berry
2012-07-19
1
-0
/
+2
*
mesa: use gl_program cast wrappers
Brian Paul
2012-07-18
1
-17
/
+12
*
mesa, i965: prepare for more than 8 texture targets
Chia-I Wu
2011-11-03
1
-1
/
+1
*
mesa: Convert fixed function fragment program generator to GLSL IR.
Eric Anholt
2011-10-18
1
-1
/
+1
*
mesa: Remove unused gl_program::Attributes
Ian Romanick
2011-10-04
1
-5
/
+0
*
mesa: Remove unused field gl_program::Varying
Ian Romanick
2011-09-30
1
-5
/
+0
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
1
-3
/
+5
|
\
|
*
mesa: support boolean and integer-based parameters in prog_parameter
Bryan Cain
2011-08-01
1
-1
/
+2
|
*
mesa: fix segfault when no Mesa IR is generated
Bryan Cain
2011-08-01
1
-2
/
+3
[next]