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
/
swrast_setup
/
ss_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-3
/
+3
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
1
-1
/
+2
*
tnl: Maintain the _WindowMap matrix in TNLcontext v2.
Mathias Froehlich
2015-04-05
1
-2
/
+3
*
swrast: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
1
-1
/
+1
*
swrast: Fix vertex color in _swsetup_Translate()
nick
2014-04-24
1
-1
/
+2
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
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
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-15
/
+15
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa: s/CALLOC/calloc/
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa: Convert to use GLbitfield64 directly.
Mathias Fröhlich
2011-12-28
1
-17
/
+13
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-9
/
+9
*
swrast: fix 16-bit/channel rendering
Brian Paul
2010-05-09
1
-1
/
+1
*
tnl: Remove color-index TNL support
Ian Romanick
2010-03-03
1
-5
/
+0
*
swrast_setup: Remove more color-index rendering support
Ian Romanick
2010-03-03
1
-11
/
+5
*
mesa: Fix compiler warnings
Karl Schultz
2010-02-13
1
-1
/
+1
*
mesa: fix vertex format/attribute bug
Brian Paul
2008-10-08
1
-5
/
+8
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-6
/
+7
*
fix broken two-sided stencil
Brian
2007-11-30
1
-0
/
+3
*
In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0].
Brian
2007-07-06
1
-10
/
+13
*
added comment, remove dead code
Brian
2007-06-28
1
-3
/
+1
*
Fix feedback color bug #11332. In feedback mode, produce float colors.
Brian
2007-06-22
1
-0
/
+1
*
Fix problem w/ two-sided lighting and fragment programs (depth-peel regression)
Brian
2007-05-23
1
-6
/
+7
*
Overhaul/simplify SWvertex and SWspan attribute handling.
Brian
2007-05-20
1
-13
/
+29
*
Document a deficiency in the _swrast_Translate() function with regard to poin...
Brian
2007-05-02
1
-1
/
+2
*
use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788)
Brian
2007-04-28
1
-2
/
+4
*
remove SWvertex->fog field, use attrib field
Brian
2007-04-23
1
-2
/
+2
*
some re-org, clean-up
Brian
2007-04-23
1
-25
/
+46
*
Merge SWvertex texcoord and varying fields into attrib[] array field.
Brian
2007-02-05
1
-4
/
+9
*
s/attribute/varying/
Brian
2006-12-21
1
-1
/
+1
*
varying var changes
Brian
2006-12-15
1
-6
/
+12
*
s/ATTRIBUTE/GENERIC/
Brian Paul
2006-06-14
1
-2
/
+2
*
Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
Brian Paul
2006-06-14
1
-1
/
+1
*
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
1
-5
/
+5
*
s/MaxTextureUnits/MaxTextureCoordUnits/
Brian Paul
2006-04-14
1
-5
/
+3
*
More GLSL code:
Michal Krol
2006-04-11
1
-34
/
+42
*
fix array index error in _swsetup_Translate (Felix)
Brian Paul
2004-03-21
1
-2
/
+2
*
fix two-sided lighting / vertex program bug (#887330)
Brian Paul
2004-02-04
1
-4
/
+6
*
change type of loop index var to remove compiler warning.
Karl Schultz
2004-01-13
1
-1
/
+1
*
Fixes for _swsetup_Translate()
Keith Whitwell
2004-01-06
1
-2
/
+9
*
Beef up t_vertex.c:
Keith Whitwell
2004-01-05
1
-39
/
+74
*
Re-commit t_vertex.[ch] changes to fd.o server.
Keith Whitwell
2004-01-05
1
-0
/
+40
*
Initial work for bounds checking of vertex arrays and vertex buffer objects.
Brian Paul
2003-10-22
1
-2
/
+2
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
[next]