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 |
2007-06-24 |
Oliver McFadden | r300: Cleaned up the r300SetupVertexShader function. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Oliver McFadden | r300: Cleaned up the r300SetupPixelShader function. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Oliver McFadden | r300: Trivial clean up in radeon_lock.h. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Keith Whitwell | Restructure z test code slightly. |
commit | commitdiff | tree | snapshot |
2007-06-24 |
Dave Airlie | r300: 2288 is a tcl only reg |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Brian | initial texture object, texture format code |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Brian | more texture sampler work |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Brian | added blend comments |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Brian | Assorted token renaming/removal, minor state changes... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Eric Anholt | Use -pthread instead of -lpthread on FreeBSD. |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Brian | fix bug rendering points with fragment program (see... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Brian | Fix feedback color bug #11332. In feedback mode, produ... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Dave Airlie | clean up cache flush emission into one place |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Brian | alpha test and misc changes |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Brian | Random state-change / primitive rendering. Good for... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Brian | Merge branch 'master' of git+ssh://brianp@git.freedeskt... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Brian | fix rgba pointer bug hit on zoomed+fogged glDrawPixels |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Brian | Merge branch 'master' of git+ssh://brianp@git.freedeskt... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Oliver McFadden | r300: Corrected a bug in r300LineWidth. |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Brian | Another round of fixing attribute interpolation for... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Brian | rename _swrast_update_fragment_attribs() |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Dave Airlie | clean up color0 code |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Dave Airlie | add a mem use for current dma buffer |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Dave Airlie | fix unfilled tris/quads |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Dave Airlie | ensure cmd buffer space |
commit | commitdiff | tree | snapshot |
next |