1. ddffe45 drivers: use more mesa format functions by Brian Paul · 15 years ago
  2. 9fbb888 mesa/drivers: use _mesa_get_format_bytes() by Brian Paul · 15 years ago
  3. e0bc453 mesa/drivers: use _mesa_get_format_bytes() by Brian Paul · 15 years ago
  4. b58bc12 via: use mesa texture format helper functions by Brian Paul · 15 years ago
  5. 21db895 glide: use _mesa_get_format_bytes() by Brian Paul · 15 years ago
  6. 2de7683 mesa: use _mesa_get_format_base_format() by Brian Paul · 15 years ago
  7. db8aca3 mesa: use _mesa_get_format_bytes() by Brian Paul · 15 years ago
  8. 5ab5f16 mesa: added _mesa_get_format_datatype() by Brian Paul · 15 years ago
  9. b64d478 mesa: use _mesa_get_format_bits() by Brian Paul · 15 years ago
  10. c28d78f mesa: added _mesa_get_format_bits() by Brian Paul · 15 years ago
  11. a608257 mesa: remove unused gl_texture_format fields by Brian Paul · 15 years ago
  12. e8eed50 mesa: added MESA_FORMAT_NONE by Brian Paul · 15 years ago
  13. cccdc43 mesa: move StoreTexImageFunc to texstore.h by Brian Paul · 15 years ago
  14. 27e201e mesa: rework null texel fetch/store funcs by Brian Paul · 15 years ago
  15. 05e73cc mesa: replace function pointer types with void * by Brian Paul · 15 years ago
  16. adce34e st/mesa: use _mesa_get_texstore_func() by Brian Paul · 15 years ago
  17. f782f90 mesa: use _mesa_get_texstore_func() by Brian Paul · 15 years ago
  18. d73cd70 glide: use _mesa_get_texstore_func() by Brian Paul · 15 years ago
  19. 9525b92 mesa: NULL-out unused texformat field initializers by Brian Paul · 15 years ago
  20. f76cbac mesa: use _mesa_get_texstore_func() by Brian Paul · 15 years ago
  21. e07862d st/mesa: use _mesa_get_texstore_func() by Brian Paul · 15 years ago
  22. 8abb984 mesa: null-out StoreTexImageFunc fields by Brian Paul · 15 years ago
  23. 431ba64 mesa: use _mesa_get_texel_store_func() by Brian Paul · 15 years ago
  24. da5722b mesa: use new look-up table to get texel fetch/store funcs by Brian Paul · 15 years ago
  25. 7116ae8 mesa: make some s3tc/fxt1 functions public by Brian Paul · 15 years ago
  26. 6c6896b progs/tests: disable texturing before printing text by Brian Paul · 15 years ago
  27. 0f91e44 mesa: minor clean-up in _mesa_texstore_srgb8() by Brian Paul · 15 years ago
  28. 722b761 mesa: use _mesa_get_texstore_func() to get texture image store func by Brian Paul · 15 years ago
  29. 485105e mesa: move _mesa_get_texstore_func() to texstore.c by Brian Paul · 15 years ago
  30. 22108bb mesa: begin removing dependencies on gl_texture_format in texstore code by Brian Paul · 15 years ago
  31. a7455f9 mesa: added formats.c to build by Brian Paul · 15 years ago
  32. 9e7b56c mesa: include formats.h by Brian Paul · 15 years ago
  33. 813870f mesa: initial check-in of new formats.[ch] files by Brian Paul · 15 years ago
  34. eb5dd94 r300g: add tx depth support in register. by Dave Airlie · 15 years ago
  35. 9bf85f6 r300g: only pass complete texture state to hw setup function by Dave Airlie · 15 years ago
  36. ec9c021 r300g: add missing break in OQ emit by Dave Airlie · 15 years ago
  37. 1df539c llvmpipe: Allow building with LLVM 2.6 too. by José Fonseca · 15 years ago
  38. 28f531e r300g: report GL1.5, enable cap bits for OQ and shadow. by Dave Airlie · 15 years ago
  39. 20d3c85 r300g: add z16 unorm texture format by Dave Airlie · 15 years ago
  40. 07183b7 r300g: fix texture pitch to correct value. by Dave Airlie · 15 years ago
  41. 8130375 Merge branch 'asm-shader-rework-2' by Ian Romanick · 15 years ago
  42. c19482b st/xorg: Re-enable accelerated fills and copies. by Michel Dänzer · 15 years ago
  43. 07e2d6e st/xorg: Flush render cache if but only if a source has pending write operations. by Michel Dänzer · 15 years ago
  44. 626553f st/xorg: Reject Composite acceleration for some cases not working yet. by Michel Dänzer · 15 years ago
  45. 9c44950 st/xorg: Make sure struct is fully initialized. by Michel Dänzer · 15 years ago
  46. b0ddfe8 st/xorg: Use generic semantic for Composite mask coordinates. by Michel Dänzer · 15 years ago
  47. ac2e0dd st/xorg: Flesh out EXA PrepareComposite hook a little. by Michel Dänzer · 15 years ago
  48. b975470 st/xorg: Use I8 format instead of A8 for depth 8 pixmaps. by Michel Dänzer · 15 years ago
  49. 67fb13b st/xorg: Bind rasterizer state for copies. by Michel Dänzer · 15 years ago
  50. 7edda93 st/xorg: Source-only pictures always have format PICT_a8r8g8b8. by Michel Dänzer · 15 years ago
  51. 07f1074 st/xorg: Better checks for unsupported component alpha pictures. by Michel Dänzer · 15 years ago
  52. 69c7fc1 softpipe: Grab fs output z from the correct file. by Michal Krol · 15 years ago
  53. a0fbc01 softpipe: Do not advertise support for L16 and YCBCR formats. by Michal Krol · 15 years ago
  54. 02b8118 radeon: Fix newlines. by Michal Krol · 15 years ago
  55. ecf3091 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  56. 46da1f2 mesa: move declaration before code by Vinson Lee · 15 years ago
  57. 5f4f7ad nv50: fix TEX for WriteMask not equal 0xf by Christoph Bumiller · 15 years ago
  58. 513cadf nv50: actually enable view volume clipping by Christoph Bumiller · 15 years ago
  59. 001daf7 nv50: RCP and RSQ cannot load from VP inputs by Christoph Bumiller · 15 years ago
  60. ef68057 nv50: fix CEIL and TRUNC by Christoph Bumiller · 15 years ago
  61. e2b8dc3 nv50: implement BGNLOOP, BRK, ENDLOOP by Christoph Bumiller · 15 years ago
  62. 1196f9f nv50: implement IF, ELSE, ENDIF opcodes by Christoph Bumiller · 15 years ago
  63. 16a6ca9 r300g: add texture format for xvmc by Cooper Yuan · 15 years ago
  64. 5a1e25a mesa/main: Make FEATURE_convolve follow feature conventions. by Chia-I Wu · 15 years ago
  65. cb4f24e mesa/main: Make FEATURE_colortable follow feature conventions. by Chia-I Wu · 15 years ago
  66. dbb8fb8 mesa/main: Make FEATURE_pixel_transfer follow feature conventions. by Chia-I Wu · 15 years ago
  67. 17099f5 mesa/main: Add comments to mfeatures.h. by Chia-I Wu · 15 years ago
  68. c9ddd6f progs/perf: glGenerateMipmap() test by Brian Paul · 15 years ago
  69. 0876618 mesa: _mesa_meta_GenerateMipmap() now working by Brian Paul · 15 years ago
  70. e33ea11 mesa: remove: unused gl_vertex_program::TnlData field by Brian Paul · 15 years ago
  71. 09af58d NV fp lexer: Add UP4B and UP4UB instructions that were previously missing by Ian Romanick · 15 years ago
  72. cc80849 intel: Flush the batch when we're about to subdata into a VBO. by Eric Anholt · 15 years ago
  73. 54107a0 i965: Clean up some mess with the batch cache. by Eric Anholt · 15 years ago
  74. 228aa45 st/xorg: start working on the Xv acceleration code by Zack Rusin · 15 years ago
  75. 80965fc st/xorg: fills are supported plussome minor clenups by Zack Rusin · 15 years ago
  76. 53d2fa4 st/xorg: add easier way of disabling/enabling acceleration by Zack Rusin · 15 years ago
  77. 01249c6 llvmpipe: add missing __FUNCTION__ parameter to debug_printf() calls by Brian Paul · 15 years ago
  78. a665a34 llvmpipe: increase max 3D texture size to 256 by Brian Paul · 15 years ago
  79. 29d2722 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  80. 940ca2e Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Brian Paul · 15 years ago
  81. 1730b8d softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256. by Vinson Lee · 15 years ago
  82. 726a04a i965: Emit zero initialization for NV VP temporaries as required. by Eric Anholt · 15 years ago
  83. a9a47af i965: Remove assert about NV_vp now that it somewhat works. by Eric Anholt · 15 years ago
  84. 9018a7d i965: Load NV program matrices when required. by Eric Anholt · 15 years ago
  85. 601769a mesa: Initialize NV_vertex_program fields for the parameter lists and such. by Eric Anholt · 15 years ago
  86. 60b152a mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning by Brian Paul · 15 years ago
  87. adfa778 mesa: remove rgbMode check in enable_texture() by Brian Paul · 15 years ago
  88. b849c6f intel: use default array/element buffers in intel_generate_mipmap() by Brian Paul · 15 years ago
  89. f0339f5 mesa: replace assertion with no-op function assignment by Brian Paul · 15 years ago
  90. 964792b mesa: added comment by Brian Paul · 15 years ago
  91. 1a81611 vbo: limit number of warnings to 10 by Brian Paul · 15 years ago
  92. fd56bee Merge branch 'mesa_7_6_branch' by Pauli Nieminen · 15 years ago
  93. 1d2dca1 radeon: Fix scissors for r600 KMS. by Pauli Nieminen · 15 years ago
  94. c9f7a23 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  95. 7549a83 Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Brian Paul · 15 years ago
  96. 6be2bc5 gallium/trace: casts to silence warnings by Brian Paul · 15 years ago
  97. f858163 tgsi/sse: remove old comments by Brian Paul · 15 years ago
  98. 35cd0bb tgsi/sse: implement SEQ, SGT, SLE, SNE by Brian Paul · 15 years ago
  99. a64d451 tgsi/sse: Pass the lodbias, not zero. More comments. by Brian Paul · 15 years ago
  100. a491e25 mesa: added default case return to silence warning by Brian Paul · 15 years ago