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
/
state_tracker
/
st_cb_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa/r200/i915/i965: use rzalloc() to create gl_program
Timothy Arceri
2016-11-03
1
-6
/
+12
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
1
-5
/
+5
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
1
-4
/
+4
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
1
-5
/
+5
*
st/mesa: when changing shaders, only dirty states that are affected by them
Marek Olšák
2016-08-12
1
-7
/
+7
*
st/mesa: don't update clip state on VS changes if it has no effect
Marek Olšák
2016-08-12
1
-1
/
+1
*
st/mesa: remove excessive shader state dirtying
Marek Olšák
2016-07-30
1
-53
/
+0
*
st/mesa: completely rewrite state atoms
Marek Olšák
2016-07-30
1
-19
/
+19
*
st/mesa: implement GL_ATI_fragment_shader
Miklós Máté
2016-03-27
1
-0
/
+31
*
st/mesa: add compute shader states
Samuel Pitoiset
2016-02-13
1
-0
/
+30
*
st/mesa: remove st_is_program_native
Marek Olšák
2016-02-09
1
-13
/
+0
*
st/mesa: unify variants and delete functions for TCS, TES, GS
Marek Olšák
2016-02-09
1
-6
/
+12
*
st/mesa: create shaders which have only one variant immediatelly (v2)
Marek Olšák
2015-10-20
1
-2
/
+3
*
st/mesa: fix incorrect pointer type arguments in st_new_program()
Brian Paul
2015-10-16
1
-5
/
+5
*
program: convert _mesa_init_gl_program() to take struct gl_program *
Emil Velikov
2015-10-15
1
-18
/
+20
*
program: remove _mesa_init_*_program wrappers
Marek Olšák
2015-10-09
1
-25
/
+18
*
st/mesa: translate tessellation shaders into TGSI when we get them
Marek Olšák
2015-10-09
1
-0
/
+4
*
st/mesa: translate geometry shaders into TGSI when we get them
Marek Olšák
2015-10-09
1
-0
/
+2
*
st/mesa: translate fragment shaders into TGSI when we get them
Marek Olšák
2015-10-09
1
-0
/
+2
*
st/mesa: translate vertex shaders into TGSI when we get them
Marek Olšák
2015-10-09
1
-1
/
+3
*
st/mesa: add tessellation shader states
Ilia Mirkin
2015-07-23
1
-0
/
+58
*
mesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMETRY_PROGRAM
Marek Olšák
2015-06-05
1
-4
/
+4
*
st/mesa: add a debug option to compile shaders at link time
Marek Olšák
2015-04-16
1
-0
/
+4
*
st/mesa: cleanup st_geometry_program structure
Marek Olšák
2015-02-24
1
-10
/
+0
*
glsl_to_tgsi: Remove st_new_shader
Ian Romanick
2014-10-24
1
-1
/
+0
*
glsl_to_tgsi: Remove st_new_shader_program
Ian Romanick
2014-10-24
1
-1
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
mesa: Remove yet more remnants of NV_fragment_program.
Kenneth Graunke
2012-10-16
1
-2
/
+1
*
st/mesa: move fragment shader tgsi tokens into st_fp_variant
Marek Olšák
2012-01-25
1
-10
/
+0
*
st/mesa: Add a GLSL IR to TGSI translator.
Bryan Cain
2011-08-01
1
-0
/
+14
*
st/mesa: s/varient/variant
Brian Paul
2010-12-16
1
-7
/
+7
*
st/mesa: rename the varient release functions
Brian Paul
2010-12-14
1
-6
/
+6
*
st/mesa: make st_delete_program() static
Brian Paul
2010-12-13
1
-1
/
+1
*
st/mesa: add comments, fix formatting in st_cb_program.c
Brian Paul
2010-12-13
1
-29
/
+31
*
Squashed commit of the following (st-mesa-per-context-shaders branch):
Brian Paul
2010-12-13
1
-38
/
+8
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-6
/
+6
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-0
/
+48
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-06-26
1
-2
/
+0
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-3
/
+3
*
mesa: refactor shader api / object code
Brian Paul
2010-06-10
1
-5
/
+3
*
st/mesa: rename state -> tgsi, updated comments
Brian Paul
2010-02-12
1
-6
/
+6
*
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
2010-02-04
1
-3
/
+6
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-01-31
1
-1
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
st/mesa: Remove unnecessary header from st_cb_program.c.
Vinson Lee
2010-01-15
1
-1
/
+0
*
|
mesa/st: refactor vertex and fragment shader translation
Keith Whitwell
2009-11-15
1
-41
/
+2
|
/
*
mesa: Ensure TGSI tokens are freed with gallium's free.
José Fonseca
2009-09-21
1
-4
/
+5
[next]