8766 次代码提交 (301acdf34ad01315f41c14638d92aa7fe0c2d2dc)
 

作者 SHA1 备注 提交日期
  Keith Whitwell 301acdf34a Similarly, fill in missing input slots in the vertex-array + 19 年前
  Keith Whitwell 5a652f5957 Fill in missing input slots in the vertex-array + no-vertex-program 19 年前
  Alan Hourihane 6d104cb932 merge current trunk into vbo branch 19 年前
  Keith Whitwell 18d52f96bb Fix typo in display list attrib binding. 19 年前
  Keith Whitwell 9827dc8bea Respect array->Normalized flag. 19 年前
  Keith Whitwell c22f8a7787 missing file 19 年前
  Keith Whitwell 35ee4affc5 switch remaining drivers over to vbo 19 年前
  Keith Whitwell 851d15ef3a disable vtxfmt_a code, switch over to vbo 19 年前
  Keith Whitwell 80c88304fc remove vtxfmt code, switch over to vbo 19 年前
  Keith Whitwell 70dd0126bd pickup structs from vbo.h 19 年前
  Keith Whitwell 1f07439fe8 move public structure definitions to vbo.h 19 年前
  Keith Whitwell f2eb6434ab cleanup code, compiles with vbo changes 19 年前
  Keith Whitwell a1a8a2c024 oops, get.c is autogenerated 19 年前
  Keith Whitwell fd2756006a Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our 19 年前
  Keith Whitwell e8abd098b3 Remove wakeup functions. This code is intended to be active all the 19 年前
  Keith Whitwell 48f5deab94 switch several dri drivers over 19 年前
  Keith Whitwell 99efde461d better handling of current attributes. Trivial dlist and varray tests work 19 年前
  Keith Whitwell efef291dc7 checkpoint - remove dead files, otherwise untested 19 年前
  Keith Whitwell a3c86828ed Fix compiler warning 19 年前
  Keith Whitwell 0a0fb5e0b3 switch over to vbo module 19 年前
  Keith Whitwell 72b68455eb remove this module 19 年前
  Keith Whitwell b1f176039a Changes for new vbo-building module. 19 年前
  Keith Whitwell fd12b37dba Checkpoint of new vbo-building code. Currently builds regular arrays 19 年前
  Brian Paul a90ab5290c Added PROGRAM_CONSTANT to get_register_pointer(). 19 年前
  Brian Paul 8ed319796f special case END in _mesa_print_instruction() 19 年前
  Brian Paul f5eea0cc7a Implement _mesa_append_fog_code() for fragment program fog options. 19 年前
  Brian Paul db5529573f If DEBUG, check that all array indices really do fall in [start,end] in 19 年前
  Roland Scheidegger b55a0ab7ab remove code for inserting mvp transform into position-invariant vertex progs and instead use _mesa_insert_mvp_code(). 19 年前
  Brian Paul fe457474d4 Previously, if a fragment program referenced fragment.fogcoord but the 19 年前
  Roland Scheidegger e9b923182e change some bogus comments regarding the base e exponential function used for fog in vertex programs. 19 年前
  Roland Scheidegger fc606f7db9 fix (per-vertex) fog when using ARB_vp by incorporating fog factor computation into the vertex program (not yet fixed for swtnl). Simplify (and correct) the VTX_TCL_OUTPUT_VTXFMT handling when using vertex programs, turns out it's solely driven by the needs of the past-vertex stage of the pipeline, this should fix lockups with ill-specified applications using vertex programs (for instance applications enabling fog but not writing to fog coord output will now get (conformant) undefined results instead of lockups). 19 年前
  Ian Romanick e4298b9492 Add missing call to glutInit. 19 年前
  Brian Paul 6340d6bf22 s/GLchan/GLubyte/ 19 年前
  Brian Paul 59e1f3ddd8 whitespace clean-up 19 年前
  Keith Whitwell 759facb4d8 Emit cliprects in the userspace driver as required, rather than 19 年前
  Brian Paul b9786cfaae assorted clean-ups 19 年前
  Brian Paul 49a5a09ada don't save color/z if fragment is killed 19 年前
  Brian Paul 73dd09fdd3 add minstall script to MAIN_FILES (bug 8720) 19 年前
  Brian Paul a632128ffa minor tweaks good for about 12% faster execution 19 年前
  Brian Paul ec9bbac7c7 silence used var warnings 19 年前
  Brian Paul 0b26e826bd Color clamping fixes. 19 年前
  Brian Paul 919cd2c3ba move/improve comments, clean up code in a few places 19 年前
  Brian Paul ed324db249 fix another logic error in computing deferredTexture 19 年前
  Brian Paul bb19e64d12 For deferredTexture, need to check if the fragment program/shader writes 19 年前
  Brian Paul 828d15a6e0 move interpolate_varying() call 19 年前
  Brian Paul 4676b6260f don't use params passed to Clear() 19 年前
  Brian Paul f614a61905 Move interpolate_texcoords() and interpolate_varying() calls into shade_texture_span(). 19 年前
  Brian Paul 61c89be313 Consolidate some code into shade_texture_span(). 19 年前
  Brian Paul cd5a623386 fixed Fixed/Int bug 19 年前
  Brian Paul 7c76028937 remove temp code 19 年前