12635 次代码提交 (8b1c8f5e758e161bacee3f5eca2fd531f2bf56aa)
 

作者 SHA1 备注 提交日期
  Ben Skeggs 8b1c8f5e75 nv40: fp arbitrary swizzling/negation 18 年前
  Ben Skeggs 558f3abb49 nv40: support for keeping multiple vtxprogs on the hw at the same time. 18 年前
  Ben Skeggs dd1500b8b4 nouveau: wait for sync after m2mf also, to be thourough. 18 年前
  Ben Skeggs ff7edad077 nv40: Better teximage layout, probably not 100% correct still. 18 年前
  Ben Skeggs af1a388939 Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1 18 年前
  Brian 5a6017d496 add PIPE_FORMAT_Z24_S8 support to softpipe patsh 18 年前
  Brian 0191570f02 initial support for PIPE_FORMAT_Z24_S8 18 年前
  Ben Skeggs 0655cdcf48 nv40: force reupload of all consts on vtxprog change 18 年前
  Ben Skeggs 0d0349faff nouveau: temporary workaround for dodgy buffer code 18 年前
  Ben Skeggs b9b5f4b3c1 nv40: "rect" textures, anisotropic filtering 18 年前
  Ben Skeggs 30837fd24f nv40: fix a couple of typos 18 年前
  Ben Skeggs f01e305e98 nv40: use native Z24_S8 format for zeta buffer 18 年前
  Ben Skeggs 85d626508a Add support for Z24_S8 to GL state tracker. 18 年前
  Ben Skeggs 04fcee96b1 nv40: track pipe const id 18 年前
  Ben Skeggs b4c813313a nv40: remove use of temps for KILP, implement KIL 18 年前
  Ben Skeggs 060127af38 nouveau: update to latest header 18 年前
  Brian c4f9fbb57f optimize earlyz_quad(), add comments, remove unneeded #includes 18 年前
  Brian 0204cbb4f1 optimize linear_interpolation(), perspective_interpolation() functions 18 年前
  Michal Krol 7f718f0476 Implement early depth test. 18 年前
  Ben Skeggs c7c6253169 nouveau: m2mf fallback path for region copies. 18 年前
  Ben Skeggs f940603037 nv40: fix thinko == fix 3d textures 18 年前
  Ben Skeggs a1d622190f nv40: support TXP again 18 年前
  Ben Skeggs 3ab26c864c nv40: some very rough guesses for get_paramf() 18 年前
  Ben Skeggs bc449c28c6 nouveau: oops, when'd that disappear.. 18 年前
  Ben Skeggs 2f33b5b56e nouveau: Very rough cut at gallium winsys + nv40 pipe driver. 18 年前
  José Fonseca ca7f68a7cf Fix typo 18 年前
  José Fonseca dec60d33b2 Proper fence reference counting. 18 年前
  Brian 34a00276c7 more convenient debug code 18 年前
  Brian aa880bdfa0 Reimplement glRasterPos using the private 'draw' module. 18 年前
  Brian 6a1154bab0 adjustments so st_feedback_draw_vbo() can be used for glRasterPos 18 年前
  Brian 95f066fc54 note problem with fragment coord Y orientation 18 年前
  Brian f361edae5d added a clip-bypass flag to rasterizer state 18 年前
  José Fonseca 90dd0cb822 Include fences in the i915simple winsys interface. 18 年前
  Brian 193c85ec7a comments, assertions 18 年前
  Brian 50a56cd755 minor simplifcation in vertex_fetch() 18 年前
  Alan Hourihane 33cf20bb45 remove duplicate init func 18 年前
  Brian 6446986321 Reorganize user-space vertex fields in draw_context into 'user' group. 18 年前
  Brian 990fe4c0bf remove unneeded #includes, added assertion in draw_compute_vertex_size() 18 年前
  Brian ec0c5e59c2 Remove unneeded header, draw_prim.h 18 年前
  Brian 1574611faf Fix minor logic error in get_queued_prim() which caused flushing when there was still room in the prim queue. 18 年前
  Brian 48863cdd0a new comments 18 年前
  Brian 03f4a487dd remove unneeded #includes 18 年前
  Brian 03484d0aae comments, remove unneeded #includes 18 年前
  Brian f66fed57e6 For TGSI_TEXTURE_2D/RECT, need to provide 3 coords (STP) in case shadow compare mode is enabled. 18 年前
  Brian 3d8c05f732 Implement shadow comparisons. 18 年前
  Brian a7be1c5ac2 use pipe_surface_reference() in sp_tile_cache_set_surface() 18 年前
  Brian c0b2714945 simplify depth_value(), return proper value for Z16 format 18 年前
  Brian cee1d1328a fix bad width/height code in softpipe_clear() 18 年前
  Brian ae9fe0f981 Remove TGSI_OPCODE_TXP 18 年前
  Brian fa63d6d32c check for divide by W flag when translating TGSI_OPCODE_TEX (fixes projected textures) 18 年前