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
/
swrast
/
s_aalinetemp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: fix crash in AA line code when there's no texture
Brian Paul
2018-07-27
1
-4
/
+6
*
swrast: Avoid double promotion.
Matt Turner
2015-07-29
1
-2
/
+2
*
swrast: use new _mesa_base_tex_image() helper
Brian Paul
2015-01-05
1
-1
/
+2
*
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
-11
/
+11
*
mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.
Brian Paul
2012-09-03
1
-1
/
+1
*
swrast: define, use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
2012-02-24
1
-1
/
+1
*
swrast: Fix fixed-function fragment processing
Chad Versace
2012-01-27
1
-1
/
+1
*
swrast: use BITFIELD64_BIT() macro to fix MSVC warnings
Brian Paul
2012-01-12
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
swrast: Remove support for rendering antialiased lines into a color-index buffer
Ian Romanick
2010-03-03
1
-32
/
+0
*
mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.
Eric Anholt
2009-01-07
1
-1
/
+1
*
fix broken two-sided stencil
Brian
2007-11-30
1
-0
/
+1
*
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2007-07-21
1
-1
/
+3
*
simplify INIT_SPAN code
Brian
2007-06-29
1
-2
/
+2
*
check for flat/smooth interp for generic/specular attrib
Brian
2007-05-29
1
-5
/
+13
*
Overhaul/simplify SWvertex and SWspan attribute handling.
Brian
2007-05-20
1
-69
/
+38
*
additional checks that attr is a texcoord
Keith Packard
2007-04-28
1
-2
/
+2
*
s/DO_TEXVAR/DO_ATTRIBS/
Brian
2007-04-24
1
-4
/
+4
*
remove SWvertex->fog field, use attrib field
Brian
2007-04-23
1
-1
/
+3
*
Improve the code for interpolating fragment attributes a little. More to com...
Brian
2007-04-23
1
-46
/
+38
*
Restore the UseTexEnvProgram logic.
Brian
2007-03-27
1
-1
/
+1
*
Merge SWvertex texcoord and varying fields into attrib[] array field.
Brian
2007-02-05
1
-75
/
+46
*
New SWspanarrays attribs[] array.
Brian
2007-02-01
1
-7
/
+7
*
Checkpoint for GLSL compiler changes.
Brian
2006-12-13
1
-2
/
+2
*
replace GLdepth with GLuint and remove GLdepth
Brian Paul
2005-09-21
1
-3
/
+3
*
Add a facility to route all rasterization through a fragment program
Keith Whitwell
2005-05-04
1
-2
/
+2
*
use clamped Line._Width in calculations
Keith Whitwell
2004-12-29
1
-1
/
+1
*
Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().
Brian Paul
2004-12-18
1
-12
/
+24
*
fix typos in texcoord setup - fixes perspective correction bug
Brian Paul
2004-12-16
1
-7
/
+7
*
Fix color index mode rendering.
Brian Paul
2004-03-09
1
-5
/
+8
*
Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single
Keith Whitwell
2004-01-27
1
-2
/
+2
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
Brian Paul
2003-03-25
1
-7
/
+7
*
added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
Brian Paul
2003-03-04
1
-2
/
+2
*
use IROUND to convert depth values from float to int (bug 690728)
Brian Paul
2003-02-21
1
-4
/
+4
*
struct sw_span is again allocated on the stack, but the arrays of span
Brian Paul
2002-08-07
1
-40
/
+39
*
Allocate a sw_span struct in the swrast context instead of allocating it
Brian Paul
2002-04-19
1
-40
/
+40
*
Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive
Brian Paul
2002-04-12
1
-9
/
+9
*
reset span.end to zero after rendering the span
Brian Paul
2002-03-28
1
-1
/
+2
*
Converted line drawing over to new span code, pb no longer used.
Brian Paul
2002-02-02
1
-3
/
+3
*
sw_span can now hold x/y arrays of fragment positions - getting ready to
Brian Paul
2002-02-02
1
-71
/
+61
*
add inf and nan tests to swrast functions
Keith Whitwell
2001-12-05
1
-2
/
+2
*
silence compiler warnings (last batch for src)
Karl Schultz
2001-09-19
1
-3
/
+3
*
more compiler warning fixes
Karl Schultz
2001-09-18
1
-2
/
+2
*
fixed a number of multi-texture line bugs
Brian Paul
2001-05-21
1
-8
/
+7
*
removed (void) index; statement
Brian Paul
2001-05-17
1
-3
/
+1
[next]