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
/
drivers
/
dri
/
r200
/
r200_vertprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-11
/
+27
*
radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernel
Dave Airlie
2011-10-30
1
-2
/
+1
*
r200, r600c, i965: fix build
Bryan Cain
2011-08-01
1
-4
/
+4
*
r200: add cast to silence warning
Brian Paul
2011-02-08
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-8
/
+8
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-5
/
+5
*
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
2010-02-04
1
-2
/
+5
*
r200: Silence fprintf format warning.
Vinson Lee
2010-01-24
1
-1
/
+1
*
r200: Convert r200 to use new style debug code.
Pauli Nieminen
2009-08-31
1
-7
/
+7
*
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-22
1
-17
/
+17
|
\
|
*
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-14
1
-17
/
+17
*
|
Merge remote branch 'main/master' into radeon-rewrite
Dave Airlie
2009-03-20
1
-1
/
+1
|
\
|
|
*
mesa: gl_register_file enum typedef
Brian Paul
2009-03-07
1
-1
/
+1
*
|
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-2
/
+2
*
|
radeon/r200: move more stuff closer together in context
Dave Airlie
2009-01-14
1
-1
/
+1
|
/
*
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-21
1
-2
/
+2
*
r200: accept PROGRAM_CONSTANT inputs due to mesa changes
Andrew Randrianasulu
2008-04-17
1
-0
/
+1
*
r200: fix XPD vertex program instruction when using temps as inputs
Roland Scheidegger
2008-04-12
1
-3
/
+13
*
rx00: fix off by one error in tempreg check
Hans de Goede
2008-01-02
1
-4
/
+6
*
Fix-up #includes to remove some -I options.
Brian
2007-09-11
1
-4
/
+4
*
Update DRI drivers for new glsl compiler.
Brian
2007-02-23
1
-4
/
+6
*
r200: simplify / unify input map handling for vp and fftnl
Roland Scheidegger
2007-02-09
1
-4
/
+13
*
fix errorneously adding fog state params to all vertex programs...
Roland Scheidegger
2007-02-03
1
-1
/
+1
*
submit vertex weights to make World of Warcraft maybe happy (bug 8250)
Roland Scheidegger
2006-12-14
1
-1
/
+0
*
fix mixed conventional / generic vertex arrays which caused a wrong array ord...
Roland Scheidegger
2006-11-30
1
-0
/
+4
*
call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ...
Roland Scheidegger
2006-11-29
1
-0
/
+3
*
fix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT when assigning vp inp...
Roland Scheidegger
2006-11-05
1
-1
/
+1
*
enable generic arrays for r200 hw vertex programs by assigning unused color a...
Roland Scheidegger
2006-11-03
1
-19
/
+79
*
remove code for inserting mvp transform into position-invariant vertex progs ...
Roland Scheidegger
2006-10-26
1
-96
/
+7
*
change some bogus comments regarding the base e exponential function used for...
Roland Scheidegger
2006-10-25
1
-4
/
+4
*
fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...
Roland Scheidegger
2006-10-24
1
-31
/
+119
*
fix up access to vertex attrib components which don't really exist but are de...
Roland Scheidegger
2006-09-22
1
-1
/
+39
*
make sure we upload the new vertex program if the program string changes.
Roland Scheidegger
2006-09-13
1
-0
/
+2
*
make really sure R200_VAP_PROG_VTX_SHADER_ENABLE is never set when we're alre...
Roland Scheidegger
2006-09-07
1
-1
/
+1
*
make sure vertex programs are only enabled on the hw when they are really ena...
Roland Scheidegger
2006-09-01
1
-0
/
+5
*
do not abort with not supported vertex prog output configuration, fallback in...
Roland Scheidegger
2006-08-31
1
-3
/
+19
*
Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...
Roland Scheidegger
2006-08-30
1
-61
/
+23
*
fix typo causing a segfault when a vertex program uses more than 96 parameters
Roland Scheidegger
2006-08-30
1
-1
/
+1
*
Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String to
Brian Paul
2006-08-28
1
-1
/
+1
*
Check for NULL program string in r200_translate_vertex_program().
Brian Paul
2006-08-24
1
-2
/
+18
*
Check if mesa_vp->Base.Parameters is null before dereferencing (bug report
Brian Paul
2006-08-24
1
-3
/
+6
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
1
-11
/
+16
*
some minor simplifications (same as in r300 driver) since mesa's internally u...
Roland Scheidegger
2006-07-03
1
-23
/
+17
*
no need to handle ARL in a special way, it's a generic scalar operation. only...
Tilman Sauerbeck
2006-06-18
1
-10
/
+4
*
enable arb_vertex_program by default if drm is new enough. Do a fallback when...
Roland Scheidegger
2006-06-10
1
-0
/
+5
*
Improve slightly wrong CMP_SRCS test to avoid unencessary instructions. Clean...
Roland Scheidegger
2006-06-08
1
-94
/
+54
*
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger
2006-06-02
1
-0
/
+1180