index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
program
/
prog_parameter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove unrequired else
Timothy Arceri
2016-04-03
1
-42
/
+39
*
mesa: remove remaining tabs in prog_parameter.c
Timothy Arceri
2016-03-18
1
-8
/
+8
*
mesa: inline _mesa_add_unnamed_constant()
Timothy Arceri
2016-03-18
1
-22
/
+0
*
mesa: simplify and inline _mesa_lookup_parameter_index()
Timothy Arceri
2016-03-18
1
-38
/
+0
*
mesa: make _mesa_lookup_parameter_constant static
Timothy Arceri
2016-03-18
1
-95
/
+94
*
mesa: remove dead program parameter functions
Timothy Arceri
2016-02-05
1
-70
/
+0
*
program: add _mesa_reserve_parameter_storage
Marek Olšák
2016-01-02
1
-15
/
+32
*
mesa/program: remove dead code
Marek Olšák
2015-04-16
1
-72
/
+0
*
mesa: use strdup() instead of _mesa_strdup()
Brian Paul
2015-03-11
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-3
/
+3
*
Don't cast the return value of malloc/realloc
Matt Turner
2014-12-08
1
-1
/
+1
*
mesa: Use realloc() instead of _mesa_realloc() and remove the latter.
Matt Turner
2014-09-24
1
-3
/
+2
*
Eliminate several cases of multiplication in arguments to calloc
Carl Worth
2014-09-03
1
-1
/
+1
*
mesa: modified _mesa_align_free() to accept NULL pointer
Siavash Eliasi
2013-12-04
1
-2
/
+1
*
mesa: fix Address Sanitizer (ASan) issue in _mesa_add_parameter()
Brian Paul
2013-07-12
1
-1
/
+15
*
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 dead _mesa_num_parameters_of_type() function.
Kenneth Graunke
2012-10-16
1
-18
/
+0
*
mesa: Remove dead _mesa_add_attribute() function.
Kenneth Graunke
2012-10-16
1
-30
/
+0
*
mesa: Remove dead _mesa_add_varying() function.
Kenneth Graunke
2012-10-16
1
-21
/
+0
*
mesa: Remove dead program_parameter::Flags field.
Kenneth Graunke
2012-10-16
1
-14
/
+9
*
mesa: Remove support for named parameters.
Kenneth Graunke
2012-10-16
1
-14
/
+0
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-2
/
+1
*
mesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walking the GLSL IR.
Ian Romanick
2011-10-04
1
-22
/
+0
*
mesa, glsl_to_tgsi: add native support for integers in shaders
Bryan Cain
2011-08-01
1
-3
/
+25
*
mesa: support boolean and integer-based parameters in prog_parameter
Bryan Cain
2011-08-01
1
-24
/
+26
*
mesa: Simplify a bit of _mesa_add_state_reference using memcmp.
Eric Anholt
2010-10-08
1
-12
/
+3
*
mesa: Fix _mesa_lookup_parameter_constant's return value.
José Fonseca
2010-08-30
1
-2
/
+4
*
mesa: Remove now-unused _mesa_add_sampler().
Eric Anholt
2010-08-25
1
-37
/
+0
*
mesa: Remove now-unused _mesa_add_uniform.
Eric Anholt
2010-08-25
1
-30
/
+0
*
mesa: Remove the "Used" flag in gl_program_parameter.
Eric Anholt
2010-08-25
1
-22
/
+0
*
ir_to_mesa: Add support for sampler arrays.
Eric Anholt
2010-08-06
1
-3
/
+4
*
Merge remote branch 'origin/master' into glsl2
Eric Anholt
2010-07-26
1
-1
/
+1
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-0
/
+751