11519 コミット (3738606a52b585108d709ce6be8565fc6144cbc7)
 

作成者 SHA1 メッセージ 日付
  Brian 3738606a52 more render to texture work 18年前
  Brian 137ec50994 sketch out some render-to-texture code 18年前
  Brian 6349bd3112 remove some temporary hacks 18年前
  Brian 0aa8b1643b added pipe_surface_unreference() 18年前
  Brian 3cc5b1645b include surface.offset in address calculations 18年前
  Keith Whitwell 30e506eb04 Clean up / sanitize debugging 18年前
  Keith Whitwell a27c0db260 Missing files 18年前
  Keith Whitwell c26d635e22 Remove dead include line 18年前
  Keith Whitwell 07fd9ad7bb Fix merge issue 18年前
  Keith Whitwell fa6815f056 Give softpipe a native texture layout of its own. 18年前
  Keith Whitwell 938c307e45 Add printf handlers, pass pci id and move texlayout code to driver. 18年前
  Keith Whitwell c12b71ef93 Pass pci_id to i915_create() 18年前
  Keith Whitwell cb2d95ba68 Add a printf method to winsys and use for all debugging. 18年前
  Keith Whitwell af25ca6e69 Add a printf method to winsys. Not currently used. 18年前
  Brian 6e3c01578e obsolete files 18年前
  Brian 0643ea07ca no longer need intel_surface.c 18年前
  Brian 8639a54319 move intel_supported_formats() into intel_context.c 18年前
  Brian 12b0aa129e we can now just rely on softpipe for surface creation, quad_read/write, etc 18年前
  Brian 3654922b33 flesh out w/ more formats, y=0=top convention 18年前
  Brian c7dd9bf870 return (softpipe) in GL_RENDERER string - temporarily 18年前
  Brian f8ab24760d rename st_cb_teximage.h st_format.h 18年前
  Brian 1463c00d4e Rename (file contains surface format-related functions) 18年前
  Brian a25dd4d407 code movement 18年前
  Brian d2bfdae860 invert Y axis 18年前
  Brian c7157065b2 change triangle orientation, fix exit() 18年前
  Brian 3a9eca5cc0 asst changes to get softpipe rendering again (no zbuf support for now) 18年前
  Brian 6883930f61 init strb->Base.DataType appropriately, clean-ups 18年前
  Brian 2f4f703af1 export softpipe_init_surface_funcs() 18年前
  Brian ac36cdbcc1 added null ptr checks 18年前
  Keith Whitwell 78b1a29a0d Split texfilter enums to match common hardware usage. 18年前
  Keith Whitwell 00677fb67c silence warning 18年前
  Keith Whitwell 1ac106eefd silence warning 18年前
  Brian c19a95510f more work toward texture-based glDrawPixels 18年前
  Brian be57c1aac4 comments 18年前
  Brian 3d31252d44 move viewport Y inversion to state tracker 18年前
  Keith Whitwell 7c9a1357be Add more i915 state packets. 18年前
  Keith Whitwell b3efc75f1a Remove unused file 18年前
  Brian f1637e89de invert Y axis with the viewport transformation to put things right side up 18年前
  Brian 584c076201 vertex colors are ARGB 18年前
  Keith Whitwell debb4884e3 Missing files 18年前
  Keith Whitwell e23966f3de Some basic state - blend and ztest sort of work. 18年前
  Keith Whitwell 3bf25e5516 Remove references to fallbacks from this directory 18年前
  Brian df338be6d7 comments, assertions, etc 18年前
  Brian ef5d99e083 Obsolete 18年前
  Brian e24c696ca8 dead code removal 18年前
  Keith Whitwell 94fda5695e Emit drawrect command as we no longer ask the kernel to do this. 18年前
  Keith Whitwell bb142746bd Remove unused blit functions. 18年前
  Keith Whitwell 277e4989f3 Don't reemit hardware state *every* primitive. 18年前
  Brian fb8caffea8 fix merge conflicts 18年前
  Brian 0c4c86cf2c don't use intel_read_draw_buffer.c anymore 18年前