1. 93eb2ab radeon: align for mipmap tree changes by Maciej Cencora · 15 years ago
  2. 45e76d2 mesa: remove a bunch of gl_renderbuffer fields by Brian Paul · 15 years ago
  3. 7d36153 radeon: fix r100/r200 polygon stipple under kms by Dave Airlie · 15 years ago
  4. a2bd13f r100: fixup cubemap domains by Dave Airlie · 15 years ago
  5. 674835f radeon/r100/r200: actually init the OQ support properly by Dave Airlie · 15 years ago
  6. 5484428 radeon: add r100 OQ support with kms. by Dave Airlie · 15 years ago
  7. ccde276 radeon: Fix dri1 ctx emit size. by Pauli Nieminen · 15 years ago
  8. 7bb0f88 Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_state_predict by Pauli Nieminen · 15 years ago
  9. ef98eed radeon: fix incorrect loop limit (warned by -O3) by Brian Paul · 15 years ago
  10. d1a0ece radeon: Port flush preventation code from r200 to r100. by Pauli Nieminen · 15 years ago
  11. 7247446 radeon: fix colorbuffer pitch emission regarding tiling in KMS/CS case by Jerome Glisse · 15 years ago
  12. 33f56b4 radeon: Differentiate 16 bpp destination formats. by Michel Dänzer · 15 years ago
  13. 2ed3edd radeon/r300: use base width/height. by Dave Airlie · 15 years ago
  14. 4d2b392 radeon: fix cube maps for non-mm path by Roland Scheidegger · 15 years ago
  15. 7f65fea radeon: hopefully fixup radeon cube state emission for kms by Dave Airlie · 15 years ago
  16. 8181f8f radeon: emit scissor when using cs path by Jerome Glisse · 15 years ago
  17. e00ef43 radeon/r200/r300: collapse context destruction down to a common path. by Dave Airlie · 15 years ago
  18. 8c7e30f raedon/r200/r300: mega-FBO commits. by Dave Airlie · 15 years ago
  19. 31f1298 radeon: r100 clean up CS packet size calc by Dave Airlie · 16 years ago
  20. 924bf0d radeon: settexbuffer support by Dave Airlie · 16 years ago
  21. 26d0172 radeon: fix texturing for r100 by Dave Airlie · 16 years ago
  22. e0de73e radeon: fixup some segfaults/exit at startup by Dave Airlie · 16 years ago
  23. e267a09 r200: port over cs emit changes from radeon by Dave Airlie · 16 years ago
  24. 6d71647 r100: fixup kms state emissions by Dave Airlie · 16 years ago
  25. 925ea2d radeon: move CB/ZB state init into emit code by Dave Airlie · 16 years ago
  26. 62d504d radeon/r200: drop dirty state from texture object + pp_txoffset by Dave Airlie · 16 years ago
  27. cd4e37c radeon: add initial cubemap support appears to work by Dave Airlie · 16 years ago
  28. 2753dd4 radeon/r200: make setTexOffset work again by Dave Airlie · 16 years ago
  29. dc8a707 radeon/r200/r300: make build with out libdrm_radeon installed for now by Dave Airlie · 16 years ago
  30. 23d3559 radeon: renaming and headers cleanup by Dave Airlie · 16 years ago
  31. 1090d20 radeon/r200/r300: another big merge upheavel. by Dave Airlie · 16 years ago
  32. 639b5fc r100: fix 3D texture fallback by Dave Airlie · 16 years ago
  33. b1df5ed radeon: put back state emission lastcmd by Dave Airlie · 16 years ago
  34. ccf7814 radeon: major cleanups removing old dead codepaths. by Dave Airlie · 16 years ago
  35. 3fafaf8 radeon: make more r100 work by Dave Airlie · 16 years ago
  36. 36d3f3e r100: fixup radeon so gears seems to work by Dave Airlie · 16 years ago
  37. 0c0a55a r100/r200: move to new atom style emission by Dave Airlie · 16 years ago
  38. d29e96b radeon/r200/r300: attempt to move lock to common code by Dave Airlie · 16 years ago
  39. 4637235 radeon/r200/r300: initial attempt to convert to common context code by Dave Airlie · 16 years ago
  40. b6e4869 radeon/r200: move state atom to common header by Dave Airlie · 16 years ago
  41. 45efcc4 Remove CVS keywords. by Keith Whitwell · 16 years ago
  42. ecadb51 mesa: added "main/" prefix to includes, remove some -I paths from Makefile.template by Brian Paul · 16 years ago
  43. 80c8830 remove vtxfmt code, switch over to vbo by Keith Whitwell · 18 years ago
  44. 8bc4dae cube maps on r100 require newer drm than the same feature on r200 (regression from introducing unfied initialization). Fix wrong (so far unused) family assignment for r100 cards. by Roland Scheidegger · 19 years ago
  45. 3a5626c First step of Radeon DRI unification: by Eric Anholt · 19 years ago
  46. 2d61d30 add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fallback) yet. May cause a tcl fallback if fog coord is used together with separate specular lighting. Fog factors are precomputed and then submitted instead of the raw coords (chip limitation, same as on r200). by Roland Scheidegger · 19 years ago
  47. 247f3b3 enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just generates vfmt fallback). Code by Andreas Stenglein, some small adjustments by me. by Roland Scheidegger · 19 years ago
  48. 30daa75 enable 3rd texture unit on radeon (default still 2 enabled units). Disable some multitexcoord codegen stuff noone understands to make it work. Replace most code testing explicitly for unit 0 and 1 with loops instead of adding test for unit 2, smaller/more readable code at the cost of maybe some slight performance hit. (Code provided by Andreas Stenglein, some adjustments by me.) by Roland Scheidegger · 19 years ago
  49. 982e8e4 Finish up some of the gl_renderbuffer work. by Brian Paul · 19 years ago
  50. 2c28dd8 s/0/NULL/ (Jeff Muizelaar) by Brian Paul · 20 years ago
  51. a205137 (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the radeon and r200 driver by Roland Scheidegger · 20 years ago
  52. 0cbc254 replace magic number with macro constant RADEON_ZBLOCK16 by Roland Scheidegger · 20 years ago
  53. b31b783 (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only fast z clear and z buffer compression are supported for now, hierarchical-z is not. Still problems with multiple apps and z/stencil readback, which is why hyperz is disabled per default. Also add the new point sprite packet drm 1.13 accepts to the sanity code. by Roland Scheidegger · 20 years ago
  54. 7a086dc OK, one more time. Simplify the state-backup system by just storing the full by Eric Anholt · 20 years ago
  55. 5562fe6 The previous code would emit a full set of state during the first EmitState on by Eric Anholt · 20 years ago
  56. 6f3cc6a Close some races with locking on R100 and R200 which could manifest as rendering by Eric Anholt · 20 years ago
  57. ae4a1cc Adjustments to make everything use IOCTL/sarea defines in DRM instead by Jon Smirl · 21 years ago
  58. f64f940 change lighting to use MULT instead of PREMULT (i.e. move some lighting color calculations to the GPU) by Roland Scheidegger · 21 years ago
  59. 5d00e13 Fix attenuation hardware state handling, inspired by the R200 DDK reference by Michel Dänzer · 21 years ago
  60. 99ef0a0 merge some more of the radeon DRI driver from the DRI trunk by Alan Hourihane · 21 years ago
  61. bcc6edd Update DRI drivers to current DRI CVS and make them work. by Jon Smirl · 21 years ago
  62. 5df82c8 patch to import Jon Smirl's work from Bitkeeper by Brian Paul · 21 years ago