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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
1
-2
/
+4
*
mesa: make use of ralloc when creating ARB asm gl_program fields
Timothy Arceri
2016-11-17
1
-1
/
+2
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-23
/
+1
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
1
-21
/
+0
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-26
/
+0
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
1
-23
/
+0
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
1
-22
/
+0
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
1
-23
/
+0
*
program: add ATI_fragment_shader to shader stages list
Miklós Máté
2016-03-27
1
-0
/
+2
*
program: convert _mesa_init_gl_program() to take struct gl_program *
Emil Velikov
2015-10-15
1
-1
/
+1
*
program: remove _mesa_init_*_program wrappers
Marek Olšák
2015-10-09
1
-28
/
+1
*
program: remove other unused functions
Marek Olšák
2015-10-09
1
-9
/
+0
*
program: remove unused cloning and combining functions
Marek Olšák
2015-10-09
1
-44
/
+0
*
program: remove unused function _mesa_find_line_column
Marek Olšák
2015-10-09
1
-5
/
+0
*
mesa: add misc tessellation shader support
Fabian Bieler
2015-07-23
1
-1
/
+61
*
mesa: add tessellation shader init functions.
Fabian Bieler
2015-07-23
1
-0
/
+10
*
mesa: add tessellation shader enums
Fabian Bieler
2015-07-23
1
-0
/
+8
*
mesa/cs: Add inline functions for dealing with compute shaders.
Paul Berry
2015-05-02
1
-0
/
+22
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
mesa/cs: Create the gl_compute_program struct, and the code to initialize it.
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
/
+4
*
mesa: Replace _mesa_program_index_to_target with _mesa_shader_stage_to_program.
Paul Berry
2014-01-21
1
-18
/
+1
*
i965: Add an option to ignore sample qualifier
Anuj Phogat
2014-01-21
1
-1
/
+2
*
mesa: Use functions to convert gl_shader_stage to PROGRAM enum or pipe target.
Paul Berry
2014-01-09
1
-0
/
+18
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
1
-4
/
+4
*
mesa: Add an assertion to _mesa_program_index_to_target().
Paul Berry
2013-12-30
1
-2
/
+3
*
mesa: Improve static error checking of arrays sized by MESA_SHADER_TYPES.
Paul Berry
2013-12-30
1
-1
/
+2
*
mesa: Add a helper function _mesa_get_min_invocations_per_fragment()
Anuj Phogat
2013-11-01
1
-0
/
+3
*
mesa/program: Make prog_instruction.h and program.h safe to include from C++.
Paul Berry
2013-08-23
1
-0
/
+8
*
mesa: renumber shader indices according to their placement in pipeline
Marek Olšák
2013-07-02
1
-1
/
+1
*
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: whitespace, etc. fixes in program.h
Brian Paul
2012-07-27
1
-7
/
+5
*
mesa: add some gl_program cast wrappers
Brian Paul
2012-07-18
1
-0
/
+42
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-9
/
+9
*
mesa: split _mesa_reference_program() into hot/cold paths.
Dave Airlie
2011-07-14
1
-1
/
+10
*
mesa: replace #defines with new gl_shader_type enum
Brian Paul
2010-11-23
1
-1
/
+1
*
mesa: _mesa_valid_register_index() to validate register indexes
Brian Paul
2010-11-23
1
-0
/
+6
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-20
/
+20
*
mesa: Include missing header in program.h.
Vinson Lee
2010-09-14
1
-0
/
+1
*
mesa: add PIPE_SHADER_* like constants and conversions to/from enums (v2)
Luca Barbieri
2010-09-08
1
-0
/
+32
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-0
/
+20
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-0
/
+151