Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-10 | remove debug printf | Brian | |
2007-07-10 | Fix line clipping bug. New comments. | Brian | |
Need to use a new prim_header for the post-clipped line. Otherwise, we were changing the header passed to us from the vb code. That messed up the vertex pointers for the next line primitive. | |||
2007-07-10 | clean-up, comments | Brian | |
2007-07-10 | clamp after offsetting, new comments | Brian | |
2007-07-10 | remove unneeded casts, added comments | Brian | |
2007-07-10 | Do depth testing with integer values. | Brian | |
Using floats (and float->ushort->float conversion) introduces errors. Only GLushort depth buffers work for now... | |||
2007-07-10 | fix problems with polygon offset | Brian | |
2007-07-10 | comments, clean-up | Brian | |
2007-07-10 | copybuffer/cliprect fixups | Roland Scheidegger | |
2007-07-10 | added comments | Brian | |
2007-07-10 | Fix front/back mix-up. added comments. | Brian | |
2007-07-10 | press 'f' to toggle GL_CCW/GL_CW front face | Brian | |
2007-07-10 | use 'c' to cycle through polygon cull modes | Brian | |
2007-07-10 | use cursor keys to translate triangle | Brian | |
2007-07-10 | Comments, minor clean-up. | Brian | |
2007-07-10 | comments | Brian | |
2007-07-10 | Added comments, assertions. | Brian | |
2007-07-10 | Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array. | Brian | |
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 | remove some dead/disabled stuff | Brian | |
2007-07-10 | First attempt at using private back/z buffers. | Roland Scheidegger | |
Allocate and use private back and z/stencil buffers. This is still very broken. | |||
2007-07-10 | i915tex: Better procedure for dropping batchbuffer on virtual resolution change. | Michel Dänzer | |
The previous procedure would often result in a GPU lockup. | |||
2007-07-10 | i915tex: Only wait for vblank when really necessary. | Michel Dänzer | |
This avoids superfluous waits for vblank timing out under some circumstances. | |||
2007-07-10 | Clear pointers to freed cliprects. | Michel Dänzer | |
Not doing this could lead to double frees under rare circumstances. | |||
2007-07-09 | Remove softpipe includes | Brian | |
2007-07-09 | s/G_/SP_/ | Brian | |
2007-07-09 | Rename G_NEW_* tokens to SP_NEW_* | Brian | |
2007-07-09 | Obsolete file. | Brian | |
2007-07-09 | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian | |
2007-07-09 | New 'draw' module for handling the various stages of primitive drawing ↵ | Brian | |
(clipping, culling, etc). | |||
2007-07-09 | Rename/move some files to modularize the primitive/draw code. | Brian | |
2007-07-08 | Fix size test bug in _mesa_test_proxy_teximage(). | Brian | |
width/height/depth == 0 is a legal texture size (no error generated). Later, the texture will be considered incomplete, however, and texturing will effectively be disabled. See bug 11309. | |||
2007-07-08 | Check if 'indices' parameter is NULL (bug 11314) | Brian | |
2007-07-08 | Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax. | Brian | |
2007-07-08 | check depthScale value for optimized ushort->uint case (fixes bug 11474) | Brian | |
2007-07-06 | In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0]. | Brian | |
Also, check if we're in RGB vs. CI mode. This fixes a problem with incorrect rendering color seen with the redbook/polys demo. | |||
2007-07-06 | Add case for GL_QUADS in i915_reduced_primitive_state(). | Brian | |
The t_dd_tritemp.h code can emit GL_QUADS primitives. We need to catch that case to determine if polygon stipple should be enabled. Fixes bug reported by Carlos Diógenes on 4 July 2007. | |||
2007-07-07 | Merge branch 'master' of git+ssh://pmandin@git.freedesktop.org/git/mesa/mesa | Patrice Mandin | |
2007-07-06 | NV_17 is different from NV_10 | Patrice Mandin | |
2007-07-06 | NV1X don't support VIEWPORT_ORIGIN in hardware | Patrice Mandin | |
2007-07-06 | call glutInit(), bug 11486 | Xavier Bachelot | |
2007-07-06 | Fix function names. | michal | |
2007-07-06 | Indent. | michal | |
Fix function prototype. | |||
2007-07-06 | Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa ↵ | michal | |
into softpipe_0_1_branch | |||
2007-07-05 | Softpipe: import TGSI tree. Not hooked-up yet. | michal | |
2007-07-05 | stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475 | Brian | |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵ | Brian | |
of -I flags. | |||
2007-07-04 | support more modes, added -f cmd line option | Brian | |
2007-07-04 | assorted clean-ups | Brian | |
2007-07-04 | fix LogicOp/bitmap problem, bug 11133 | Eric Anholt | |
2007-07-04 | add fbdev/ to DEMO_FILES | Brian | |