1. 969ff9e xlib: Use trace usage. by José Fonseca · 16 years ago
  2. 3c90678 trace: Separate the trace screen/context vs the original screen/context. by José Fonseca · 16 years ago
  3. c67f353 mesa: Don't use alignments < 4. by José Fonseca · 16 years ago
  4. 449cb6b mesa: posix_memalign requires alignment to be multiple of sizeof(void*) by José Fonseca · 16 years ago
  5. a8540ef gallium: Catch errors from posix_memalign. by José Fonseca · 16 years ago
  6. 50c6092 python: Simplify st_winsys. by José Fonseca · 16 years ago
  7. 0ecaa37 python: Bindings fixes. by José Fonseca · 16 years ago
  8. d756f95 translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements. by José Fonseca · 16 years ago
  9. 73467e1 check for winsys->destroy before calling by Alan Hourihane · 16 years ago
  10. 19ff232 gallium: fix exec_kilp(), fix Exec/FuncMask test for TGSI_OPCODE_RET by Brian Paul · 16 years ago
  11. f3048ad gallium: in fallback_copy_texsubimage() create new tex surface for CPU read access by Brian Paul · 16 years ago
  12. 3a1af84 tgsi: Initial code for KILP, needs CCs working to be complete. by Michal Krol · 16 years ago
  13. 83a5a22 tgsi: Use a homebrew version of toupper(). by Michal Krol · 16 years ago
  14. bfdb1d5 tgsi: Fix typo. by Michal Krol · 16 years ago
  15. 4b929b3 tgsi: Validate instruction opcode and operand counts. by Michal Krol · 16 years ago
  16. 2caaba8 tgsi: Use tgsi_info to dump opcode names. by Michal Krol · 16 years ago
  17. 79e5277 tgsi: Use tgsi_opcode_info. by Michal Krol · 16 years ago
  18. 6d83a0c make: List tgsi_info.c. by Michal Krol · 16 years ago
  19. 668ac25 scons: List tgsi_info.c. by Michal Krol · 16 years ago
  20. 94f9faa tgsi: Opcode information. by Michal Krol · 16 years ago
  21. d8be393 fix compilation by Zack Rusin · 16 years ago
  22. e7e992b mesa: KIL -> KIL, KIL_NV -> KILP. by Michal Krol · 16 years ago
  23. db38708 i915: Swap meanings of KIL and KILP. by Michal Krol · 16 years ago
  24. e8e75c8 cell: KILP is a predicated discard, KIL is a conditional discard. by Michal Krol · 16 years ago
  25. f0874d1 tgsi: Swap meanings of KIL and KILP opcodes. by Michal Krol · 16 years ago
  26. f633b14 gallivm: Translate KIL instead of KILP. by Michal Krol · 16 years ago
  27. 0c8f4c2 draw: Use KIL instead of KILP. by Michal Krol · 16 years ago
  28. 9804ab9 gallium: Make a note that OPCODE_KIL is a conditional kill. by Michal Krol · 16 years ago
  29. 4424c66 gallium: more context clean-up by Brian Paul · 16 years ago
  30. a6880ac mesa: glsl: fix error detection of writing to read-only variables by Brian Paul · 16 years ago
  31. c01fbc7 mesa: texture crop rect state by Brian Paul · 16 years ago
  32. 5af6055 mesa: glsl: fix comment by Brian Paul · 16 years ago
  33. faad665 gallium: distinguish between KIL and KILP by Brian Paul · 16 years ago
  34. 8f243d6 mesa: glsl: enable bzero() in slang_typeinfo_construct() by Brian Paul · 16 years ago
  35. ee7296d mesa: glsl: remove reads of output regs from fragment shaders too by Brian Paul · 16 years ago
  36. af3d9db mesa: set point state by Brian Paul · 16 years ago
  37. 49c2ee9 mesa: allow _mesa_remove_output_reads() to work on fragment programs by Brian Paul · 16 years ago
  38. 0fe0dc3 mesa: glsl: better error messages by Brian Paul · 16 years ago
  39. ef82311 mesa: glsl: regenerated files by Brian Paul · 16 years ago
  40. 3e0bbd4 mesa: glsl: additional constructors by Brian Paul · 16 years ago
  41. 42b262d mesa: glsl: better mod() functions by Brian Paul · 16 years ago
  42. 3eea56d mesa: Rename sources to sources.mak. by José Fonseca · 16 years ago
  43. 0f5a2eb gallium: Disable debug break by default on windows. by José Fonseca · 16 years ago
  44. 80d3a65 tgsi: Prevent division by zero. by José Fonseca · 16 years ago
  45. 3b5ee3d gallium: Allow compilation inside X. by José Fonseca · 16 years ago
  46. cf16285 gdi: Remove CVS keyword. by José Fonseca · 16 years ago
  47. ebb5855 glut: Remove EOF characters. by José Fonseca · 16 years ago
  48. 506b8eb python: Use st_buffers instead of pipe_buffers. by José Fonseca · 16 years ago
  49. 4a77fad trace: More dump fixes. by José Fonseca · 16 years ago
  50. 7b8fa93 trace: Fix create_blend_state dump. by José Fonseca · 16 years ago
  51. e54fa77 trace: Dump polygon stipple state as an array. by José Fonseca · 16 years ago
  52. e08072c python: Bindings for p_compiler.h types. by José Fonseca · 16 years ago
  53. d4d8f80 trace: Fix create_depth_stencil_alpha_state trace. by José Fonseca · 16 years ago
  54. e69e94d python: Bindings for pipe_{depth,stencil,alpha}_state. by José Fonseca · 16 years ago
  55. 166b939 trace: Dump pipe_{depth,stencil,alpha}_state names. by José Fonseca · 16 years ago
  56. ca826d7 gallium: Name pipe_depth_stencil_alpha_state member structures. by José Fonseca · 16 years ago
  57. ae0c9b5 python: Simplify setting the constant buffers. by José Fonseca · 16 years ago
  58. e7f1ac3 python: Split the interface definition file in smaller ones. by José Fonseca · 16 years ago
  59. b5f7dd0 python: Add unsigned arrays. by José Fonseca · 16 years ago
  60. 8dbb301 trace: Replace buffer_map+memcpy+buffer_unmap by buffer_write by José Fonseca · 16 years ago
  61. a318325 trace: Zero the buffers to avoid dumping uninitialized memory. by José Fonseca · 16 years ago
  62. a304d27 python: Allow writing to buffers. by José Fonseca · 16 years ago
  63. e5a6068 trace: Fix hexadecimal dumping. by José Fonseca · 16 years ago
  64. 94cf4f1 trace: Trace winsys/screen/context creation. by José Fonseca · 16 years ago
  65. 91f6032 trace: Trace texture depth. by José Fonseca · 16 years ago
  66. 23e8c92 python: Update the documentation. by José Fonseca · 16 years ago
  67. 66ef96f softpipe: Include missing header. by Michal Krol · 16 years ago
  68. 40436b3 mesa: glsl: regenerated file by Brian Paul · 16 years ago
  69. 1c30e56 mesa: glsl: change refract() functions to allow inlining by Brian Paul · 16 years ago
  70. 2023f7f mesa: glsl: use SGE instead of SGT in step() functions by Brian Paul · 16 years ago
  71. 90ffd27 mesa: glsl: fix bugs in refract() functions, plus minor optimization by Brian Paul · 16 years ago
  72. 0423a39 version 20 of glxext.h by Brian Paul · 16 years ago
  73. 1a1079e version 41 of glext.h by Brian Paul · 16 years ago
  74. 6fccd8d mesa: glsl: add missing sampler types in sizeof_glsl_type(), bug 17079 by Brian Paul · 16 years ago
  75. a0a6144 gallium: added comment by Brian Paul · 16 years ago
  76. e552140 gallium: added _NEW_PROGRAM to dependencies by Brian Paul · 16 years ago
  77. d506fc0 gallium: debug/print vertex tweak by Brian Paul · 16 years ago
  78. 2260472 gallium: emit sprite coords (gl_PointCoord) by Brian Paul · 16 years ago
  79. 5549d35 trace: Dump writes to pipe_buffers. by José Fonseca · 16 years ago
  80. 376f2cb trace: Prevent tracing internal pipe driver calls. by José Fonseca · 16 years ago
  81. dc31bb5 gallium: Invert include order. by José Fonseca · 16 years ago
  82. 696067e trace: Dump shaders as text. by José Fonseca · 16 years ago
  83. 673489f tgsi: Dump shaders to a string too. by José Fonseca · 16 years ago
  84. 3e1974f util: Utility functions to print to a string buffer without overflowing. by José Fonseca · 16 years ago
  85. b65259d trace: Allow to dump binary data. by José Fonseca · 16 years ago
  86. 6c7aff2 trace: Trace pipe_winsys calls. by José Fonseca · 16 years ago
  87. fcfe638 trace: Remove unused code. by José Fonseca · 16 years ago
  88. 74b14fe mesa: fix some feature tests by Brian Paul · 16 years ago
  89. 966e199 mesa: fix some pixel transfer state tests for depth formats by Brian Paul · 16 years ago
  90. 2785822 gallium: fix additional glCopyTex[Sub]Image issues by Brian Paul · 16 years ago
  91. 48cf46a mesa: fix out-of-bounds memory reads in swizzle_copy() by Brian Paul · 16 years ago
  92. 74d649d trace: Prevent from internal calls from pipe_context to pipe_screen from being traced. by José Fonseca · 16 years ago
  93. 9dcb956 gallium: Add destroy callback to all *_winsys interfaces. by José Fonseca · 16 years ago
  94. be36f78 i965: Remove extraneous arg to debug_printf. by José Fonseca · 16 years ago
  95. 4e070f1 gallium: clean-up, remove dead code, update comments by Brian Paul · 16 years ago
  96. c1c4ff2 gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencil by Brian Paul · 16 years ago
  97. fdb7dc8 softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORM by Brian Paul · 16 years ago
  98. 6a82ea2 trace: Simplify HTML output. by José Fonseca · 16 years ago
  99. 05e9096 trace: Merge the CSS into the XSL. by José Fonseca · 16 years ago
  100. ce2137a trace: Dump format names. by José Fonseca · 16 years ago