1. 3d4246e slang: Use _mesa_snprintf() wrapper. by Michal Krol · 16 years ago
  2. 114bb54 slang: initialize the context by Alan Hourihane · 16 years ago
  3. e3aedec slang: support uniform arrays by Alan Hourihane · 16 years ago
  4. c9a318a trace: Formalize on a standard for data size pair by Jakob Bornecrantz · 16 years ago
  5. bbd208b glslcompiler: added new options to override debug/optimization pragmas by Brian Paul · 16 years ago
  6. 65fc2ca glsl: change GLSL #pragma initialization by Brian Paul · 16 years ago
  7. a57d7ed egl: fix comment by Alan Hourihane · 16 years ago
  8. 9ed03af egl: try harder for eglGetProcAddress() by Alan Hourihane · 16 years ago
  9. 214132a glsl: when debug pragma is on, emit comments about function calls/inlines by Brian Paul · 16 years ago
  10. 264c3d2 mesa: check renderbuffer is defined before use. by Alan Hourihane · 16 years ago
  11. 9e84e7d st/gl: Only transfer needed parts in st_TexSubimage by Jakob Bornecrantz · 16 years ago
  12. 989856b slang: if/else/break & if/else/continue work for unrolled loops by Alan Hourihane · 16 years ago
  13. 355e9bb swrast: Silence compiler warnings, give better structure to the code as a result. by Michal Krol · 16 years ago
  14. 4b55a4f tgsi: Document vs_2_0 instruction set operations. by Michal Krol · 16 years ago
  15. 7c50917 tgsi: Document vs_1_1 instruction set operations. by Michal Krol · 16 years ago
  16. a1f4b5d tgsi: Begin documenting ps_2_x instruction set operations. by Michal Krol · 16 years ago
  17. db83ee1 r300-gallium: Emit viewport state. by Corbin Simpson · 16 years ago
  18. 3a648d0 r300-gallium: Viewport state storage. by Corbin Simpson · 16 years ago
  19. 5b97ba4 r300-gallium: Fixup registers for viewport state. by Corbin Simpson · 16 years ago
  20. a577471 mesa: use the IROUND() macro in pixel packing code by Brian Paul · 16 years ago
  21. cac1ce0 slang: redo the last commit for if/break & if/continue tests as it by Alan Hourihane · 16 years ago
  22. 192b7bc Revert "slang: if we detect an if/break or if/continue within a loop and we're" by Alan Hourihane · 16 years ago
  23. 752296b slang: if we detect an if/break or if/continue within a loop and we're by Alan Hourihane · 16 years ago
  24. 08d4451 st: call _glapi_check_multithread from st_make_current by Keith Whitwell · 16 years ago
  25. caf99be stw: Fix makeCurrent. by Thomas Hellstrom · 16 years ago
  26. 0b0e215 st: need to free/realloc pipe texture when we're handed image level > last_level by Brian Paul · 16 years ago
  27. a0509f7 st: clean up some if-statment code by Brian Paul · 16 years ago
  28. 9808ae6 softpipe: more texture transfer fixes. by Brian Paul · 16 years ago
  29. 71e3aa1 softpipe: need to set tc->transfer=NULL after destroying the transfer object by Brian Paul · 16 years ago
  30. 3151f5d st: update texture comments by Brian Paul · 16 years ago
  31. 13345a9 Use the specified X11 headers for xlib mesa by Dan Nicholson · 16 years ago
  32. 33c1bec pipe/atomic: dont use ms interlock calls from gcc by Keith Whitwell · 16 years ago
  33. 0c550b0 util: avoid clashprone UINT, UBYTE enum values by Keith Whitwell · 16 years ago
  34. 5488fe8 draw: use AOS_ERROR rather than clash-prone ERROR() macro by Keith Whitwell · 16 years ago
  35. eddfad3 pipe/atomic: clean up #ifdef maze by Keith Whitwell · 16 years ago
  36. d405ba3 xlib st: Fix makeCurrent. by Thomas Hellstrom · 16 years ago
  37. e00ae52 nouveau: rewrite winsys in terms of drm_api, support dri2 state tracker by Ben Skeggs · 16 years ago
  38. b46fcf2 st/dri2: use pipe_screen.is_format_supported to choose depth/stencil format by Ben Skeggs · 16 years ago
  39. 5deefb7 r300-gallium: Move all unsorted state into invariant state. by Corbin Simpson · 16 years ago
  40. f822ac0 r300-gallium: Emit invariant state, no matter what. by Corbin Simpson · 16 years ago
  41. 9d5e6f6 r300-gallium: Quick little cleanup of surface_fill state. by Corbin Simpson · 16 years ago
  42. 05318c5 tgsi: Restore statement ordering. by José Fonseca · 16 years ago
  43. e87f26a r300-gallium: Debugging for the more sensitive card registers. by Corbin Simpson · 16 years ago
  44. 0f0d0b6 r300-gallium: r500-fs: Fixup immediate->constant counting a bit. by Corbin Simpson · 16 years ago
  45. fbd758c r300-gallium: More query stuff. by Corbin Simpson · 16 years ago
  46. c334ce2 swrast: use better _swrast_compute_lambda() function by Brian Paul · 16 years ago
  47. 1eee1ba mesa: update/fix doxygen comments by Vinson Lee · 16 years ago
  48. c1f8de9 util: Realloc takes bytes. by José Fonseca · 16 years ago
  49. ed3781f tgsi: Document ps_2_0 instruction set operations. by Michal Krol · 16 years ago
  50. 223bf49 tgsi: Document ps_1_4 instruction set operations. by Michal Krol · 16 years ago
  51. 95ef980 tgsi: Document ps_1_1 instruction set operations. by Michal Krol · 16 years ago
  52. f074005 tgsi: Begin documenting GLSL instruction set operations. by Michal Krol · 16 years ago
  53. 0ff360c tgsi: Begin documenting NV_geometry_program4 instruction set operations. by Michal Krol · 16 years ago
  54. 7f10625 python: Return on unknown pixel format. by Michal Krol · 16 years ago
  55. c337baf gallium: Use `_new' name, `new' is a reserved keyword in C++. by Michal Krol · 16 years ago
  56. 1e23dac gallium: Provide unprotected atomic implementation for display and miniport interfaces. by Michal Krol · 16 years ago
  57. 709b312 python: Fix build after refcount rework. by Michal Krol · 16 years ago
  58. 7b0c459 python: Include `p_winsys_screen.h'. by Michal Krol · 16 years ago
  59. 4e1c925 python: Do not pass screen object to pipe_buffer_reference. by Michal Krol · 16 years ago
  60. 627c2d2 tgsi: Silence const pointer cast warnings. by Michal Krol · 16 years ago
  61. 175f58b r300-gallium: r500-fs: Properly set up TEX/OUT. by Corbin Simpson · 16 years ago
  62. 307e68f r300-gallium: r500-fs: Texture insts, ABS, moar comments. by Corbin Simpson · 16 years ago
  63. 93ef9ec r300-gallium: Clean up some code, un-special-case scalar ops. by Corbin Simpson · 16 years ago
  64. f1d93f6 r300-gallium: r500-fs: CMP/MOV/SWZ, negation, ADD/MAD/MUL/SUB. by Corbin Simpson · 16 years ago
  65. add896a r300-gallium: Fix relocation for textures. by Corbin Simpson · 16 years ago
  66. b95789d trace: Fix memory leak by Jakob Bornecrantz · 16 years ago
  67. cddf629 util: bitmask data type. by José Fonseca · 16 years ago
  68. 068fd6d trace: Re-init refcounters just incase by Jakob Bornecrantz · 16 years ago
  69. f73066f trace: Dump buffer data via buffer writes by Jakob Bornecrantz · 16 years ago
  70. d8445e8 python: Use transfer object to read from a surface. by Michal Krol · 16 years ago
  71. fcf93aa python: pipe_vertex_buffer's pitch member has been renamed to stride. by Michal Krol · 16 years ago
  72. 56282d7 python: size is not a member of pipe_constant_buffer any more. by Michal Krol · 16 years ago
  73. 5ad1721 r300-gallium: r500-fs: Add ABS. by Corbin Simpson · 16 years ago
  74. 567aead r300-gallium: r500-fs: Clamp only when saturation flags are set. by Corbin Simpson · 16 years ago
  75. 3cce08e r300-gallium: r500-fs: Working ADD and MUL, add more sop stuff. by Corbin Simpson · 16 years ago
  76. b9ecd72 r300-gallium: Cleanup a few things. by Corbin Simpson · 16 years ago
  77. d16533c r300-gallium: r500-fs: MUL. by Corbin Simpson · 16 years ago
  78. fe1c94d r300-gallium: r500-fs: Stub out the simple scalar ops. by Corbin Simpson · 16 years ago
  79. a22e40c r300-gallium: r500-fs: Add DPH. by Corbin Simpson · 16 years ago
  80. 65ec17f r300-gallium: r500-fs: Add dot products. by Corbin Simpson · 16 years ago
  81. c97b671 gallium: Implement atomic for MSVC on x86. by Michal Krol · 16 years ago
  82. a7d42e1 gallium: Implement atomic interface for windows user mode subsystem. by Michal Krol · 16 years ago
  83. ed7bb2c gallium: Use macro parameter names consistently. by Michal Krol · 16 years ago
  84. bf6ed0b gallium: pipe_mutex_init() is of type void. by Michal Krol · 16 years ago
  85. 13dad52 gallium: Include p_compiler.h for integer types. by Michal Krol · 16 years ago
  86. 47c18b3 softpipe: Use p_atomic_read, not atomic_read. by Michal Krol · 16 years ago
  87. cf25ef9 gallium: Use struct pipe_atomic for pipe refcounts. by Thomas Hellstrom · 16 years ago
  88. fc1ef97 gallium: Add simple atomic class api. by Thomas Hellstrom · 16 years ago
  89. 1f3fe40 tgsi: Begin documenting NV_gpu_program4 instruction set operations. by Michal Krol · 16 years ago
  90. bf3759e tgsi: Document NV_vertex_program3 instruction set operations.` by Michal Krol · 16 years ago
  91. 9ba52e1 mesa: Silence compiler warnings. by Michal Krol · 16 years ago
  92. 877aaad r300-gallium: r500-fs: Actually handle consts and imms correctly. by Corbin Simpson · 16 years ago
  93. 5bc4562 r300-gallium: Emit constants as floats, not uints. by Corbin Simpson · 16 years ago
  94. 97e4caa python: Include missing `p_compiler.h' header. by michal · 16 years ago
  95. 5494251 python: Do not pass shader_state to util shader functions. by michal · 16 years ago
  96. 38b0744 python: Use transfer objects to initialise texture data. by michal · 16 years ago
  97. f6c3edb python: Use new bypass_vs_clip_and_viewport rasteriser flag. by michal · 16 years ago
  98. f197a8b r300-gallium: Fix vertex memory offsets. by Corbin Simpson · 16 years ago
  99. 4f5678c radeon-gallium: Add my R580 to the xorg PCI ID list. by Corbin Simpson · 16 years ago
  100. 44adea1 r300-gallium: r500-fs: Setup immediates. by Corbin Simpson · 16 years ago