11371 次程式碼提交 (6da9234fd437f97267e7831f034c78b31156d939)
 

作者 SHA1 備註 提交日期
  Brian fc9ff31298 trim #includes 18 年之前
  Brian 4ab3bbba29 beginings of teximage functions 18 年之前
  Brian 47fdaf0ed9 pipe->clear() now takes a surface, rather than color/depth/stencil flags. 18 年之前
  Brian 184b6a1f04 call st_init_cb_drawpixels 18 年之前
  Brian 4df8e90a01 added st_cb_drawpixels.c 18 年之前
  Brian d09f4e2007 initial work for textured-quad glDrawPixels 18 年之前
  Brian 566ae9196b remove st_draw.h include 18 年之前
  Brian 406da44da3 setup more state for clear_with_quad() 18 年之前
  Brian 7b274b4318 Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch 18 年之前
  Brian 3ab0210c31 get rid of accum param 18 年之前
  Keith Whitwell 877478e6fc Remove all references to swrast. 18 年之前
  Keith Whitwell d878bdc7a1 Fix make recursion. 18 年之前
  Brian bf64be2268 added clear-scissor.c 18 年之前
  Brian 65cc3d29a6 test glClear w/ scissor 18 年之前
  Brian 55314f8f31 Implement new draw_vertices() path for simple vertex array drawing, use it for glClear. 18 年之前
  Keith Whitwell 0e067f1fb2 Remove references to accum buffers in softpipe. 18 年之前
  Keith Whitwell 3dfe125861 Remove intel_state.c, intel_rotate.[ch] 18 年之前
  Brian 107206bbbe New header file. 18 年之前
  Brian 51b300c54d include st_cb_clear.h 18 年之前
  Brian e415dced44 sketch out clearing with quads 18 年之前
  Brian 5936b439e8 add PIPE_MASK_RGBA 18 年之前
  Brian a6dd731656 comment follow-up 18 年之前
  Brian d747bf14dd Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch 18 年之前
  Keith Whitwell a4a0189ed6 Remove intelClear() hack. 18 年之前
  Keith Whitwell d2bffbb7b5 Remove remnants of i915 texture-from-pbo code. 18 年之前
  Keith Whitwell 4f442d9ef5 Reroute some clear functionality. 18 年之前
  Brian 1b0e92b91a implement masking in sp_region_fill() 18 年之前
  Brian 1ecc648398 rearrange things in xmesa_clear() a bit 18 年之前
  Brian 54135597b8 get cliprect bounds after softpipe_update_derived() 18 年之前
  Brian 0c4acfe15a Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small now. 18 年之前
  Brian 0eb02a1963 More work on glClear. 18 年之前
  Brian cddce60e7b s/Z24_S8/S8_Z24/ 18 年之前
  Brian 5fd4606591 s/Z24_S8/S8_Z24/ (stencil is in the high byte) 18 年之前
  Brian fb206809ba Checkpoint: glClear changes - working, bug very rough. 18 年之前
  Keith Whitwell e99b673cb0 Build libsoftpipe.a 18 年之前
  Keith Whitwell 028a08f563 Remove unused file intel_render.c 18 年之前
  Keith Whitwell e5df28f39a Remove unused file 18 年之前
  Keith Whitwell c5802911df Remove intel_span.[ch] 18 年之前
  Brian d28661870a sp_z_surface.h is dead 18 年之前
  Brian 18fbf48a1e Obsolete. 18 年之前
  Brian 20adf45c23 Redesign pipe_surface in terms of pipe_region. 18 年之前
  Brian 2f245bce42 Lift region-related functions up to the pipe interface. 18 年之前
  Brian 33891b64a9 re-fix stencil addressing bug 18 年之前
  Keith Whitwell 58c1297b22 Add missing files 18 年之前
  Keith Whitwell 43d07d8697 Remove references to intel_tris.h 18 年之前
  Keith Whitwell b4c18efcd0 Build the "pipe" version of the i915tex driver. 18 年之前
  Keith Whitwell 280cb37130 A version of the i915tex driver with all drawing code removed. 18 年之前
  Brian 973985b7ef simplify clear.x1,y2,x2,y2 setup 18 年之前
  Brian f0b4d9cb24 In i915/i830_emit_state(), check if state->draw_region is non-null. 18 年之前
  Brian 6490c7d4aa fix stencil addressing bug 18 年之前