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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a facility to route all rasterization through a fragment program
Keith Whitwell
2005-05-04
1
-5
/
+22
*
Import all texture coordinate arrays. Import them only once.
Keith Whitwell
2005-05-03
1
-5
/
+4
*
Format for 80 columns. Add alternate matrix mul based on MAD rather than DP4.
Keith Whitwell
2005-04-29
1
-115
/
+217
*
Add DISASSEM define, similar to other program generator files.
Keith Whitwell
2005-04-29
1
-6
/
+21
*
fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't tra...
Brian Paul
2005-04-28
1
-1
/
+9
*
tweak previous fog/fragment program fix
Brian Paul
2005-04-26
1
-3
/
+5
*
enable fog render input if fragment program fog option set
Brian Paul
2005-04-26
1
-1
/
+1
*
Ensure all VB->AttribPtr[] are populated. Reported by Aapo Tahkola
Keith Whitwell
2005-04-25
1
-8
/
+18
*
Fix the worst problems with dangling edgeflag references in
Keith Whitwell
2005-04-23
3
-21
/
+30
*
Move the call to _tnl_UpdateFixedFunctionProgram to make
Keith Whitwell
2005-04-22
2
-1
/
+4
*
Simplify the pipeline_stage structure
Keith Whitwell
2005-04-22
22
-835
/
+415
*
Facility to construct a vertex program which executes the current
Keith Whitwell
2005-04-21
1
-0
/
+1047
*
New software implementation of ARB_vertex_program. Similar in speed
Keith Whitwell
2005-04-21
1
-0
/
+1551
*
Reverted the last change back to fix bug 3035
Ben Crossman
2005-04-15
1
-1
/
+1
*
A few getenv() that werent using the mesa wrapper version
Ben Crossman
2005-04-14
1
-1
/
+1
*
use COPY_CLEAN_4V macro to replace using both ASSIGN_4V & COPY_SZ_4V
Alan Hourihane
2005-03-02
4
-12
/
+6
*
Added a bunch of new comments, minor code clean-ups.
Brian Paul
2005-03-02
1
-18
/
+45
*
Using glColor3 commands to update materials could result in an undefined
Brian Paul
2005-03-02
1
-4
/
+6
*
additional parenthesis in TNL_CONTEXT macro (Nicolai Haehnle)
Brian Paul
2005-02-28
1
-3
/
+3
*
`static const' instead of `const static'
Daniel Borca
2005-02-14
1
-1
/
+1
*
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-02-10
21
-59
/
+59
*
Catch no-op vertex buffers consisting only of vertices which will
Keith Whitwell
2005-02-10
1
-12
/
+14
*
Determine ahead of time whether a display list will include vertices
Keith Whitwell
2005-01-22
4
-13
/
+19
*
Fix calculation of last_count in _tnl_wrap_buffers()
Keith Whitwell
2005-01-18
1
-1
/
+3
*
make tnl_clipspace_attr->insert field const, to silence warning
Brian Paul
2005-01-16
1
-1
/
+1
*
free buffer in t_vertex_c.c on context delete
Keith Whitwell
2005-01-12
3
-0
/
+11
*
Fix segfault in pipes by dealing with stride == 0 case in generic_interp_extras
Keith Whitwell
2005-01-10
1
-14
/
+25
*
Added missing break; to fix infinite recursion between choose_emit_func
Felix Kuehling
2005-01-08
1
-0
/
+1
*
And fix the obvious bugs in higher-numbered templates.
Keith Whitwell
2005-01-07
1
-8
/
+8
*
Templatize the fastpaths.
Keith Whitwell
2005-01-07
1
-254
/
+71
*
Add some more hardcoded fastpaths.
Keith Whitwell
2005-01-07
1
-15
/
+117
*
Cope with the possibility that incoming vectors may have
Keith Whitwell
2005-01-07
1
-65
/
+24
*
solved classic "char*" vs "char[]" conflict. we were mimicking a pointer var...
Daniel Borca
2005-01-06
1
-8
/
+8
*
Make the format of the fastpaths cleaner at the expense of a little
Keith Whitwell
2005-01-05
1
-90
/
+223
*
Give attributes with zero-stride a count of 1 to make it easier
Keith Whitwell
2005-01-05
5
-25
/
+39
*
Add a couple of hardwired fastpaths to t_vertex.c.
Keith Whitwell
2005-01-05
2
-44
/
+135
*
If there is only one normal, don't transform it multiple times.
Keith Whitwell
2005-01-05
1
-0
/
+12
*
re-disable TRACE
Brian Paul
2004-12-03
1
-1
/
+1
*
silence a variety of warnings found with g++ 3.4.2
Brian Paul
2004-12-03
1
-1
/
+1
*
Fix some warnings
Alan Hourihane
2004-12-02
1
-5
/
+3
*
Change the dispatch offsets for the VertexAttrib*NV functions so they don't
Brian Paul
2004-11-27
3
-3
/
+188
*
small aesthetic correction
Daniel Borca
2004-11-01
1
-1
/
+2
*
Bug #1682: Mesa core code that gets linked into DRI drivers should never call
Adam Jackson
2004-10-24
2
-6
/
+6
*
Big-endian fixes for R200 sw TCL path.
Ian Romanick
2004-10-23
2
-0
/
+57
*
Add ARGB modes to support big-endian systems.
Ian Romanick
2004-10-17
2
-0
/
+57
*
Symbol names are prepended with an underscore on CYGWIN as well.
Eric Anholt
2004-09-17
1
-3
/
+3
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
9
-2
/
+74
*
don't use __FUNCTION__ - not portable
Brian Paul
2004-08-22
1
-7
/
+2
*
Committing in .
Jouk Jansen
2004-08-19
1
-2
/
+2
*
updates from Jouk
Brian Paul
2004-08-18
2
-6
/
+7
[next]