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
/
program
/
program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
program: Drop GL_FRAGMENT_PROGRAM_NV from switch statement.
Matt Turner
2016-03-02
1
-1
/
+0
*
mesa: use geometric helper for computing min samples
Ilia Mirkin
2016-02-02
1
-3
/
+4
*
program: convert _mesa_init_gl_program() to take struct gl_program *
Emil Velikov
2015-10-15
1
-29
/
+26
*
mesa: remove unused functions in program.c
Brian Paul
2015-10-14
1
-51
/
+0
*
program: remove _mesa_init_*_program wrappers
Marek Olšák
2015-10-09
1
-115
/
+18
*
program: remove other unused functions
Marek Olšák
2015-10-09
1
-134
/
+0
*
program: remove unused cloning and combining functions
Marek Olšák
2015-10-09
1
-250
/
+0
*
program: remove unused function _mesa_find_line_column
Marek Olšák
2015-10-09
1
-43
/
+0
*
mesa: Add locking to programs.
Matt Turner
2015-09-25
1
-8
/
+11
*
mesa: Remove debugging code from _mesa_reference_*.
Matt Turner
2015-09-25
1
-14
/
+0
*
mesa: add misc tessellation shader support
Fabian Bieler
2015-07-23
1
-0
/
+27
*
mesa: add tessellation shader init functions.
Fabian Bieler
2015-07-23
1
-0
/
+32
*
mesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMETRY_PROGRAM
Marek Olšák
2015-06-05
1
-6
/
+6
*
mesa: remove useless gl_compute_program_state::Current
Marek Olšák
2015-06-05
1
-3
/
+0
*
mesa: remove unused geometry shader variables
Marek Olšák
2015-06-05
1
-9
/
+0
*
mesa/cs: Update program.c for compute shaders.
Paul Berry
2015-05-02
1
-0
/
+3
*
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
2015-04-11
1
-0
/
+5
*
mesa: use strdup() instead of _mesa_strdup()
Brian Paul
2015-03-11
1
-3
/
+3
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-20
/
+20
*
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
[next]