1. 0f82aa5 tgsi: minor comments by Brian Paul · 16 years ago
  2. 699897e tgsi: Document KIL, KILP instructions. by Michal Krol · 16 years ago
  3. 210b468 gallium/util: add upload manager helper module by Keith Whitwell · 16 years ago
  4. 4b55a4f tgsi: Document vs_2_0 instruction set operations. by Michal Krol · 16 years ago
  5. 7c50917 tgsi: Document vs_1_1 instruction set operations. by Michal Krol · 16 years ago
  6. a1f4b5d tgsi: Begin documenting ps_2_x instruction set operations. by Michal Krol · 16 years ago
  7. 0c550b0 util: avoid clashprone UINT, UBYTE enum values by Keith Whitwell · 16 years ago
  8. 5488fe8 draw: use AOS_ERROR rather than clash-prone ERROR() macro by Keith Whitwell · 16 years ago
  9. 05318c5 tgsi: Restore statement ordering. by José Fonseca · 16 years ago
  10. c1f8de9 util: Realloc takes bytes. by José Fonseca · 16 years ago
  11. ed3781f tgsi: Document ps_2_0 instruction set operations. by Michal Krol · 16 years ago
  12. 223bf49 tgsi: Document ps_1_4 instruction set operations. by Michal Krol · 16 years ago
  13. 95ef980 tgsi: Document ps_1_1 instruction set operations. by Michal Krol · 16 years ago
  14. f074005 tgsi: Begin documenting GLSL instruction set operations. by Michal Krol · 16 years ago
  15. 0ff360c tgsi: Begin documenting NV_geometry_program4 instruction set operations. by Michal Krol · 16 years ago
  16. 627c2d2 tgsi: Silence const pointer cast warnings. by Michal Krol · 16 years ago
  17. cddf629 util: bitmask data type. by José Fonseca · 16 years ago
  18. cf25ef9 gallium: Use struct pipe_atomic for pipe refcounts. by Thomas Hellstrom · 16 years ago
  19. 1f3fe40 tgsi: Begin documenting NV_gpu_program4 instruction set operations. by Michal Krol · 16 years ago
  20. bf3759e tgsi: Document NV_vertex_program3 instruction set operations.` by Michal Krol · 16 years ago
  21. 683e709 gallium: consolidate bypass_vs and bypass_clipping flags by Keith Whitwell · 16 years ago
  22. fa0f485 gallium: no need to keep a copy of shader tokens in state tracker by Keith Whitwell · 16 years ago
  23. f500f3a gallium: Remove do_flip argument from surface_copy by Jakob Bornecrantz · 16 years ago
  24. a9a214c tgsi: Localise SCS code. by Michal Krol · 16 years ago
  25. 321634d tgsi: Rewrite NRM opcode, store 1.0 in W component. by Michal Krol · 16 years ago
  26. d4ea9a2 tgsi: Begin documenting NV_fragment_program2 instruction set operations. by Michal Krol · 16 years ago
  27. 98399ee tgsi: Begin documenting ARB_fragment_program instruction set operations. by Michal Krol · 16 years ago
  28. d76b3bb tgsi: Document ARB_vertex_program instruction set operations. by Michal Krol · 16 years ago
  29. 8823d01 tgsi: Begin documenting NV_vertex_program2 instruction set operations. by Michal Krol · 16 years ago
  30. d885c9d util: fix debug_assert() to avoid unused variable warnings in release builds by Keith Whitwell · 16 years ago
  31. 5146b3f tgsi: Implement RFL, SFL, STR, X2D opcodes. by Michal Krol · 16 years ago
  32. 9ffe667 tgsi: Begin documenting NV_fragment_program instruction set operations. by Michal Krol · 16 years ago
  33. ae7ae57 tgsi: Implement RCC opcode. by Michal Krol · 16 years ago
  34. 94cf8ea tgsi: Document NV_vertex_program1_1 instruction set operations. by Michal Krol · 16 years ago
  35. 38afa29 tgsi: Untabify. by Michal Krol · 16 years ago
  36. ca066f0 tgsi: Implement CLAMP opcode. by Michal Krol · 16 years ago
  37. fb88908 tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal. by Michal Krol · 16 years ago
  38. 5660304 tgsi: ARL and FLOOR opcodes have the same implementation. by Michal Krol · 16 years ago
  39. 2f8c4ef tgsi: ARL is a vector instruction. by Michal Krol · 16 years ago
  40. bbf84cc tgsi: Note that LOG and EXP are approximations. by Michal Krol · 16 years ago
  41. 5d0f69e tgsi: Document EXT_vertex_shader instruction set operations. by Michal Krol · 16 years ago
  42. 9438ffd tgsi: Implement CND, CND0 opcodes. by Michal Krol · 16 years ago
  43. 5ee3c79 tgsi: Remove redundant micro_ge() -- use micro_le(). by Michal Krol · 16 years ago
  44. 0d727fa tgsi: Document ATI_fragment_shader instruction set operations. by Michal Krol · 16 years ago
  45. 8766677 tgsi: Document NV_vertex_program instruction set operations. by Michal Krol · 16 years ago
  46. ca640ca gallium: added null ptr check in align_free() by Brian Paul · 16 years ago
  47. 79a05a6 indices: add translate/generate functions for unfilled modes by Keith Whitwell · 16 years ago
  48. 45bde75 gallium: Remove some superfluous instances of #include "p_inlines.h". by Michel Dänzer · 16 years ago
  49. 5e27cd4 gallium: Unify reference counting. by Michel Dänzer · 16 years ago
  50. dceb099 Merge commit 'origin/gallium-0.1' by José Fonseca · 16 years ago
  51. efcea15 pipebuffer: Cleanup merge. by José Fonseca · 16 years ago
  52. 9a9dc42 pb: fix up merge mistakes by Keith Whitwell · 16 years ago
  53. 9036e0d pipebuffer: Fix copy'n'paste typo. by José Fonseca · 16 years ago
  54. 916de35 Merge commit 'origin/gallium-0.1' by Keith Whitwell · 16 years ago
  55. 050ce17 pipebuffer: Cleanup code & comments. by José Fonseca · 16 years ago
  56. fe64aa0 pipebuffer: Handle PIPE_BUFFER_USAGE_DONTBLOCK flag. by José Fonseca · 16 years ago
  57. 2c1d40a pipebuffer: Wait for the GPU to finish reading too. by José Fonseca · 16 years ago
  58. 802a5ff pipebuffer: Remove unused var. by José Fonseca · 16 years ago
  59. ba91e79 tgsi: More descriptive sanity diagnostic messages. by Michal Krol · 16 years ago
  60. 9d49fb4 tgsi: More descriptive sanity diagnostic messages. by Michal Krol · 16 years ago
  61. 43714e9 tgsi: don't dump interpolation info except for fragment shader inputs by Keith Whitwell · 16 years ago
  62. b747e1d util: set vbuf.max_index in draw_vertex_buffer() by Keith Whitwell · 16 years ago
  63. dbab39c gallium: Add support for BSD operating systems, tested with FreeBSD by Benjamin Close · 16 years ago
  64. 0be216c pipebuffer: Allow asymmetric guard sizes for under/overflow detection. by José Fonseca · 16 years ago
  65. 8f3c1cd util: Don't use 0-sized arrays. by José Fonseca · 16 years ago
  66. 693fac8 gallium: Add pipe_buffer_write/read inlines. by José Fonseca · 16 years ago
  67. 208dbc6 pipebuffer: Remove unused var. by José Fonseca · 16 years ago
  68. 37f21fc Merge commit 'origin/gallium-0.1' by José Fonseca · 16 years ago
  69. 7769712 gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instructions by Brian Paul · 16 years ago
  70. 7738855 util: Use a checkboard pattern instead of asserting for unknown formats. by José Fonseca · 16 years ago
  71. 02ab1ea util/debug: need to fflush(stderr) on windows by Keith Whitwell · 16 years ago
  72. 5b41e30 util: Also output messages to stderr on windows. by José Fonseca · 16 years ago
  73. ee4e4a6 util: Stack backtracing facilities. by José Fonseca · 16 years ago
  74. fffadc2 gallium: Improve recursive makefiles by Jakob Bornecrantz · 16 years ago
  75. d9602e5 gallium: Improve makefiles for libraries by Jakob Bornecrantz · 16 years ago
  76. 43b31fc util: Support PIPE_FORMAT_Z32_FLOAT in pipe_tile_raw_to_rgba by José Fonseca · 16 years ago
  77. 7c12e1a pipebuffer: Dump debugging info for fenced buffer list. by José Fonseca · 16 years ago
  78. c743155 pipebuffer: Don't retry to alloc memory block on mm. by José Fonseca · 16 years ago
  79. 8ef377d draw: Reuse xmm registers. by Keith Whitwell · 16 years ago
  80. 480bb4c draw: Fix segfault if rast is null by Jakob Bornecrantz · 16 years ago
  81. 85b0c17 mesa: Free the util shaders with the gallium's FREE. by José Fonseca · 16 years ago
  82. f9ccdbe util: Use right include. by José Fonseca · 16 years ago
  83. 3bd7c5c Merge branch 'gallium-texture-transfer' by Michel Dänzer · 16 years ago
  84. 76d8951 Merge commit 'origin/gallium-0.1' by Keith Whitwell · 16 years ago
  85. 59d5433 Merge branch 'master' into gallium-texture-transfer by Keith Whitwell · 16 years ago
  86. 89e2b9c Merge commit 'origin/draw-vbuf-interface' by Keith Whitwell · 16 years ago
  87. ea4bf26 util: Move p_debug.h into util module. by José Fonseca · 16 years ago
  88. 06cd416 util: (Re)enable memory debugging for all windows platforms. by José Fonseca · 16 years ago
  89. c706ea4 draw: Reuse xmm registers. by Keith Whitwell · 16 years ago
  90. b9de208 gallium: fix glean's vertProg1 by Alan Hourihane · 16 years ago
  91. 1c4f67b draw: second argument to unmap is max, not count by Keith Whitwell · 16 years ago
  92. befa4ff draw: add map/unmap directives for swtnl driver interface by Keith Whitwell · 16 years ago
  93. 5af3475 gallium: Fix a couple of potential NULL pointer dereferences. by Michel Dänzer · 16 years ago
  94. 479d929 Cosmetic: Rename struct pipe_transfer pointers from 'ps' to 'pt'. by Michel Dänzer · 16 years ago
  95. f5cca12 tgsi: keep immediate file info uptodate by Keith Whitwell · 16 years ago
  96. 6b06a6b gallium: const-correctness for u_linear.c functions by Brian Paul · 16 years ago
  97. 81374d1 gallium: silence warnings about void ptr arithmetic by Brian Paul · 16 years ago
  98. 874f364 draw: Cap max vertices instead of failing assert. by José Fonseca · 16 years ago
  99. 00ee308 pipebuffer: Drop reliance on pipe_winsys. by José Fonseca · 16 years ago
  100. a872b51 gallivm: Fix build -- rename Size to NrTokens. by Michal Krol · 16 years ago