11057 Revīzijas (6aa9c8ebc19ffa4425669862caeb99b22c079090)
 

Autors SHA1 Ziņojums Datums
  Brian 6aa9c8ebc1 remove unneeded casts, added comments pirms 18 gadiem
  Brian 1deafdb1de Do depth testing with integer values. pirms 18 gadiem
  Brian f6dffd6ee7 fix problems with polygon offset pirms 18 gadiem
  Brian 5e4379b5a4 comments, clean-up pirms 18 gadiem
  Brian 720c0eb71d added comments pirms 18 gadiem
  Brian 1fe4cf83cd Fix front/back mix-up. added comments. pirms 18 gadiem
  Brian 24b68f4184 press 'f' to toggle GL_CCW/GL_CW front face pirms 18 gadiem
  Brian 9a89cc3b6b use 'c' to cycle through polygon cull modes pirms 18 gadiem
  Brian 8733ee9dc9 use cursor keys to translate triangle pirms 18 gadiem
  Brian 17b86cfa4e Comments, minor clean-up. pirms 18 gadiem
  Brian e7a2085148 comments pirms 18 gadiem
  Brian 57a5385652 Added comments, assertions. pirms 18 gadiem
  Brian 8c1fa904ed Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array. pirms 18 gadiem
  Brian d68ea4e23f remove some dead/disabled stuff pirms 18 gadiem
  Brian f4053ce858 Remove softpipe includes pirms 18 gadiem
  Brian ebafc193fa s/G_/SP_/ pirms 18 gadiem
  Brian a380f98b6c Rename G_NEW_* tokens to SP_NEW_* pirms 18 gadiem
  Brian 546eff6ba8 Obsolete file. pirms 18 gadiem
  Brian 279ffe3f16 New 'draw' module for primitive drawing (clipping, culling, etc). pirms 18 gadiem
  Brian 9fbdf50078 New 'draw' module for handling the various stages of primitive drawing (clipping, culling, etc). pirms 18 gadiem
  Brian 10f4b37bd7 Rename/move some files to modularize the primitive/draw code. pirms 18 gadiem
  michal 9b32c33e9d Fix function names. pirms 18 gadiem
  michal 6d8fb1a543 Indent. pirms 18 gadiem
  michal 3b8bc1f467 Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch pirms 18 gadiem
  michal ffe58739da Softpipe: import TGSI tree. Not hooked-up yet. pirms 18 gadiem
  Brian ffa2659204 stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475 pirms 18 gadiem
  Brian c223c6b663 Be more consistant with paths in #includes. Eventually, eliminate a bunch of -I flags. pirms 18 gadiem
  Brian e8e5d9effe support more modes, added -f cmd line option pirms 18 gadiem
  Brian 9aa8223605 assorted clean-ups pirms 18 gadiem
  Eric Anholt bd9db5eed2 fix LogicOp/bitmap problem, bug 11133 pirms 18 gadiem
  Brian 22b0b2f47e add fbdev/ to DEMO_FILES pirms 18 gadiem
  Dave Airlie 5657fc5b4c r300: only init swtcl on tcl-less cards pirms 18 gadiem
  Brian ac5523a9c3 SIMD comments pirms 18 gadiem
  Brian 284efcfc27 hook in state tracking for blend color pirms 18 gadiem
  Brian d378a2c0b8 added blend_color pirms 18 gadiem
  Brian 111880798a Blend MIN/MAX modes are special: the src/dest terms are always one. pirms 18 gadiem
  Brian f6d4f5e1e9 Rewrite blending in terms of SIMD operations. pirms 18 gadiem
  Brian 7ff4359a3b added vec2(vec4) constructor, bug 11404 pirms 18 gadiem
  Brian a36b5c6d47 add code for stpq, rgba writemasks in make_writemask(), bug 11404 pirms 18 gadiem
  Brian a813f65487 clarify that line_stipple_factor is in [0,255] corresponding to GL's range of [1,256]. pirms 18 gadiem
  Brian 3d04682b7a fix StepX/StepY typo pirms 18 gadiem
  Brian f9b53f648d use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457 pirms 18 gadiem
  Roland Scheidegger 9a45176dd8 fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #11030) pirms 18 gadiem
  Brian ea92566ed9 rename a few structs (use _state suffix consistantly), reorder/sort fields in some structs pirms 18 gadiem
  Brian 9220255d75 add const to wglSetPixelFormat() to match .h declaration pirms 18 gadiem
  Brian 06542019a8 avoid unnecessary clamping of depth values (bug 11448) pirms 18 gadiem
  Dave Airlie 6257ed8663 r300: fix compiz crash on swtcl - doesn't fix compiz though. pirms 18 gadiem
  Claudio Ciccani a49570794a Compute the amount of time to sleep on idle event using timers as reference. pirms 18 gadiem
  Claudio Ciccani 33da6cb133 Fixed initialization of render buffer and deinitialization of context. pirms 18 gadiem
  Dave Airlie ad19038080 r300: oops wrong logic for swtcl pirms 18 gadiem