index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
x11
/
xm_line.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace some #defines with enums. (Klaus Niederkrueger)
Brian Paul
2003-02-17
1
-9
/
+9
*
Overhaul of line drawing template code. Make better use of sw_span mechanism.
Brian Paul
2002-11-14
1
-156
/
+98
*
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
1
-3
/
+3
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-1
/
+2
*
minor re-org
Brian Paul
2001-09-12
1
-37
/
+1
*
changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...
Brian Paul
2001-04-27
1
-2
/
+2
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-2
/
+2
*
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2001-01-05
1
-19
/
+19
*
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2001-01-02
1
-1
/
+2
*
use inverted Y coordinate for choosing dither value (conformance fixes)
Brian Paul
2000-12-13
1
-2
/
+8
*
Committing in .
Jouk Jansen
2000-11-22
1
-14
/
+14
*
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-19
1
-20
/
+20
*
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-16
1
-2
/
+1
*
Removed Driver.Color() and Driver.Index() functions.
Brian Paul
2000-11-14
1
-34
/
+2
*
test ctx->RenderMode in chooser functions, removed dead code
Brian Paul
2000-11-06
1
-110
/
+31
*
added buffer test to xmesa_choose_point(), fixes X protocol error
Brian Paul
2000-11-06
1
-4
/
+6
*
Use the new software rasterizer. Reworked optimized line,tri,point
Keith Whitwell
2000-11-05
1
-106
/
+127
*
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-31
1
-19
/
+22
*
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
Brian Paul
2000-09-28
1
-3
/
+3
*
First batch of OpenGL SI related changes:
Brian Paul
2000-09-26
1
-2
/
+2
*
added some casts (Takaaki Nomura)
Brian Paul
2000-09-12
1
-16
/
+16
*
newly organized Xlib driver files
Brian Paul
2000-09-07
1
-0
/
+748