Commit graph

11059 commits

Author SHA1 Message Date
Brian
985e37eedb clean-up, comments 2007-07-10 14:46:15 -06:00
Brian
13aa51de41 clamp after offsetting, new comments 2007-07-10 14:38:10 -06:00
Brian
6aa9c8ebc1 remove unneeded casts, added comments 2007-07-10 14:36:10 -06:00
Brian
1deafdb1de Do depth testing with integer values.
Using floats (and float->ushort->float conversion) introduces errors.
Only GLushort depth buffers work for now...
2007-07-10 13:53:21 -06:00
Brian
f6dffd6ee7 fix problems with polygon offset 2007-07-10 13:34:23 -06:00
Brian
5e4379b5a4 comments, clean-up 2007-07-10 13:33:45 -06:00
Brian
720c0eb71d added comments 2007-07-10 11:54:16 -06:00
Brian
1fe4cf83cd Fix front/back mix-up. added comments. 2007-07-10 11:54:03 -06:00
Brian
24b68f4184 press 'f' to toggle GL_CCW/GL_CW front face 2007-07-10 11:53:27 -06:00
Brian
9a89cc3b6b use 'c' to cycle through polygon cull modes 2007-07-10 11:39:08 -06:00
Brian
8733ee9dc9 use cursor keys to translate triangle 2007-07-10 11:33:10 -06:00
Brian
17b86cfa4e Comments, minor clean-up. 2007-07-10 11:03:51 -06:00
Brian
e7a2085148 comments 2007-07-10 11:00:24 -06:00
Brian
57a5385652 Added comments, assertions. 2007-07-10 10:53:57 -06:00
Brian
8c1fa904ed Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array.
Note that attribute index has to be biased by two, since vertex->data[]
starts after the header and clipcoord fields.  See comments for details.
Added a bunch of comments/docs.
2007-07-10 10:53:29 -06:00
Brian
d68ea4e23f remove some dead/disabled stuff 2007-07-10 10:24:28 -06:00
Brian
f4053ce858 Remove softpipe includes 2007-07-09 16:21:18 -06:00
Brian
ebafc193fa s/G_/SP_/ 2007-07-09 16:20:16 -06:00
Brian
a380f98b6c Rename G_NEW_* tokens to SP_NEW_* 2007-07-09 16:17:50 -06:00
Brian
546eff6ba8 Obsolete file. 2007-07-09 16:15:20 -06:00
Brian
279ffe3f16 New 'draw' module for primitive drawing (clipping, culling, etc). 2007-07-09 16:14:26 -06:00
Brian
9fbdf50078 New 'draw' module for handling the various stages of primitive drawing (clipping, culling, etc). 2007-07-09 16:12:13 -06:00
Brian
10f4b37bd7 Rename/move some files to modularize the primitive/draw code. 2007-07-09 16:04:08 -06:00
michal
9b32c33e9d Fix function names. 2007-07-06 18:57:47 +02:00
michal
6d8fb1a543 Indent.
Fix function prototype.
2007-07-06 18:53:55 +02:00
michal
3b8bc1f467 Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch 2007-07-06 17:53:44 +02:00
michal
ffe58739da Softpipe: import TGSI tree. Not hooked-up yet. 2007-07-05 19:55:38 +02:00
Brian
ffa2659204 stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475 2007-07-05 09:37:46 -06:00
Brian
c223c6b663 Be more consistant with paths in #includes. Eventually, eliminate a bunch of -I flags. 2007-07-04 13:15:20 -06:00
Brian
e8e5d9effe support more modes, added -f cmd line option 2007-07-04 09:23:12 -06:00
Brian
9aa8223605 assorted clean-ups 2007-07-04 09:22:15 -06:00
Eric Anholt
bd9db5eed2 fix LogicOp/bitmap problem, bug 11133 2007-07-04 07:37:14 -06:00
Brian
22b0b2f47e add fbdev/ to DEMO_FILES 2007-07-04 07:35:11 -06:00
Dave Airlie
5657fc5b4c r300: only init swtcl on tcl-less cards 2007-07-04 15:30:40 +10:00
Brian
ac5523a9c3 SIMD comments 2007-07-03 17:31:59 -06:00
Brian
284efcfc27 hook in state tracking for blend color 2007-07-03 17:19:30 -06:00
Brian
d378a2c0b8 added blend_color 2007-07-03 17:13:45 -06:00
Brian
111880798a Blend MIN/MAX modes are special: the src/dest terms are always one. 2007-07-03 17:13:04 -06:00
Brian
f6d4f5e1e9 Rewrite blending in terms of SIMD operations. 2007-07-03 17:12:11 -06:00
Brian
7ff4359a3b added vec2(vec4) constructor, bug 11404 2007-07-03 11:41:56 -06:00
Brian
a36b5c6d47 add code for stpq, rgba writemasks in make_writemask(), bug 11404 2007-07-03 11:41:21 -06:00
Brian
a813f65487 clarify that line_stipple_factor is in [0,255] corresponding to GL's range of [1,256]. 2007-07-03 10:58:03 -06:00
Brian
3d04682b7a fix StepX/StepY typo 2007-07-03 10:06:13 -06:00
Brian
f9b53f648d use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457 2007-07-03 08:54:29 -06:00
Roland Scheidegger
9a45176dd8 fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #11030) 2007-07-03 14:27:41 +02:00
Brian
ea92566ed9 rename a few structs (use _state suffix consistantly), reorder/sort fields in some structs 2007-07-02 15:32:12 -06:00
Brian
9220255d75 add const to wglSetPixelFormat() to match .h declaration 2007-07-02 10:16:02 -06:00
Brian
06542019a8 avoid unnecessary clamping of depth values (bug 11448) 2007-07-02 08:46:57 -06:00
Dave Airlie
6257ed8663 r300: fix compiz crash on swtcl - doesn't fix compiz though.
Compiz for some reason looks like ass, everything with textures
looks like it has a 2x width/height multiplier on the texture coords...
2007-07-02 17:22:35 +10:00
Claudio Ciccani
a49570794a Compute the amount of time to sleep on idle event using timers as reference. 2007-07-01 12:24:44 +02:00