mesa.git
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 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 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 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-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
2007-07-01 Dave Airlier300: remove some unused code
2007-07-01 Dave Airlier300: cleanup some of the swtcl code
2007-07-01 Dave Airlier300: fixup manytex, we needed to emit the vic/vir...
2007-07-01 Dave Airlier300: fix tabbing
2007-06-30 Briansimplify INIT_SPAN code
2007-06-30 Brians/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()
2007-06-30 BrianUndo some prev glDraw/CopyPixel changes which fixed...
2007-06-30 BrianObsolete
2007-06-30 Brianoverhaul point rasterization, no longer use s_pointtemp.h
2007-06-29 Brianadded buffer_data(), buffer_sub_data() to pipe_buffer
2007-06-29 Brianmore work on tex objects, surfaces, mappable buffers
2007-06-29 Brianadded texture types and mapping types
2007-06-29 Briantexture object construction
2007-06-29 Brians/G_CONTEXT_H/SP_CONTEXT_H/
2007-06-29 Brianregenerated
2007-06-29 Ben Skeggsnouveau: match drm changes (0.0.7)
2007-06-29 Ben Skeggsnouveau: NV30_TCL viewport/scissor fixes
2007-06-28 Brianbring over 7.0 doc changes
2007-06-28 BrianAdd a few missing GL 2.0 entrypoints, regenerate relate...
2007-06-28 zhanga variety of fixes for MingW
2007-06-28 Brianremove t_save_api.c and some other obsolete files,...
2007-06-28 Brianremove obsolete t_save_api.c
2007-06-28 Brianuse larger point/sprite size
2007-06-28 Brianincrease MAX_POINT_SIZE to 60
2007-06-28 BrianXXX comment about point clamping
2007-06-28 Brianadded comment, remove dead code
2007-06-26 Brianconsolidate point/line state into pipe_setup_state
2007-06-25 Brianfix logic error in updating of quad's Z values. Basic...
2007-06-25 Brianclean-ups
2007-06-25 Brianemit quad->outputs.depth[], hack need_z
next