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
/
tnl
/
t_vb_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tnl: remove ctx->Driver.Map/UnmapTexture() calls
Brian Paul
2012-01-24
1
-8
/
+2
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-1
/
+1
*
mesa: add swrast_texture_image::Buffer
Brian Paul
2011-10-23
1
-0
/
+2
*
tnl: fix result vector allocation regression
Brian Paul
2011-10-07
1
-4
/
+10
*
tnl: Delay results allocation until we actually need them.
Eric Anholt
2011-10-01
1
-7
/
+5
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-1
/
+1
*
Merge branch 'draw-instanced'
Brian Paul
2011-01-15
1
-2
/
+5
|
\
|
*
tnl: implement instanced drawing
Brian Paul
2010-12-10
1
-2
/
+5
*
|
tnl: a better way to initialize the gl_program_machine memory
Brian Paul
2010-12-13
1
-15
/
+17
*
|
tnl: Initialize gl_program_machine memory in run_vp.
Vinson Lee
2010-12-10
1
-1
/
+1
|
/
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-10
/
+10
*
tnl: Reduce header file inclusion in t_context.h.
Vinson Lee
2010-08-07
1
-0
/
+1
*
tnl: Remove unnecessary headers.
Vinson Lee
2010-07-31
1
-1
/
+0
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-3
/
+3
*
Drop macro wrappers for the aligned memory functions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
1
-1
/
+1
*
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
2010-02-04
1
-1
/
+2
*
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2010-01-14
1
-1
/
+0
|
\
|
*
tnl: Remove unnecessary header from t_vb_program.c.
Vinson Lee
2010-01-12
1
-1
/
+0
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-08
1
-0
/
+7
|
\
|
|
*
tnl: set FOGC result to (f,0,0,1)
Brian Paul
2010-01-06
1
-0
/
+7
*
|
tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]
Eric Anholt
2009-11-19
1
-6
/
+2
*
|
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-11-19
1
-4
/
+4
*
|
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
1
-1
/
+0
|
/
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
1
-4
/
+4
*
Revert "Store clipping distance for user clip planes as part of vertex proces...
Ian Romanick
2009-10-22
1
-15
/
+0
*
Store clipping distance for user clip planes as part of vertex processing
Ian Romanick
2009-10-13
1
-0
/
+15
*
mesa: move call to init_c_cliptest() from enable.c to tnl module.
Brian Paul
2009-09-09
1
-0
/
+2
*
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
1
-2
/
+4
*
tnl: if NAN_CHECK is enabled, also assert that pos.x != 0
Brian Paul
2009-08-13
1
-0
/
+3
*
tnl: add some floating point sanity checks (disabled)
Brian Paul
2009-06-03
1
-2
/
+25
*
mesa: remove MAX_VERTEX_PROGRAM_ATTRIBS
Brian Paul
2009-05-22
1
-1
/
+1
*
swrast: do texture sampling/combining in floating point
Brian Paul
2009-04-01
1
-6
/
+1
*
init machine->Samplers (fixes vertex program texture fetches)
Brian Paul
2008-07-01
1
-0
/
+2
*
New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...
Brian
2007-11-29
1
-0
/
+48
*
cleanups, comments
Brian
2007-11-29
1
-27
/
+28
*
Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.c
Brian
2007-11-29
1
-93
/
+1
*
fix position invariant vertex programs for sw-tnl
Roland Scheidegger
2007-11-15
1
-52
/
+151
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-5
/
+5
*
changes to get DDX/DDY working again
Brian
2007-05-02
1
-0
/
+2
*
Enable texture sampling for vertex programs/shaders.
Brian
2007-04-17
1
-11
/
+47
*
cleanups for t_vb_program.c
Roland Scheidegger
2007-04-17
1
-13
/
+19
*
unhook t_vb_arbprogram.c code - it's going away
Brian
2007-04-16
1
-0
/
+14
*
init machine->StackDepth=0
Brian
2007-03-27
1
-0
/
+3
*
remove 'maxInst' parameter from _mesa_execute_program()
Brian
2007-02-25
1
-2
/
+1
*
remove unused 'element' parameter from _mesa_execute_program()
Brian
2007-02-25
1
-1
/
+1
*
s/attribs/results/
Brian
2007-02-25
1
-17
/
+17
*
Optimize the loop for copying output results.
Brian
2007-02-25
1
-5
/
+12
*
only copy used outputs
Brian
2007-02-25
1
-3
/
+4
*
Use prog_execute.c to run vertex programs until t_vb_arbprogram.c is updated to
Brian
2007-02-24
1
-1
/
+1
[next]