mesa.git
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-13 BrianFix for-loop in interp() so we don't go out of bounds.
2007-07-13 Brianset INTERP_CONSTANT when appropriate
2007-07-13 Briancomments
2007-07-13 BrianEnable Keith's branch-less stipple code - it works.
2007-07-13 BrianAdd 'prim' field to quad so that stipple and aa coverag...
2007-07-13 BrianImplement AA points and AA coverage application in...
2007-07-13 Brianpress 's' to toggle smoothing
2007-07-13 BrianAdded basic occlusion counting
2007-07-13 Brianminor rename
2007-07-13 Keith WhitwellAdd conditional-free implementation (disabled, not...
2007-07-13 Keith WhitwellSimplify slightly.
2007-07-12 Brianminor changes, comments about multiple color buffers...
2007-07-12 BrianAdd a quad 'bufloop' stage to handle glDrawBuffer(GL_FR...
2007-07-12 BrianXXX comment about skipping stipple for points/lines
2007-07-12 Brians/prim_setup/sp_draw_render_stage/, new comments
2007-07-12 BrianRemove dead code
2007-07-12 BrianRename prim_stage -> draw_stage
2007-07-12 BrianAdded colormask, dither, multisample state. Implement...
2007-07-12 Brianfront/back-face determination was wrong
2007-07-12 Brianculling was inverted
2007-07-12 Brianhandle edge flags for GL_POLYGONs
2007-07-12 Brianfix MIN/MAX mix-up
2007-07-11 Brianremove unused hw_data_offset
2007-07-11 Briandisable debug printfs
2007-07-11 Brianremove glDepthFunc(GL_LEQUAL) change from prev commit
2007-07-11 BrianFix broken depth offset.
2007-07-11 BrianObsolete file.
2007-07-11 BrianImplement polygon stipple state tracking, application.
2007-07-11 Keith WhitwellFix screen corruption on resize.
2007-07-11 Brianneed to clamp floats to [0,1] in write functions
2007-07-11 Brianfix stencil logic error, use proper front/back face...
2007-07-11 BrianCompute quad.facing from prim->det and polygon winding.
2007-07-11 Roland Scheideggerremove bogus assertion, change drawable updates
2007-07-11 Roland Scheideggerdrop some more code no longer needed
2007-07-11 Roland Scheideggersome fixes, fake frontbuffer
2007-07-11 BrianCheckpoint: stencil roughly working, some bugs to fix...
2007-07-10 BrianBegin hooking up stenciling.
2007-07-10 Brianclean-ups
2007-07-10 BrianFill in remaining switch cases. Only call next stage...
2007-07-10 Brianremove debug printf
2007-07-10 BrianFix line clipping bug. New comments.
2007-07-10 Brianclean-up, comments
2007-07-10 Brianclamp after offsetting, new comments
2007-07-10 Brianremove unneeded casts, added comments
2007-07-10 BrianDo depth testing with integer values.
2007-07-10 Brianfix problems with polygon offset
2007-07-10 Briancomments, clean-up
2007-07-10 Roland Scheideggercopybuffer/cliprect fixups
2007-07-10 Brianadded comments
2007-07-10 BrianFix front/back mix-up. added comments.
2007-07-10 Brianpress 'f' to toggle GL_CCW/GL_CW front face
2007-07-10 Brianuse 'c' to cycle through polygon cull modes
2007-07-10 Brianuse cursor keys to translate triangle
2007-07-10 BrianComments, minor clean-up.
2007-07-10 Briancomments
2007-07-10 BrianAdded comments, assertions.
2007-07-10 BrianFix EMIT_ATTR() to populate the draw->vf_attr_to_slot...
2007-07-10 Brianremove some dead/disabled stuff
2007-07-10 Roland ScheideggerFirst attempt at using private back/z buffers.
2007-07-09 BrianRemove softpipe includes
2007-07-09 Brians/G_/SP_/
2007-07-09 BrianRename G_NEW_* tokens to SP_NEW_*
2007-07-09 BrianObsolete file.
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-09 BrianNew 'draw' module for handling the various stages of...
2007-07-09 BrianRename/move some files to modularize the primitive...
2007-07-06 michalFix function names.
2007-07-06 michalIndent.
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-05 michalSoftpipe: import TGSI tree. Not hooked-up yet.
2007-07-05 Brianstencil pixel map didn't work in _mesa_unpack_stencil_s...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-04 Briansupport more modes, added -f cmd line option
2007-07-04 Brianassorted clean-ups
2007-07-04 Eric Anholtfix LogicOp/bitmap problem, bug 11133
2007-07-04 Brianadd fbdev/ to DEMO_FILES
2007-07-04 Dave Airlier300: only init swtcl on tcl-less cards
2007-07-03 BrianSIMD comments
2007-07-03 Brianhook in state tracking for blend color
2007-07-03 Brianadded blend_color
2007-07-03 BrianBlend MIN/MAX modes are special: the src/dest terms...
2007-07-03 BrianRewrite blending in terms of SIMD operations.
2007-07-03 Brianadded vec2(vec4) constructor, bug 11404
2007-07-03 Brianadd code for stpq, rgba writemasks in make_writemask...
2007-07-03 Brianclarify that line_stipple_factor is in [0,255] correspo...
2007-07-03 Brianfix StepX/StepY typo
2007-07-03 Brianuse _mesa_unpack_stencil_span() in draw_stencil_pixels...
2007-07-03 Roland Scheideggerfix GL_DOT3_RGBA texture combiner mode in generated...
2007-07-02 Brianrename a few structs (use _state suffix consistantly...
2007-07-02 Brianadd const to wglSetPixelFormat() to match .h declaration
2007-07-02 Brianavoid unnecessary clamping of depth values (bug 11448)
2007-07-02 Dave Airlier300: fix compiz crash on swtcl - doesn't fix compiz...
2007-07-01 Claudio CiccaniCompute the amount of time to sleep on idle event using...
2007-07-01 Claudio CiccaniFixed initialization of render buffer and deinitializat...
2007-07-01 Dave Airlier300: oops wrong logic for swtcl
2007-07-01 Dave Airlier300: oops turn back off cmd buf debugging
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-07-01 Dave Airliefix tabbing
2007-07-01 Dave Airlier300: add authorship
next