1. f22574b scons: Use -Wdeclaration-after-statement by José Fonseca · 16 years ago
  2. 188a333 progs: Add util to cpp path. by José Fonseca · 16 years ago
  3. dbc3e8e progs/vp: add keys for point prims, etc, and various new tests by Keith Whitwell · 16 years ago
  4. f500f3a gallium: Remove do_flip argument from surface_copy by Jakob Bornecrantz · 16 years ago
  5. f786e46 mesa: added GL_DU8DV8_ATI case in _mesa_components_in_format() by Brian Paul · 16 years ago
  6. 1826ff3 mesa: override_internal_format() function for debug/test purposes (disabled) by Brian Paul · 16 years ago
  7. 8a8919a mesa: improve some error messages by Brian Paul · 16 years ago
  8. 3b946cd i965: move declaration before code by Brian Paul · 16 years ago
  9. dbc9a1d i965: fix const correctness by Brian Paul · 16 years ago
  10. 6b9c144 i915: move declarations before code by Brian Paul · 16 years ago
  11. 6c58041 i965: comments by Brian Paul · 16 years ago
  12. 8e1b2ba config: add -Wdeclaration-after-statement to linux config by Brian Paul · 16 years ago
  13. 8b2ecfd demos: move declaration before code by Brian Paul · 16 years ago
  14. 41a6a2b wgl: add new dispatch stubs by Brian Paul · 16 years ago
  15. 4705378 mesa: move declarations before code by Brian Paul · 16 years ago
  16. 363fc6d mesa: fix glRead/DrawBuffer(GL_AUXn) error value by Brian Paul · 16 years ago
  17. 29309b4 i965: fix polygon stipple when rendering to FBO by Robert Ellison · 16 years ago
  18. a9a214c tgsi: Localise SCS code. by Michal Krol · 16 years ago
  19. 321634d tgsi: Rewrite NRM opcode, store 1.0 in W component. by Michal Krol · 16 years ago
  20. d4ea9a2 tgsi: Begin documenting NV_fragment_program2 instruction set operations. by Michal Krol · 16 years ago
  21. 98399ee tgsi: Begin documenting ARB_fragment_program instruction set operations. by Michal Krol · 16 years ago
  22. d76b3bb tgsi: Document ARB_vertex_program instruction set operations. by Michal Krol · 16 years ago
  23. 8823d01 tgsi: Begin documenting NV_vertex_program2 instruction set operations. by Michal Krol · 16 years ago
  24. f16da8d trivial: draw non-interleaved arrays by Keith Whitwell · 16 years ago
  25. 10812b0 stw: fix uninitialized variable issue by Keith Whitwell · 16 years ago
  26. d885c9d util: fix debug_assert() to avoid unused variable warnings in release builds by Keith Whitwell · 16 years ago
  27. e8ee34e trace: Wrap pipe_buffers by Jakob Bornecrantz · 16 years ago
  28. 53e5248 trace: Add dump util functions for wrapped pointers by Jakob Bornecrantz · 16 years ago
  29. 6aa6ae8 demos: fix error string, comment by Brian Paul · 16 years ago
  30. 862dccd mesa: fix transposed red/blue in store_texel_rgb888/bgr888() functions by Brian Paul · 16 years ago
  31. 4626e57 demos: fix typo by Brian Paul · 16 years ago
  32. 1e074dc demos: use glGenerateMipmapEXT entrypoint in cubemap.c by Keith Whitwell · 16 years ago
  33. 45b8e76 mesa test prog for ATI_envmap_bumpmap by Roland Scheidegger · 16 years ago
  34. 3327cc6 i965: add support for ATI_envmap_bumpmap by Roland Scheidegger · 16 years ago
  35. 3601080 regenerate glapi by Roland Scheidegger · 16 years ago
  36. 114152e mesa: add support for ATI_envmap_bumpmap by Roland Scheidegger · 16 years ago
  37. b7d841b progs/glsl: Ignore by Jakob Bornecrantz · 16 years ago
  38. 808f322 trace: Move buffer functions from winsys to screen by Jakob Bornecrantz · 16 years ago
  39. 4225120 trace: Remove all whitespace at EOL by Jakob Bornecrantz · 16 years ago
  40. 5d418f7 trace: Fixup trace a bit by Jakob Bornecrantz · 16 years ago
  41. 81569c2 mesa: add missing _glthread_INIT_MUTEX in _mesa_new_framebuffer() by Keith Whitwell · 16 years ago
  42. 6dceeb2 i965: fix polygon face orientation when rendering to FBO by Robert Ellison · 16 years ago
  43. 548be38 mesa: remove some last remnants of GL_MESA_program_debug by Brian Paul · 16 years ago
  44. 4dfa375 mesa: minor comments by Brian Paul · 16 years ago
  45. 590f6fe mesa: remove gl_texture_object::_Function field and associated code by Brian Paul · 16 years ago
  46. 7d9cb24 intel: include main/viewport.h by Brian Paul · 16 years ago
  47. d375a3b r300-gallium: Don't flush textures more than necessary. by Corbin Simpson · 16 years ago
  48. f78bd59 r300-gallium: Fix texture filters. by Corbin Simpson · 16 years ago
  49. cec2170 r300-gallium: r500-fs: More texture fixes. by Corbin Simpson · 16 years ago
  50. c4c1774 r300-gallium: r500-fs: Add shader dumper and more tex work. by Corbin Simpson · 16 years ago
  51. ddf31d0 r300-gallium: Fix CS count for texture emit. by Corbin Simpson · 16 years ago
  52. 6b1596a r300-gallium: r500-fs: Add SWZ. by Corbin Simpson · 16 years ago
  53. ddba20b r300-gallium: Fix CS count in fb state emit. by Corbin Simpson · 16 years ago
  54. d13e4bd r300-gallium: Start swizzles. by Corbin Simpson · 16 years ago
  55. 8b21250 r300-gallium: Begin R500 fragment shader assembler. by Corbin Simpson · 16 years ago
  56. 04465bb i965: fix lock-ups when GLSL program wrote to gl_FragDepth by Brian Paul · 16 years ago
  57. b6b198e trace: Fixup trace a bit by Jakob Bornecrantz · 16 years ago
  58. b6c7db8 xdemos: On termination with `esc` close the contexts correctly. by Alan Hourihane · 16 years ago
  59. 5146b3f tgsi: Implement RFL, SFL, STR, X2D opcodes. by Michal Krol · 16 years ago
  60. 9ffe667 tgsi: Begin documenting NV_fragment_program instruction set operations. by Michal Krol · 16 years ago
  61. ae7ae57 tgsi: Implement RCC opcode. by Michal Krol · 16 years ago
  62. 94cf8ea tgsi: Document NV_vertex_program1_1 instruction set operations. by Michal Krol · 16 years ago
  63. ddf7d8f i965: more code clean-ups, comments by Brian Paul · 16 years ago
  64. 76ff6d4 i965: minor code clean-ups, comments by Brian Paul · 16 years ago
  65. 9c781de i965: use new cast wrappers by Brian Paul · 16 years ago
  66. 294a473 i965: added cast wrappers, comments by Brian Paul · 16 years ago
  67. 13177f0 i965: asst. code clean-ups, comments by Brian Paul · 16 years ago
  68. 6bed5ca i965: fix typos in comments by Brian Paul · 16 years ago
  69. d861d58 glsl: remove _slang_attach_storage() function by Brian Paul · 16 years ago
  70. b78463c glsl: some clean-ups, remove old assertions, add new assertions by Brian Paul · 16 years ago
  71. 0522624 glsl: remove stray/unneeded totalSize assignment by Brian Paul · 16 years ago
  72. 3c1ce2d mesa: fix dumb sizeof() vs. strlen() mix-up by Brian Paul · 16 years ago
  73. 8dff9f3 glsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/ by Brian Paul · 16 years ago
  74. a58065d progs/tests: compile with SCons and glew by Keith Whitwell · 16 years ago
  75. 225de01 trivial: add a logic op test by Keith Whitwell · 16 years ago
  76. 646f518 vpglsl: add simple mov.glsl by Keith Whitwell · 16 years ago
  77. 38afa29 tgsi: Untabify. by Michal Krol · 16 years ago
  78. ca066f0 tgsi: Implement CLAMP opcode. by Michal Krol · 16 years ago
  79. fb88908 tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal. by Michal Krol · 16 years ago
  80. 5660304 tgsi: ARL and FLOOR opcodes have the same implementation. by Michal Krol · 16 years ago
  81. 2f8c4ef tgsi: ARL is a vector instruction. by Michal Krol · 16 years ago
  82. bbf84cc tgsi: Note that LOG and EXP are approximations. by Michal Krol · 16 years ago
  83. 5d0f69e tgsi: Document EXT_vertex_shader instruction set operations. by Michal Krol · 16 years ago
  84. 42fc3d3 radeon-gallium: Unbreak non-RADEON_SOFTPIPE. by Corbin Simpson · 16 years ago
  85. d559796 r300-gallium: Initial, broken, query setup. by Corbin Simpson · 16 years ago
  86. fdfde00 radeon-gallium: Unbreak RADEON_SOFTPIPE. by Corbin Simpson · 16 years ago
  87. 8dbe4f0 r300-gallium: Unbreak fallback in surface_fill. by Corbin Simpson · 16 years ago
  88. b721985 r300-gallium: Fix a handful of compiler warnings. by Corbin Simpson · 16 years ago
  89. 9d9e081 r300-gallium: First stab at texture support. by Corbin Simpson · 16 years ago
  90. c9da028 r300-gallium: Moar fixes in the register file. by Corbin Simpson · 16 years ago
  91. 22bac2a xmesa: set back-buffer's drawable field by Brian Paul · 16 years ago
  92. ce0ac90 vpglsl: build with scons and glew by Keith Whitwell · 16 years ago
  93. 0e28e1a demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modes by Brian Paul · 16 years ago
  94. 6f915b1 i965: fix cube map lock-up / corruption by Brian Paul · 16 years ago
  95. 2b6235c scons: Also link in additional LLVM components. by Michel Dänzer · 16 years ago
  96. 37fdfe8 linux-llvm config: Linking with required llvm libs by Kamalneet Singh · 16 years ago
  97. a6f768f scons: Also define USE_XSHM for the glx/xlib state tracker build. by Michel Dänzer · 16 years ago
  98. 886ceb5 st: silence warning by Brian Paul · 16 years ago
  99. 62ef614 st: remove unused DrawPixels code by Brian Paul · 16 years ago
  100. 44af5a9 st: use pointer_to_offset() cast wrapper to convert pointers to uint by Brian Paul · 16 years ago