1. 5cf88a4 scons: Promote EMBEDDED from subsystem to full os. by José Fonseca · 14 years ago
  2. 063f123 util: Add missing include. by José Fonseca · 14 years ago
  3. 1207098 os: Add missing dummy threading definitions. by José Fonseca · 14 years ago
  4. f1b07f0 swrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rot by Pauli Nieminen · 14 years ago
  5. 5a743d9 scons: Have MinGW target MSVCRT 7.0 by José Fonseca · 14 years ago
  6. ef67ad0 scons: Use only the shared object name when linking progs. by José Fonseca · 14 years ago
  7. 7713069 st/mesa: Remove unnecessary headers. by Vinson Lee · 14 years ago
  8. d1487dc svga: Remove unnecessary header. by Vinson Lee · 14 years ago
  9. c28dd49 util: Remove unnecessary header. by Vinson Lee · 14 years ago
  10. 9a3de50 egl: Convert drivers to use typecast macros. by Chia-I Wu · 14 years ago
  11. bdb9e20 egl: Add macros to define typecast functions. by Chia-I Wu · 14 years ago
  12. 23b597c identity: Remove unnecessary header. by Vinson Lee · 14 years ago
  13. 18e00e5 llvmpipe: Remove unnecessary header. by Vinson Lee · 14 years ago
  14. 66d09e4 Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0" by Pauli Nieminen · 14 years ago
  15. 9973168 st/egl: Add missing headers to kms display. by Chia-I Wu · 14 years ago
  16. 4d01e8e st/egl: Add missing headers. by Vinson Lee · 14 years ago
  17. 821b3e2 winsys: Add missing headers. by Vinson Lee · 14 years ago
  18. f225042 egl: fix implicit declaration of pipe_texture_reference adding u_inlines.h by Igor Oliveira · 14 years ago
  19. 88af76c egl: fix wrong argument. Use loader_data instead of loader by Igor Oliveira · 14 years ago
  20. 3584a44 gallium: fix more missing includes from various places by Dave Airlie · 14 years ago
  21. adf4c1a nouveau: include stdio.h and u_inlines.h in all context files since embedded changes by Dave Airlie · 14 years ago
  22. b2a3049 mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITS by Brian Paul · 14 years ago
  23. ea81daf mesa: re-dimension RasterTexCoords and CoordReplace by Brian Paul · 14 years ago
  24. 89c8ff3 mesa: added texcoord unit assertion by Brian Paul · 14 years ago
  25. 82a2d35 mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITS by Brian Paul · 14 years ago
  26. a32e7c4 mesa: added tex unit assert, use Elements() macro by Brian Paul · 14 years ago
  27. cd130b0 mesa: check for invalid texture coord unit in glGet queries by Brian Paul · 14 years ago
  28. 60527ff mesa: check/clamp texture/program matrix accesses by Brian Paul · 14 years ago
  29. d82c371 mesa: add error check for querying invalid texture matrix by Brian Paul · 14 years ago
  30. a06575a mesa: use Elements() as limit in loops over texture/program matrix stacks by Brian Paul · 14 years ago
  31. 376ae23 mesa: add out of bounds assertions for accessing texture matrix stack by Brian Paul · 14 years ago
  32. 7bd9497 util: Cast to match the MSVC intrinsics. by José Fonseca · 14 years ago
  33. e0da333 util: Don't include system headers inside extern "C" { ... } by José Fonseca · 14 years ago
  34. 45dac0d Merge branch 'gallium-embedded' by José Fonseca · 14 years ago
  35. 976afaf gallium/docs: Document the OS module. by José Fonseca · 14 years ago
  36. f8d824e tgsi: added debugging code to catch divide by zero by Brian Paul · 14 years ago
  37. 9ca6cf0 tgsi: convert CHECK_INF_OR_NAN to inline function by Brian Paul · 14 years ago
  38. 2ec50d2 mesa: Factor out the fb initialization details from _mesa_new_framebuffer. by Francisco Jerez · 14 years ago
  39. b724694 os: Also add the aligned memory prototypes to the embedded section. by José Fonseca · 14 years ago
  40. 6b424a0 util: Reimplement all utility functions in terms of the new OS abstraction. by José Fonseca · 14 years ago
  41. 0b0e705 os: New OS abstraction module. by José Fonseca · 14 years ago
  42. 64da2ae vbo: fix void * arithmetic warning by Keith Whitwell · 14 years ago
  43. db0eb3a vbo: Fix up in-place splitting for non-contiguous/indexed primitives. by Francisco Jerez · 14 years ago
  44. 630c375 trace: Include the appropriate header instead of defining prototypes. by José Fonseca · 14 years ago
  45. 9f1ee5a progs/fpglsl: couple more tests by Keith Whitwell · 14 years ago
  46. d7b1610 progs/fpglsl: fp-tris for glsl by Keith Whitwell · 14 years ago
  47. 84d41f3 svga: fix TXD and TXL opcode translation by Keith Whitwell · 14 years ago
  48. 0748fc4 svga: deriv insns not valid in dynamic flow control either by Keith Whitwell · 14 years ago
  49. a9cdae2 svga: texture from lod zero inside dynamic branching by Keith Whitwell · 14 years ago
  50. fc3efcc svga: better method for generating white fs color outputs by Keith Whitwell · 14 years ago
  51. 9b23e1f mesa/st: bump the gallium version number by Keith Whitwell · 15 years ago
  52. aac76dc st/mesa: remove some floating point divides in viewport calculation by Keith Whitwell · 15 years ago
  53. bd03025 gallium-docs: Fix typo. by José Fonseca · 14 years ago
  54. f9d734c r300: fix compiler bugs introduced with MRT changes. by Dave Airlie · 14 years ago
  55. 0d089cb egl: Rename _eglPreloadForEach callbacks. by Chia-I Wu · 14 years ago
  56. 8e6a964 egl: Fix a potential segfault in driver suffix matching. by Chia-I Wu · 14 years ago
  57. 2287f4c egl: Remove unnecessary #ifdef's. by Chia-I Wu · 14 years ago
  58. 6fd8b6a egl: Ignore certain environment variables when setuid/setgid. by Chia-I Wu · 14 years ago
  59. 5d8646c egl: Add EGL_DRIVERS_PATH environment variable. by Chia-I Wu · 14 years ago
  60. 6f2e965 draw: remove old hard-coded shader length limits by Brian Paul · 14 years ago
  61. 4390367 tgsi: added tgsi_alloc_tokens() by Brian Paul · 14 years ago
  62. c173eb9 draw: re-implement free_bit() with ffs() by Brian Paul · 14 years ago
  63. 3d5e26e draw: comments and var renaming by Brian Paul · 14 years ago
  64. 5670b44 tgsi: fix comment by Brian Paul · 14 years ago
  65. 256f7f5 draw: add const qualifiers, fix return types by Brian Paul · 14 years ago
  66. d6e5552 softpipe: remove unnecessary #include by Brian Paul · 14 years ago
  67. c740a7d draw: new, updated comments by Brian Paul · 14 years ago
  68. 60b8156 llvmpipe: fix (potentially) broken AA points, AA lines by Brian Paul · 14 years ago
  69. 54d7ec8 softpipe: fix broken AA points, AA lines by Brian Paul · 14 years ago
  70. 797dcc0 gallium/docs: Opcode refs. by Corbin Simpson · 14 years ago
  71. 17c2a44 gallium/docs: TGSI notes on replication to dst, and also cleanups. by Corbin Simpson · 14 years ago
  72. 62ca7b8 gallium/docs: Start turning notes into docs. by Corbin Simpson · 14 years ago
  73. 8580522 gallium/docs: Add opcode formatting. by Corbin Simpson · 14 years ago
  74. 3e572eb gallium/docs: default Z texture tuple is (z,z,z,1) for OpenGL by Brian Paul · 14 years ago
  75. 3a3d8fb gallium/docs: s/convensions/conventions/ by Brian Paul · 14 years ago
  76. 95dad1f r300g: Texture format cleanups, per docs. by Corbin Simpson · 14 years ago
  77. aa8b49c gallium: Move some compiler portability stuff into p_compiler.h by José Fonseca · 14 years ago
  78. 516e715 gallium/docs: Did somebody call for a table? by Corbin Simpson · 14 years ago
  79. 3fedfc7 Track frag shader changes introduced by commit 4769566500be1a53dd9b4cc1a613aef439a0e3d8 by Scott Moreau · 14 years ago
  80. 2535769 gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple_screen.h by José Fonseca · 14 years ago
  81. 88593ff mesa: Add a BITSET_FFS function. by Francisco Jerez · 14 years ago
  82. 2aaca1d gallium: Move p_thread.h and p_atomic.h out of gallium interfaces. by José Fonseca · 14 years ago
  83. 4778f46 gallium/docs: table of texture formats and (x,y,z,w) tuples returned by TEX by Brian Paul · 14 years ago
  84. 38f6f23 gallium: Make pipe_atomic a regular int32_t. by José Fonseca · 14 years ago
  85. 2848688 gallium: pipe/p_inlines.h -> util/u_inlines.h by José Fonseca · 14 years ago
  86. 4fea397 r300compiler: Add MRT number to debugging output. by Corbin Simpson · 15 years ago
  87. 4769566 r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader. by Corbin Simpson · 15 years ago
  88. ad83f3b tgsi: ureg_DECL_gs_input() accepts shader semantics. by Michal Krol · 14 years ago
  89. 301a943 vega: implement tgsi_ureg shaders cache by Igor Oliveira · 14 years ago
  90. 231d545 vega: change tgsi asm by tgsi_ureg by Igor Oliveira · 14 years ago
  91. edad20f r200: Fix EXT_fogcoord rendering. by Pauli Nieminen · 14 years ago
  92. 565f0ce r300g: Fix funky segfault. by Corbin Simpson · 14 years ago
  93. 01dcada st/egl: Wrong context might be used in eglBindTexImage. by Chia-I Wu · 14 years ago
  94. 7fc3581 docs: Update for EGL environment variables. by Chia-I Wu · 14 years ago
  95. 5fa4ea2 progs/es2: Fix an assertion failure in tri. by Chia-I Wu · 14 years ago
  96. bdf975e st/mesa: fix texture deallocation bug by Brian Paul · 14 years ago
  97. 04b14e2 progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug by Brian Paul · 14 years ago
  98. a2ddb3d mesa: change _mesa_find_free_register() to find multiple free regs by Brian Paul · 14 years ago
  99. 9a1bf52 r300g: Inline immediates where possible. by Corbin Simpson · 14 years ago
  100. e1906ae st/mesa: remove duplicate calculation of fp input mapping by Keith Whitwell · 14 years ago