1. c121608 EGL DRI2: add PCI ID for Ironlake mobile by Jesse Barnes · 14 years ago
  2. 6f839eb r600c/eg: remove obselete comment by Alex Deucher · 14 years ago
  3. 2ef5bc3 r600c/eg: remove unused emit timestamp function by Alex Deucher · 14 years ago
  4. 07d95cd r600c/eg: emit CB_BLEND_ALPHA with the other blend values by Alex Deucher · 14 years ago
  5. 105ef5e r600c: remove redundant state emit on evergreen by Alex Deucher · 14 years ago
  6. 7dcb305 mesa: Revert accidentally committed vertex code chunk by Kristian Høgsberg · 14 years ago
  7. cdfe02d r600c: eg: fix typo by Andre Maasikas · 14 years ago
  8. 629842b r600c: eg: 256 float4 constants may need more than 256 bytes by Andre Maasikas · 14 years ago
  9. c82beb4 r600c: eg - fix uninitialized variable by Andre Maasikas · 14 years ago
  10. 4ebf07a glx: Don't destroy DRI2 drawables for legacy glx drawables by Kristian Høgsberg · 14 years ago
  11. 0392e48 r300g: fix SWTCL by Marek Olšák · 14 years ago
  12. 501d430 llvmpipe: Unbreak rasterization on 64bit. by José Fonseca · 14 years ago
  13. 91a9325 gallium: Change the resource_copy_region semantics to allow copies between different yet compatible formats by José Fonseca · 14 years ago
  14. 61c2861 r600g: evergreen fixup dsa state for running query. by Dave Airlie · 14 years ago
  15. 2471d0d r600c: remove stray unmap call by Andre Maasikas · 14 years ago
  16. b97c75e llvmpipe: use gcc asm only with gcc by José Fonseca · 14 years ago
  17. 6990148 r300g: print unassigned FS inputs for DBG_RS by Marek Olšák · 14 years ago
  18. ae1aa14 r300g: fix map_buffer by Marek Olšák · 14 years ago
  19. 185434f r300/compiler: fix warnings by Marek Olšák · 14 years ago
  20. ab7cc44 r300g: add new debug options for dumping scissor regs and disabling CBZB clear by Marek Olšák · 14 years ago
  21. c3c5646 r300g: skip rendering if CS space validation fails by Marek Olšák · 14 years ago
  22. 317680c r300g: remove u_upload_flush from r300_draw_arrays by Marek Olšák · 14 years ago
  23. b4f7f05 nvfx: Remove unused variables. by Vinson Lee · 14 years ago
  24. 89e138b nvfx: Move declaration before code. by Vinson Lee · 14 years ago
  25. c4046d4 llvmpipe: introduce tri_3_4 for tiny triangles by Keith Whitwell · 14 years ago
  26. 4b56e86 llvmpipe: allow tri_3_16 at any 4-aligned location within a tile by Keith Whitwell · 14 years ago
  27. 26b663c llvmpipe: refactor tri_3_16 by Keith Whitwell · 14 years ago
  28. 67b9577 llvmpipe: pass linear masks to fragment shader by Keith Whitwell · 14 years ago
  29. 4b99b9f llvmpipe: fix warnings on both 32 and 64 bit builds by Keith Whitwell · 14 years ago
  30. 51b1d4f llvmpipe: fix wierd performance regression in isosurf by Keith Whitwell · 14 years ago
  31. 6776348 pb: Fix the build, and add notes. by José Fonseca · 14 years ago
  32. 853953d llvmpipe: Only generate the whole shader specialization for opaque shaders. by José Fonseca · 14 years ago
  33. b5fcf0c pb: add void * for flush ctx to mapping functions by Dave Airlie · 14 years ago
  34. 95555ed nv30: fix breakage due to 10 texcoord support on nv40 by Luca Barbieri · 14 years ago
  35. c342259 Add missing files to the tarball file lists. by Chia-I Wu · 14 years ago
  36. 19b2cfd mesa: Fix depend.es[12] generation when LLVM is enabled. by Chia-I Wu · 14 years ago
  37. 33b1d14 r600g: Undo bo placement change. by Tilman Sauerbeck · 14 years ago
  38. 3ad3cbf llvmpipe: Silence some warnings. by José Fonseca · 14 years ago
  39. 552e2b5 gallivm: nr_channels is only valid for formats with plain layout. by José Fonseca · 14 years ago
  40. 74f6eda gallivm: Use const keyword on swizzles. by José Fonseca · 14 years ago
  41. 697fdf3 gallivm: Allow to TGSI AoS translation to happen in BGRA ordering. by José Fonseca · 14 years ago
  42. 277d768 llvmpipe: Don't store display the alpha ref value in the key. by José Fonseca · 14 years ago
  43. dcc5d7f gallivm: Add a new debug flag to warn about performance issues. by José Fonseca · 14 years ago
  44. c0d41d0 gallivm: Helper functions for pointer indirection. by José Fonseca · 14 years ago
  45. 225530f gallivm: Cleanup the TGSI <-> sampler interface. by José Fonseca · 14 years ago
  46. 775edbf gallivm: Add some utility functions to set/get array elements too. by José Fonseca · 14 years ago
  47. 9315862 gallivm: Basic AoS TGSI -> LLVM IR. by José Fonseca · 14 years ago
  48. 58daea7 gallivm: Move the texture modifiers to the header. by José Fonseca · 14 years ago
  49. 34ea50f gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/ by José Fonseca · 14 years ago
  50. 96c6e7e Add a test for the KIL opcode by Alex Corscadden · 14 years ago
  51. afd328a llvmpipe: restore larger command blocks by Keith Whitwell · 14 years ago
  52. 10d0a83 llvmpipe: move some debug to DEBUG_SCENE by Keith Whitwell · 14 years ago
  53. bc759cd llvmpipe: add DEBUG_MEM option by Keith Whitwell · 14 years ago
  54. b7a54b3 llvmpipe: allow bigger scenes by Keith Whitwell · 14 years ago
  55. 4749429 r300/compiler: Reorganize presub_helper() by Tom Stellard · 14 years ago
  56. 3fffcb3 r300/compiler: Don't use presubtract in TEX instructions by Tom Stellard · 14 years ago
  57. 8b67159 r300/compiler: Print the presub subtract operation in the correct order by Tom Stellard · 14 years ago
  58. e3fc210 r300/compiler: Fix dataflow bug in presub_helper() by Tom Stellard · 14 years ago
  59. d442c7f r300/compiler: Replace asserts with error messages by Tom Stellard · 14 years ago
  60. 66b1e71 r300/compiler: Fix copy propigation for some presub instructions by Tom Stellard · 14 years ago
  61. 564653b r300/compiler: Add peephole optimization for the 'sub' presubtract operation by Tom Stellard · 14 years ago
  62. a64b4a0 r300/compiler: Add peephole optimization for the 'add' presubtract operation by Tom Stellard · 14 years ago
  63. 598e220 r300/compiler: Clean up rc_pair_alloc_source() by Tom Stellard · 14 years ago
  64. 63432ec r300/compiler: Enable presubtract sources by Tom Stellard · 14 years ago
  65. d8a3662 mesa: Remove unused Emit flags from gl_shader_compiler_options by Ian Romanick · 14 years ago
  66. 55aaee6 intel: Remove noise opcode support from i915 and i965 drivers by Ian Romanick · 14 years ago
  67. 58eaade r600c: add missing header by Alex Deucher · 14 years ago
  68. 9cced19 r600c: add OQ support for evergreen by Alex Deucher · 14 years ago
  69. 7ffc5d7 r600c: oq updates by Alex Deucher · 14 years ago
  70. 4e53d6e r600c: add blit support for evergreen by Alex Deucher · 14 years ago
  71. 886c6c0 r600c: emit start3d packet on evergreen by Alex Deucher · 14 years ago
  72. f35b728 r600c: fix some typos by Alex Deucher · 14 years ago
  73. a712db7 r600c: fix type in cb setup on evergreen by Alex Deucher · 14 years ago
  74. c784328 r600c: add support for more rendering formats on evergreen by Alex Deucher · 14 years ago
  75. 7810995 r600: set correct initial point_minmax values by Andre Maasikas · 14 years ago
  76. ec2e0fd r600g: Fixed a bo reference leak in the draw module. by Tilman Sauerbeck · 14 years ago
  77. 0b4c529 r600g: Only increase a bo's map_count if radeon_bo_map() succeeded. by Tilman Sauerbeck · 14 years ago
  78. 56a8053 r600g: Fixed a bo leak in the error path of radeon_ctx_set_bo_new(). by Tilman Sauerbeck · 14 years ago
  79. ac2bddb r600g: Fixed a bo leak in r600_texture_from_handle(). by Tilman Sauerbeck · 14 years ago
  80. ae23d42 r600g: Don't leave stale references in query_list when we cannot create bo. by Tilman Sauerbeck · 14 years ago
  81. 96a4edb r600g: Implemented the y component write for the LOG opcode. by Tilman Sauerbeck · 14 years ago
  82. ea9e5db egl: Simplify _eglBindContext. by Chia-I Wu · 14 years ago
  83. 67270e1 r600: dont bswap rgba FLOAT formats by Andre Maasikas · 14 years ago
  84. 67660cc targets/egl: Fix crashes from loading invalid modules. by Chia-I Wu · 14 years ago
  85. 5ea0921 gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2. by Chia-I Wu · 14 years ago
  86. 948e3fa st/egl: Use profiles to create OpenGL ES contexts. by Chia-I Wu · 14 years ago
  87. 0cd480f st/dri: Use profiles to create OpenGL ES contexts. by Chia-I Wu · 14 years ago
  88. 4531356 gallium: Add context profile support to st_api. by Chia-I Wu · 14 years ago
  89. fcae8ca r600g: fixup state calculations for picking states. by Dave Airlie · 14 years ago
  90. f61b241 r600g: fixup CB state numbering header by Dave Airlie · 14 years ago
  91. cc1b3b1 r600g: fix warning in r600 pipe driver by Dave Airlie · 14 years ago
  92. ad5ada4 r600g: evergreen CBs are more sane to support with a single state by Dave Airlie · 14 years ago
  93. 7d564fd r600g: add multi-buffer flush support properly. by Dave Airlie · 14 years ago
  94. ab686d3 r600g: fix regression in multi-buffer tests since CB flush merge by Dave Airlie · 14 years ago
  95. 6ef5f21 i965: Add switch cases for ir_unop_noise, which should have been lowered. by Eric Anholt · 14 years ago
  96. 50526e0 r600g: add initial evergreen support by Dave Airlie · 14 years ago
  97. 42da027 r600g: align flushing of cb/db with DDX/r600c. by Dave Airlie · 14 years ago
  98. e795ca8 r600g: don't need 3 bos here. by Dave Airlie · 14 years ago
  99. 48fda8c graw: added test for finding shader mem leaks by Brian Paul · 14 years ago
  100. 451dfe5 draw: minor reformatting by Brian Paul · 14 years ago