2007-07-10 |
Brian | clean-ups |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | Fill in remaining switch cases. Only call next stage... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | remove debug printf |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | Fix line clipping bug. New comments. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | clean-up, comments |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | clamp after offsetting, new comments |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | remove unneeded casts, added comments |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | Do depth testing with integer values. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | fix problems with polygon offset |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | comments, clean-up |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | added comments |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | Fix front/back mix-up. added comments. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | press 'f' to toggle GL_CCW/GL_CW front face |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | use 'c' to cycle through polygon cull modes |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | use cursor keys to translate triangle |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | Comments, minor clean-up. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | Added comments, assertions. |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Brian | remove some dead/disabled stuff |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Brian | Remove softpipe includes |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Brian | s/G_/SP_/ |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Brian | Rename G_NEW_* tokens to SP_NEW_* |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Brian | Obsolete file. |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Brian | New 'draw' module for primitive drawing (clipping,... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Brian | New 'draw' module for handling the various stages of... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Brian | Rename/move some files to modularize the primitive... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
michal | Fix function names. |
commit | commitdiff | tree | snapshot |
2007-07-06 |
michal | Indent. |
commit | commitdiff | tree | snapshot |
2007-07-06 |
michal | Merge branch 'master' of git+ssh://michal@git.freedeskt... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
michal | Softpipe: import TGSI tree. Not hooked-up yet. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Brian | stencil pixel map didn't work in _mesa_unpack_stencil_s... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Brian | Be more consistant with paths in #includes. Eventually... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Brian | support more modes, added -f cmd line option |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Brian | assorted clean-ups |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Eric Anholt | fix LogicOp/bitmap problem, bug 11133 |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Brian | add fbdev/ to DEMO_FILES |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Dave Airlie | r300: only init swtcl on tcl-less cards |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian | SIMD comments |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian | hook in state tracking for blend color |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian | added blend_color |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian | Blend MIN/MAX modes are special: the src/dest terms... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian | Rewrite blending in terms of SIMD operations. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian | added vec2(vec4) constructor, bug 11404 |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian | add code for stpq, rgba writemasks in make_writemask... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian | clarify that line_stipple_factor is in [0,255] correspo... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian | fix StepX/StepY typo |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian | use _mesa_unpack_stencil_span() in draw_stencil_pixels... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Roland Scheidegger | fix GL_DOT3_RGBA texture combiner mode in generated... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Brian | rename a few structs (use _state suffix consistantly... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Brian | add const to wglSetPixelFormat() to match .h declaration |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Brian | avoid unnecessary clamping of depth values (bug 11448) |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dave Airlie | r300: fix compiz crash on swtcl - doesn't fix compiz... |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Claudio Ciccani | Compute the amount of time to sleep on idle event using... |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Claudio Ciccani | Fixed initialization of render buffer and deinitializat... |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Dave Airlie | r300: oops wrong logic for swtcl |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Dave Airlie | r300: oops turn back off cmd buf debugging |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Dave Airlie | Merge branch 'r300-swtcl' |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Dave Airlie | fix tabbing |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Dave Airlie | r300: add authorship |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Dave Airlie | r300: remove some unused code |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Dave Airlie | r300: cleanup some of the swtcl code |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Dave Airlie | r300: fixup manytex, we needed to emit the vic/vir... |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Dave Airlie | r300: fix tabbing |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Brian | simplify INIT_SPAN code |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Brian | s/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking() |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Brian | Undo some prev glDraw/CopyPixel changes which fixed... |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Brian | Obsolete |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Brian | overhaul point rasterization, no longer use s_pointtemp.h |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian | added buffer_data(), buffer_sub_data() to pipe_buffer |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian | more work on tex objects, surfaces, mappable buffers |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian | added texture types and mapping types |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian | texture object construction |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian | s/G_CONTEXT_H/SP_CONTEXT_H/ |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian | regenerated |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Ben Skeggs | nouveau: match drm changes (0.0.7) |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Ben Skeggs | nouveau: NV30_TCL viewport/scissor fixes |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian | bring over 7.0 doc changes |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian | Add a few missing GL 2.0 entrypoints, regenerate relate... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
zhang | a variety of fixes for MingW |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian | remove t_save_api.c and some other obsolete files,... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian | remove obsolete t_save_api.c |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian | use larger point/sprite size |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian | increase MAX_POINT_SIZE to 60 |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian | XXX comment about point clamping |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian | added comment, remove dead code |
commit | commitdiff | tree | snapshot |
2007-06-26 |
Brian | consolidate point/line state into pipe_setup_state |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Brian | fix logic error in updating of quad's Z values. Basic... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Brian | clean-ups |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Brian | emit quad->outputs.depth[], hack need_z |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Brian | code for functional Z buffer surface |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Brian | better triangle Z coords |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Oliver McFadden | r300: Initial work on merging the real and generated... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Oliver McFadden | r300: Should use inst_count not 0 for R300_PVS_CNTL_3_P... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Oliver McFadden | r300: The vpi, vpp, and vps counts are already initiali... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Oliver McFadden | r300: Clean up the vertex program state code slightly... |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Oliver McFadden | r300: Vertex program position end bits are known. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Oliver McFadden | r300: Removed unused vap_param structure. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Oliver McFadden | r300: Cleaned up long lines in the vertex functions. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Oliver McFadden | r300: Setup the default state for polygon offset point... |
commit | commitdiff | tree | snapshot |
next |