16051 次程式碼提交 (f0debbb0bb951bfc6dc0ae467564b3b1230324cf)
 

作者 SHA1 備註 提交日期
  Brian Paul f0debbb0bb gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL code 17 年之前
  Brian Paul 03c0ce4c61 gallium: added tgsi_set_exec_mask() 17 年之前
  Brian Paul a137f03c56 gallium: added some sanity check assertions for constant buffer indexing 17 年之前
  Brian Paul 528c860a58 mesa: remove extra \n from printf string 17 年之前
  Brian Paul 2ff4636603 mesa: add Initialized field to gl_uniform struct, for debugging purposes only 17 年之前
  Brian Paul 05a17f83b0 gallium: added some debug code (disabled) 17 年之前
  Brian Paul fc3b361191 gallium: disable some debug output 17 年之前
  Jakob Bornecrantz 64a9908816 i915: Remove faulty assert 17 年之前
  michal 5a0299875c draw: Implement TGSI_OPCODE_TRUNC. 17 年之前
  michal 502974b345 tgsi: Implement OPCODE_TRUNC. 17 年之前
  Brian Paul f16f53ae3d mesa: fix float-valued GLSL vertex attribute variables 17 年之前
  Brian Paul c7e98469fa mesa: silence warnings 17 年之前
  Brian Paul e9bc632d82 mesa: do scope replacement for while/for loops too 17 年之前
  Brian Paul 58936b51af mesa: glsl tree print improvements 17 年之前
  Brian Paul 90cdb8a4de mesa: fix assignment / parameter passing of sampler types 17 年之前
  Brian Paul b3cfcd326b mesa: additional debug flags for glsl debug/disassembly 17 年之前
  Brian Paul fa139f8826 mesa: fix some bugs with precision qualifier parsing 17 年之前
  Brian Paul 40217db75a mesa: do scope replacement for variable initializers too 17 年之前
  Brian Paul 851dbaa5b5 mesa: fix copy/paste error in GLSL error msg 17 年之前
  Brian Paul 766cb95a45 gallium: new sanity assertions in mmAllocMem() 17 年之前
  Brian Paul 7d7f0f1706 gallium: fix copy&paste bug 17 年之前
  Brian Paul 8160cb4935 gallium: fix alignment parameter passed to u_mmAllocMem() 17 年之前
  Keith Whitwell 52e6fbb655 gallium: recognize DEBUG as well as DBG for debugging 17 年之前
  Keith Whitwell 97e63437dc mesa: note that texcoords are generated by setup routines when pointsprite enabled 17 年之前
  Brian Paul 6c6c2f1d23 gallium: add some checks for null surface pointers in state tracker 17 年之前
  Brian Paul d422c1eb5c mesa: redraw upon keypress in trivial/tri.c 17 年之前
  Brian Paul 8d6ef125ac gallium: fix mis-matched malloc/free vs. aligned malloc/free 17 年之前
  Keith Whitwell 055d986efe trivial: more vp tests 17 年之前
  Keith Whitwell 5548a3072f vp: add simple vertex transform test 17 年之前
  Keith Whitwell 568e96b453 mesa: modify fixed function vertex programs not to reference constant attributes 17 年之前
  Brian Paul 6d4d51d647 mesa: new _mesa_set_vp_override() function for driver-override of vertex program 17 年之前
  Brian Paul f7556fdd40 mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAM 17 年之前
  Brian Paul 5c4bd76cb6 mesa: in _mesa_combine_programs() take new STATE_CURRENT_ATTRIB color into account 17 年之前
  Stephane Marchesin 4f1dafaa82 Mesa: fix the case where there are no vertex attributes. 17 年之前
  Keith Whitwell 1ec78df1e7 trivial: add more vp tests 17 年之前
  Brian Paul 239617fbe2 mesa: replace GLuint with GLbitfield to be clearer about usage 17 年之前
  Keith Whitwell 23cc303994 draw: don't assume output buffer pointer is aligned 17 年之前
  Keith Whitwell 4070dba28a mesa: update state after binding vertex list in dlist path 17 年之前
  Keith Whitwell a381c9e8b3 trivial: exercise vertprog sligtly 17 年之前
  Keith Whitwell 6ff1cf5b82 mesa: protect against segfault in get_fp_input_mask() 17 年之前
  Keith Whitwell c48da7d78b draw: add switch for drivers to force vertex data passthrough 17 年之前
  Brian Paul 23e62c94ee mesa: remove old assertion 17 年之前
  Brian f7ee3c9792 gallium: replace assertion with conditional/recovery code 17 年之前
  Brian d055b2c001 mesa: fix convolve/convolution mix-ups 17 年之前
  Brian Paul f362788eae mesa: add missing GLcontext param to _mesa_delete_query(). 17 年之前
  Michal Krol 9b82701813 draw: Fix compiler errors on Windows. 17 年之前
  Keith Whitwell 7053f8c902 rtasm: fix debug build 17 年之前
  Keith Whitwell 53d4706c6c make draw's vertex_info struct smaller/quicker to compare with memcmp() 17 年之前
  Keith Whitwell 0370d6b359 mesa: handle vertex program enabled case also in texenvprogram.c 17 年之前
  Keith Whitwell 1680ef8696 mesa: avoid generating constant vertex attributes in fixedfunc programs 17 年之前