1. 74ae14a mesa: move texel fetch/store into new texfetch.[ch] files by Brian Paul · 15 years ago
  2. 884d1ab st/mesa: update comment by Brian Paul · 15 years ago
  3. bdc761b mesa: remove gl_texture_format by Brian Paul · 15 years ago
  4. 1f7c914 mesa: replace gl_texture_format with gl_format by Brian Paul · 15 years ago
  5. e2e7bd6 mesa: move StoreTexImageFunc typedef to .c file by Brian Paul · 15 years ago
  6. 0a306da mesa: use _mesa_texstore() by Brian Paul · 15 years ago
  7. 6480210 st/mesa: use _mesa_texstore() by Brian Paul · 15 years ago
  8. 49263e0 mesa: make individual texstore functions static by Brian Paul · 15 years ago
  9. cb0ef0c glide: use _mesa_texstore() by Brian Paul · 15 years ago
  10. b436d72 drivers: use _mesa_texstore by Brian Paul · 15 years ago
  11. 0b1f4dc drivers: use new _mesa_texstore() function by Brian Paul · 15 years ago
  12. 660ca9c mesa: new _mesa_texstore() function by Brian Paul · 15 years ago
  13. 729ff87 mesa: change _mesa_format_to_type_and_comps() format parameter type by Brian Paul · 15 years ago
  14. bd00a7f mesa: sort texstore_funcs[] array, remove search loop by Brian Paul · 15 years ago
  15. 749e504 mesa: fix render buffer _BaseFormat assignment by Brian Paul · 15 years ago
  16. ef08960 mesa: use texture format functions by Brian Paul · 15 years ago
  17. 4fc3447 mesa: update comments by Brian Paul · 15 years ago
  18. e987ea9 mesa: use more mesa format functions by Brian Paul · 15 years ago
  19. 5767a67 mesa: fix GL_TEXTURE_LUMINANCE_SIZE query by Brian Paul · 15 years ago
  20. a2b663f mesa: use more mesa format functions by Brian Paul · 15 years ago
  21. af0adb5 mesa: use more mesa format functions by Brian Paul · 15 years ago
  22. 5cf5d4b mesa: use more format helper functions by Brian Paul · 15 years ago
  23. 5978cbd mesa: code movement by Brian Paul · 15 years ago
  24. ddffe45 drivers: use more mesa format functions by Brian Paul · 15 years ago
  25. 9fbb888 mesa/drivers: use _mesa_get_format_bytes() by Brian Paul · 15 years ago
  26. e0bc453 mesa/drivers: use _mesa_get_format_bytes() by Brian Paul · 15 years ago
  27. b58bc12 via: use mesa texture format helper functions by Brian Paul · 15 years ago
  28. 21db895 glide: use _mesa_get_format_bytes() by Brian Paul · 15 years ago
  29. 2de7683 mesa: use _mesa_get_format_base_format() by Brian Paul · 15 years ago
  30. db8aca3 mesa: use _mesa_get_format_bytes() by Brian Paul · 15 years ago
  31. 5ab5f16 mesa: added _mesa_get_format_datatype() by Brian Paul · 15 years ago
  32. b64d478 mesa: use _mesa_get_format_bits() by Brian Paul · 15 years ago
  33. c28d78f mesa: added _mesa_get_format_bits() by Brian Paul · 15 years ago
  34. a608257 mesa: remove unused gl_texture_format fields by Brian Paul · 15 years ago
  35. e8eed50 mesa: added MESA_FORMAT_NONE by Brian Paul · 15 years ago
  36. cccdc43 mesa: move StoreTexImageFunc to texstore.h by Brian Paul · 15 years ago
  37. 27e201e mesa: rework null texel fetch/store funcs by Brian Paul · 15 years ago
  38. 05e73cc mesa: replace function pointer types with void * by Brian Paul · 15 years ago
  39. adce34e st/mesa: use _mesa_get_texstore_func() by Brian Paul · 15 years ago
  40. f782f90 mesa: use _mesa_get_texstore_func() by Brian Paul · 15 years ago
  41. d73cd70 glide: use _mesa_get_texstore_func() by Brian Paul · 15 years ago
  42. 9525b92 mesa: NULL-out unused texformat field initializers by Brian Paul · 15 years ago
  43. f76cbac mesa: use _mesa_get_texstore_func() by Brian Paul · 15 years ago
  44. e07862d st/mesa: use _mesa_get_texstore_func() by Brian Paul · 15 years ago
  45. 8abb984 mesa: null-out StoreTexImageFunc fields by Brian Paul · 15 years ago
  46. 431ba64 mesa: use _mesa_get_texel_store_func() by Brian Paul · 15 years ago
  47. da5722b mesa: use new look-up table to get texel fetch/store funcs by Brian Paul · 15 years ago
  48. 7116ae8 mesa: make some s3tc/fxt1 functions public by Brian Paul · 15 years ago
  49. 6c6896b progs/tests: disable texturing before printing text by Brian Paul · 15 years ago
  50. 0f91e44 mesa: minor clean-up in _mesa_texstore_srgb8() by Brian Paul · 15 years ago
  51. 722b761 mesa: use _mesa_get_texstore_func() to get texture image store func by Brian Paul · 15 years ago
  52. 485105e mesa: move _mesa_get_texstore_func() to texstore.c by Brian Paul · 15 years ago
  53. 22108bb mesa: begin removing dependencies on gl_texture_format in texstore code by Brian Paul · 15 years ago
  54. a7455f9 mesa: added formats.c to build by Brian Paul · 15 years ago
  55. 9e7b56c mesa: include formats.h by Brian Paul · 15 years ago
  56. 813870f mesa: initial check-in of new formats.[ch] files by Brian Paul · 15 years ago
  57. eb5dd94 r300g: add tx depth support in register. by Dave Airlie · 15 years ago
  58. 9bf85f6 r300g: only pass complete texture state to hw setup function by Dave Airlie · 15 years ago
  59. ec9c021 r300g: add missing break in OQ emit by Dave Airlie · 15 years ago
  60. 1df539c llvmpipe: Allow building with LLVM 2.6 too. by José Fonseca · 15 years ago
  61. 28f531e r300g: report GL1.5, enable cap bits for OQ and shadow. by Dave Airlie · 15 years ago
  62. 20d3c85 r300g: add z16 unorm texture format by Dave Airlie · 15 years ago
  63. 07183b7 r300g: fix texture pitch to correct value. by Dave Airlie · 15 years ago
  64. 8130375 Merge branch 'asm-shader-rework-2' by Ian Romanick · 15 years ago
  65. c19482b st/xorg: Re-enable accelerated fills and copies. by Michel Dänzer · 15 years ago
  66. 07e2d6e st/xorg: Flush render cache if but only if a source has pending write operations. by Michel Dänzer · 15 years ago
  67. 626553f st/xorg: Reject Composite acceleration for some cases not working yet. by Michel Dänzer · 15 years ago
  68. 9c44950 st/xorg: Make sure struct is fully initialized. by Michel Dänzer · 15 years ago
  69. b0ddfe8 st/xorg: Use generic semantic for Composite mask coordinates. by Michel Dänzer · 15 years ago
  70. ac2e0dd st/xorg: Flesh out EXA PrepareComposite hook a little. by Michel Dänzer · 15 years ago
  71. b975470 st/xorg: Use I8 format instead of A8 for depth 8 pixmaps. by Michel Dänzer · 15 years ago
  72. 67fb13b st/xorg: Bind rasterizer state for copies. by Michel Dänzer · 15 years ago
  73. 7edda93 st/xorg: Source-only pictures always have format PICT_a8r8g8b8. by Michel Dänzer · 15 years ago
  74. 07f1074 st/xorg: Better checks for unsupported component alpha pictures. by Michel Dänzer · 15 years ago
  75. 69c7fc1 softpipe: Grab fs output z from the correct file. by Michal Krol · 15 years ago
  76. a0fbc01 softpipe: Do not advertise support for L16 and YCBCR formats. by Michal Krol · 15 years ago
  77. 02b8118 radeon: Fix newlines. by Michal Krol · 15 years ago
  78. ecf3091 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  79. 46da1f2 mesa: move declaration before code by Vinson Lee · 15 years ago
  80. 5f4f7ad nv50: fix TEX for WriteMask not equal 0xf by Christoph Bumiller · 15 years ago
  81. 513cadf nv50: actually enable view volume clipping by Christoph Bumiller · 15 years ago
  82. 001daf7 nv50: RCP and RSQ cannot load from VP inputs by Christoph Bumiller · 15 years ago
  83. ef68057 nv50: fix CEIL and TRUNC by Christoph Bumiller · 15 years ago
  84. e2b8dc3 nv50: implement BGNLOOP, BRK, ENDLOOP by Christoph Bumiller · 15 years ago
  85. 1196f9f nv50: implement IF, ELSE, ENDIF opcodes by Christoph Bumiller · 15 years ago
  86. 16a6ca9 r300g: add texture format for xvmc by Cooper Yuan · 15 years ago
  87. 5a1e25a mesa/main: Make FEATURE_convolve follow feature conventions. by Chia-I Wu · 15 years ago
  88. cb4f24e mesa/main: Make FEATURE_colortable follow feature conventions. by Chia-I Wu · 15 years ago
  89. dbb8fb8 mesa/main: Make FEATURE_pixel_transfer follow feature conventions. by Chia-I Wu · 15 years ago
  90. 17099f5 mesa/main: Add comments to mfeatures.h. by Chia-I Wu · 15 years ago
  91. c9ddd6f progs/perf: glGenerateMipmap() test by Brian Paul · 15 years ago
  92. 0876618 mesa: _mesa_meta_GenerateMipmap() now working by Brian Paul · 15 years ago
  93. e33ea11 mesa: remove: unused gl_vertex_program::TnlData field by Brian Paul · 15 years ago
  94. 09af58d NV fp lexer: Add UP4B and UP4UB instructions that were previously missing by Ian Romanick · 15 years ago
  95. cc80849 intel: Flush the batch when we're about to subdata into a VBO. by Eric Anholt · 15 years ago
  96. 54107a0 i965: Clean up some mess with the batch cache. by Eric Anholt · 15 years ago
  97. 228aa45 st/xorg: start working on the Xv acceleration code by Zack Rusin · 15 years ago
  98. 80965fc st/xorg: fills are supported plussome minor clenups by Zack Rusin · 15 years ago
  99. 53d2fa4 st/xorg: add easier way of disabling/enabling acceleration by Zack Rusin · 15 years ago
  100. 01249c6 llvmpipe: add missing __FUNCTION__ parameter to debug_printf() calls by Brian Paul · 15 years ago