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_aaline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: Avoid double promotion.
Matt Turner
2015-07-29
1
-14
/
+14
*
mesa: remove logf macro
Brian Paul
2015-02-24
1
-0
/
+1
*
mesa: replace LOGF, EXPF with logf, expf
Brian Paul
2015-02-24
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
swrast: use new _mesa_base_tex_image() helper
Brian Paul
2015-01-05
1
-0
/
+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
-4
/
+4
*
swrast: Fix fixed-function fragment processing
Chad Versace
2012-01-27
1
-1
/
+1
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-5
/
+5
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
swrast: Remove support for rendering antialiased lines into a color-index buffer
Ian Romanick
2010-03-03
1
-41
/
+9
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-4
/
+4
*
Overhaul/simplify SWvertex and SWspan attribute handling.
Brian
2007-05-20
1
-29
/
+10
*
s/DO_TEXVAR/DO_ATTRIBS/
Brian
2007-04-24
1
-3
/
+3
*
Merge SWvertex texcoord and varying fields into attrib[] array field.
Brian
2007-02-05
1
-31
/
+20
*
New SWspan and SWspanarrays typedefs.
Brian Paul
2006-10-01
1
-1
/
+1
*
additional wrapper updates, bug 4468
Brian Paul
2005-09-19
1
-1
/
+1
*
Fix color index mode rendering.
Brian Paul
2004-03-09
1
-2
/
+15
*
Added ctx->Texture._EnabledCoordUnits bitfield.
Brian Paul
2003-04-08
1
-5
/
+3
*
include macros.h
Brian Paul
2003-03-14
1
-1
/
+2
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-2
/
+2
*
fix GLchan==GLfloat bug in solve_plane_chan (bug 694546)
Brian Paul
2003-02-28
1
-6
/
+10
*
fix a cast (bug 694546)
Brian Paul
2003-02-27
1
-4
/
+4
*
First batch of code for GL_NV_fragment_program.
Brian Paul
2003-01-14
1
-8
/
+9
*
struct sw_span is again allocated on the stack, but the arrays of span
Brian Paul
2002-08-07
1
-2
/
+2
*
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
1
-3
/
+3
*
Allocate a sw_span struct in the swrast context instead of allocating it
Brian Paul
2002-04-19
1
-2
/
+2
*
sw_span can now hold x/y arrays of fragment positions - getting ready to
Brian Paul
2002-02-02
1
-9
/
+13
*
more compiler warning fixes
Karl Schultz
2001-09-18
1
-12
/
+12
*
fixed a number of multi-texture line bugs
Brian Paul
2001-05-21
1
-6
/
+17
*
Fix order of decomposition of quad.
Keith Whitwell
2001-05-17
1
-4
/
+4
*
fixed some divide by zero problems found w/ conform
Brian Paul
2001-05-10
1
-2
/
+5
*
fixed some divide by zero conformance problems
Brian Paul
2001-04-10
1
-8
/
+19
*
adjustment to coverage sample positions
Brian Paul
2001-03-28
1
-3
/
+3
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-2
/
+1
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-3
/
+3
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-3
/
+3
*
Committing in .
Jouk Jansen
2000-11-22
1
-6
/
+6
*
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-13
1
-2
/
+2
*
New implementation of antialiased lines. Mesa should now pass the remaining
Brian Paul
2000-11-05
1
-0
/
+509