1. e28fe8f mesa: clamp texture border color if ARB_texture_float is unsupported by Marek Olšák · 14 years ago
  2. e5c6a92 mesa: implement clamping controls (ARB_color_buffer_float) by Marek Olšák · 14 years ago
  3. 0bfd174 mesa: remove isProxy local var by Brian Paul · 14 years ago
  4. 365f658 mesa: use texFormat local var in more places by Brian Paul · 14 years ago
  5. f322400 mesa: consolidate error handling code in _mesa_GetTexLevelParameteriv() by Brian Paul · 14 years ago
  6. 0f6b8e2 mesa: consolidate error handling in set_tex_parameteri() by Brian Paul · 14 years ago
  7. f2dd118 mesa: add checks for GL_EXT_texture_array by Brian Paul · 14 years ago
  8. f4dc24a mesa: smarter glTexParameter state invalidation by Brian Paul · 14 years ago
  9. edc2dd8 mesa/swrast: implement EXT_texture_sRGB_decode by Dave Airlie · 14 years ago
  10. db61b9c mesa: Directly include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  11. 0117da4 mesa: Include mtypes.h in files that use gl_context struct. by Vinson Lee · 14 years ago
  12. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  13. cd5dea6 ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODE by Ian Romanick · 14 years ago
  14. cc6f13d ARB_texture_rg: Add GL_TEXTURE_{RED,GREEN}_SIZE query support by Ian Romanick · 14 years ago
  15. 7f11d47 mesa: Force GL_SGIS_generate_mipmap to always be enabled by Ian Romanick · 14 years ago
  16. ec2b92f mesa: rename src/mesa/shader/ to src/mesa/program/ by Brian Paul · 14 years ago
  17. 066477a mesa: Add missing features. by Chia-I Wu · 15 years ago
  18. 61753c4 mesa: added GL3 query for GL_TEXTURE_SHARED_SIZE by Brian Paul · 15 years ago
  19. b2a3049 mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITS by Brian Paul · 15 years ago
  20. cd8614b Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  21. 59eed7a mesa: Remove unnecessary header from texparam.c. by Vinson Lee · 15 years ago
  22. 7836a96 mesa: added _mesa_[Get]TexParameterI[u]iv() functions by Brian Paul · 15 years ago
  23. f6c2d1f mesa: make texture BorderColor a union of float/int/uint by Brian Paul · 15 years ago
  24. 32b9983 mesa: use get_texobj() in _mesa_GetTexParameter() funcs by Brian Paul · 15 years ago
  25. 6d84580 mesa: add missing _mesa_lock_texture() call by Brian Paul · 15 years ago
  26. b605f4f Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Brian Paul · 15 years ago
  27. dcb4a37 mesa: Fix array out-of-bounds access by _mesa_TexParameteriv. by Vinson Lee · 15 years ago
  28. 3f7c2ac mesa: Fix array out-of-bounds access by _mesa_TexParameteri. by Vinson Lee · 15 years ago
  29. a1d46fb mesa: Fix array out-of-bounds access by _mesa_TexParameteri. by Vinson Lee · 15 years ago
  30. d88f3b9 mesa: Fix array out-of-bounds access by _mesa_TexParameterfv. by Vinson Lee · 15 years ago
  31. ca8a215 mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  32. 4071d06 mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  33. 270d36d mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  34. a201dfb mesa: Fix array out-of-bounds access by _mesa_TexParameterf. by Vinson Lee · 15 years ago
  35. 644d8fd mesa: added comment by Brian Paul · 15 years ago
  36. 9927d7f mesa: Fix compilation errors and warnings when features are disabled. by Chia-I Wu · 15 years ago
  37. 1f196b7 Merge branch 'texformat-rework' by Brian Paul · 15 years ago
  38. d6ee86c mesa: remove _mesa_compressed_texture_size() by Brian Paul · 15 years ago
  39. cd62b4f mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formats by Brian Paul · 15 years ago
  40. b6bdafd mesa: remove gl_texture_image::IsCompressed field by Brian Paul · 15 years ago
  41. 1f7c914 mesa: replace gl_texture_format with gl_format by Brian Paul · 15 years ago
  42. 5767a67 mesa: fix GL_TEXTURE_LUMINANCE_SIZE query by Brian Paul · 15 years ago
  43. af0adb5 mesa: use more mesa format functions by Brian Paul · 15 years ago
  44. b64d478 mesa: use _mesa_get_format_bits() by Brian Paul · 15 years ago
  45. 5d526ed Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Brian Paul · 15 years ago
  46. 0fa1692 mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errors by Vinson Lee · 15 years ago
  47. 8a9795e mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimensions() by Brian Paul · 15 years ago
  48. 6aa7a03 mesa: use _mesa_get_current_tex_unit() in more places by Brian Paul · 15 years ago
  49. f44638f mesa: check for ARB_framebuffer_object for GL_TEXTURE_STENCIL_SIZE_EXT query by Brian Paul · 15 years ago
  50. 74bec42 mesa: limit number of error raised by invalid GL_TEXTURE_MAX_ANISOTROPY_EXT by Brian Paul · 15 years ago
  51. 1d00399 mesa: more informative error messages by Brian Paul · 16 years ago
  52. ebc1478 mesa: fix TexParameter functions by Roland Scheidegger · 16 years ago
  53. 7fbae9f mesa: get rid of gl_texture_object::_BorderChan by Brian Paul · 16 years ago
  54. 9818734 mesa: use an array for current texture objects by Brian Paul · 16 years ago
  55. aad3f54 mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state change by Brian Paul · 16 years ago
  56. 37c768b mesa: add no-change testing for a few more texture parameters by Brian Paul · 16 years ago
  57. 33fa5e4 Make GL_ARB_texture_compression mandatory by Ian Romanick · 16 years ago
  58. 26da28c mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_texture by Brian Paul · 16 years ago
  59. 72f0b4a mesa: additional GL_INVALID_OPERATION tests for texture swizzle by Brian Paul · 16 years ago
  60. 4a89e51 mesa: set/get new state for GL_EXT_texture_swizzle by Brian Paul · 16 years ago
  61. 318e53a mesa: refactor glTexParameter code by Brian Paul · 16 years ago
  62. 4741dbc Unify ARB_depth_texture and SGIX_depth_texture by Ian Romanick · 16 years ago
  63. ee80c64 mesa: fix param indexing by Brad King · 16 years ago
  64. 1b7e909 mesa: texture crop rect state by Brian Paul · 16 years ago
  65. ddd630e mesa: refactor: move various ENUM_TO_x macros into macros.h by Brian Paul · 16 years ago
  66. ae1fdc1 mesa: refactor: move glTexParameter-related functions into new texparam.c file by Brian Paul · 16 years ago