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
/
arbprogram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: replace GLenum target with gl_shader_stage in NewProgram
Marek Olšák
2020-04-27
1
-1
/
+2
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-8
/
+8
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
mesa: avoid returning a value in a void function
Eric Engestrom
2019-12-28
1
-1
/
+2
*
mesa: add EXT_dsa + EXT_gpu_program_parameters functions
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-14
/
+41
*
mesa: add EXT_dsa NamedProgram functions
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-59
/
+257
*
mesa: shader dump/read support for ARB programs
Tapani Pälli
2018-08-15
1
-0
/
+15
*
mesa: Provide an alternative to get_vp_mode()
Mathias Fröhlich
2018-02-23
1
-0
/
+5
*
mesa: don't flag _NEW_PROGRAM_CONSTANTS for non-GLSL programs for st/mesa
Marek Olšák
2017-06-22
1
-6
/
+24
*
mesa: remove dd_function_table::BindProgram
Marek Olšák
2017-03-29
1
-3
/
+0
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
1
-1
/
+1
*
mesa: Drop PATH_MAX usage.
Kenneth Graunke
2016-11-17
1
-8
/
+4
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
1
-21
/
+20
*
mesa: make use of ralloc when creating ARB asm gl_program fields
Timothy Arceri
2016-11-17
1
-1
/
+3
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-28
/
+23
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-10
/
+9
*
mesa: Try to unbreak the MSVC build.
Kenneth Graunke
2016-06-05
1
-0
/
+4
*
mesa: Add MESA_SHADER_CAPTURE_PATH for writing .shader_test files.
Kenneth Graunke
2016-06-05
1
-0
/
+22
*
mesa: Replace uses of Shared->Mutex with hash-table mutexes
Matt Turner
2016-05-20
1
-1
/
+6
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-6
/
+6
*
mesa: Dump ARB_vp/fp source and IR when MESA_GLSL=dump.
Kenneth Graunke
2014-05-13
1
-1
/
+26
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-10
/
+10
*
mesa: Use get_local_param_pointer in glProgramLocalParameters4fvEXT().
Kenneth Graunke
2014-01-07
1
-19
/
+11
*
mesa: Dynamically allocate the storage for program local parameters.
Eric Anholt
2013-11-15
1
-0
/
+6
*
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: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-17
/
+2
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-5
/
+5
*
mesa: Remove some miscellaneous NV program stuff from arbprogram.c.
Kenneth Graunke
2012-10-16
1
-25
/
+1
*
mesa: Simplify _mesa_BindProgram() by removing NV program remnants.
Kenneth Graunke
2012-10-16
1
-34
/
+9
*
mesa: Remove support for parsing NV fragment programs.
Kenneth Graunke
2012-10-16
1
-8
/
+0
*
mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution.
Eric Anholt
2012-10-15
1
-1
/
+0
*
mesa: Remove support for parsing NV vertex programs.
Eric Anholt
2012-10-15
1
-31
/
+3
*
mesa: use gl_program cast wrappers
Brian Paul
2012-07-18
1
-2
/
+2
*
mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an error.
Eric Anholt
2011-07-06
1
-64
/
+53
*
mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an error.
Eric Anholt
2011-07-06
1
-66
/
+46
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-4
/
+4
*
mesa: move arbprogram.[ch] to main/
Brian Paul
2010-06-10
1
-0
/
+940
*
Moved to src/mesa/shader
Michal Krol
2004-03-29
1
-721
/
+0
*
add missing else statements
Brian Paul
2004-03-19
1
-6
/
+6
*
Make it easier for drivers to create "subclasses" of the existing
Keith Whitwell
2004-02-14
1
-2
/
+11
*
added some missing FLUSH_VERTICES calls
Brian Paul
2004-01-17
1
-0
/
+10
*
Initial work for bounds checking of vertex arrays and vertex buffer objects.
Brian Paul
2003-10-22
1
-1
/
+1
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-21
/
+21
*
Assorted casts to silence g++ warnings.
Brian Paul
2003-09-19
1
-2
/
+4
*
More work on ARB_vertex_buffer_object.
Brian Paul
2003-09-17
1
-1
/
+1
*
Some work on ARB_vertex_buffer_object.
Brian Paul
2003-09-15
1
-0
/
+6
*
move GL_MESA_program_debug code into program.c
Brian Paul
2003-09-05
1
-207
/
+0
[next]