1. 89fddf9 i965: minor improvements in brw_wm_populate_key() by Brian Paul · 16 years ago
  2. 72f0b4a mesa: additional GL_INVALID_OPERATION tests for texture swizzle by Brian Paul · 16 years ago
  3. 54c62ba mesa: implement texture swizzling in swrast by Brian Paul · 16 years ago
  4. 4a89e51 mesa: set/get new state for GL_EXT_texture_swizzle by Brian Paul · 16 years ago
  5. be1a76f mesa: if texObj is NULL in fetch_texel_*(), return black. by Brian Paul · 16 years ago
  6. 318e53a mesa: refactor glTexParameter code by Brian Paul · 16 years ago
  7. 38768db mesa: move call to _mesa_update_framebuffer_visual() by Brian Paul · 16 years ago
  8. 3cf7f98 i915: rename some functions by Brian Paul · 16 years ago
  9. d0c8ed7 intel: replace i915/intel_state.c and i965/intel_state.c with shared file by Brian Paul · 16 years ago
  10. 69fd665 intel: whitespace changes by Brian Paul · 16 years ago
  11. 84c8b5b intel: move some driver functions around by Brian Paul · 16 years ago
  12. 72ee0e2 intel: check if stencil test is enabled in intel_stencil_drawpixels() by Brian Paul · 16 years ago
  13. 723648f intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(), intel_meta_restore_transform() by Brian Paul · 16 years ago
  14. 36daee1 intel: asst. casts to silence warnings by Brian Paul · 16 years ago
  15. 6c244b0 intel: #include clean-ups by Brian Paul · 16 years ago
  16. d555cdb intel: remove old #includes by Brian Paul · 16 years ago
  17. aae2729 intel: make intelUpdateScreenFromSAREA() static by Brian Paul · 16 years ago
  18. 66c7f06 intel: remove unused var by Brian Paul · 16 years ago
  19. 4006c5e intel: move intelInitExtensions() and related code into new intel_extensions.c by Brian Paul · 16 years ago
  20. 4451eb2 intel: move glClear-related code into new intel_clear.c file by Brian Paul · 16 years ago
  21. 6fcebbe intel: Move swap-related functions from intel_buffers.c to new intel_swapbuffers.c by Brian Paul · 16 years ago
  22. 3b23a8e i965: scissor rect was inverted when rendering to texture by Brian Paul · 16 years ago
  23. 523febe mesa: add missing texture_put_row_rgb() function in texrender.c by Robert Ellison · 16 years ago
  24. ea8d0aa docs: added GL_NV_texture_env_combine4 by Brian Paul · 16 years ago
  25. cba5ce1 Merge branch 'tex_combine4' by Brian Paul · 16 years ago
  26. 628b522 i965: init array->Format fields (see bug 19708) by Brian Paul · 16 years ago
  27. 96ee3db intel: enable GL_NV_texture_env_combine4 extension by Brian Paul · 16 years ago
  28. d4757cd mesa: enable GL_NV_texture_env_combine4 for sw drivers by Brian Paul · 16 years ago
  29. 6947f85 mesa: updated fragment shader codegen for GL_NV_texture_env_combine4 by Brian Paul · 16 years ago
  30. 2d508c1 swrast: updates for GL_NV_texture_env_combine4 by Brian Paul · 16 years ago
  31. e082314 mesa: update state setup/validation for GL_NV_texture_env_combine4 by Brian Paul · 16 years ago
  32. 08fbbdd mesa: update glTexEnv(), glGetTexEnv() for GL_NV_texture_env_combine4 by Brian Paul · 16 years ago
  33. f5d3027 mesa: initial changes for GL_NV_texture_env_combine4 by Brian Paul · 16 years ago
  34. ded949e mesa: set the new array->Format field in VBO code by Brian Paul · 16 years ago
  35. e57e398 intel: fix the mismerge of the vblank pipe enable sanity check by Jesse Barnes · 16 years ago
  36. ad338c1 mesa: consolidate glGetTexEnvi/f() code with new get_texenvi() helper by Brian Paul · 16 years ago
  37. 216bff5 intel: move pipe enable sanity check to where it belongs by Jesse Barnes · 16 years ago
  38. 0b5266f intel: fix vblank crtc selection with DRI1 when only one pipe is enabled. by Owain Ainsworth · 16 years ago
  39. 39b4061 intel: Prevent an "irq is not working" printf when only pipe B is enabled. by Owain G. Ainsworth · 16 years ago
  40. 0a40033 mesa: refactor _mesa_TexEnvfv() code with helper functions by Brian Paul · 16 years ago
  41. 6f8896c docs: document improved stencil support and GL_EXT_vertex_array_bgra by Brian Paul · 16 years ago
  42. b8fc605 Merge branch 'vertex_array_bgra' by Brian Paul · 16 years ago
  43. dab586b i965: enable GL_EXT_vertex_array_bgra by Brian Paul · 16 years ago
  44. 0bd6d48 mesa: enable GL_EXT_vertex_array_bgra for sw drivers by Brian Paul · 16 years ago
  45. 0791fdf mesa: update tnl module for GL_EXT_vertex_array_bgra by Brian Paul · 16 years ago
  46. 9cf594d mesa: improve array initialization code, and set the new array->Format field. by Brian Paul · 16 years ago
  47. 76d27a6 mesa: update glColorPointer, etc for GL_EXT_vertex_array_bgra by Brian Paul · 16 years ago
  48. f7c1a2d mesa: initial bits for GL_EXT_vertex_array_bgra by Brian Paul · 16 years ago
  49. 42c07d1 r300: Enable GL_ATI_separate_stencil in R300 by Ian Romanick · 16 years ago
  50. f7265e7 965: Enable GL_EXT_stencil_two_side by Ian Romanick · 16 years ago
  51. b5fbdef swrast: Enable GL_EXT_stencil_two_side by Ian Romanick · 16 years ago
  52. dde7cb9 Track two sets of back-face stencil state by Ian Romanick · 16 years ago
  53. af0e633 i965: whitespace changes and reformatting by Brian Paul · 16 years ago
  54. fb88b6d docs: first 7.5 feature: GL_ARB_framebuffer_object by Brian Paul · 16 years ago
  55. a7f98f4 i965: enable GL_ARB_framebuffer_object by Brian Paul · 16 years ago
  56. 6d2e1f6 intel: add GL_EXT_framebuffer blit extension by Brian Paul · 16 years ago
  57. f8a7e49 intel: remove/disable the "paired depth/stencil" code by Brian Paul · 16 years ago
  58. b27057b intel: asst clean-ups, simplifications in intel_draw_buffer() by Brian Paul · 16 years ago
  59. 3abf67c intel: remove unneeded call to ctx->Driver.DepthRange() by Brian Paul · 16 years ago
  60. 71b7814 i965: disallow separate depth/stencil renderbuffers by Brian Paul · 16 years ago
  61. d1eca7f i965: minor reformatting by Brian Paul · 16 years ago
  62. 3c98d3c intel: plug in stub intel_validate_framebuffer() function by Brian Paul · 16 years ago
  63. f8b0080 intel: inline some renderbuffer functions by Brian Paul · 16 years ago
  64. 0906f47 demos: revamp the fbotexture.c demo by Brian Paul · 16 years ago
  65. aed7403 demos: updated FBO tests to for ARB_fbo by Brian Paul · 16 years ago
  66. 1b19910 mesa: enable ARB_fbo for s/w drivers by Brian Paul · 16 years ago
  67. 7296636 mesa: avoid calling _mesa_test_framebuffer_completeness() more than needed by Brian Paul · 16 years ago
  68. d0f13fa mesa: fix some renderbuffer/framebuffer delete semantics by Brian Paul · 16 years ago
  69. 3059007 mesa: add support for GL_DEPTH_STENCIL_ATTACHMENT point. by Brian Paul · 16 years ago
  70. 722d976 mesa: additional FBO error checking for multisample-related things by Brian Paul · 16 years ago
  71. 23524e8 mesa: update Visual.samples field in _mesa_update_framebuffer_visual() by Brian Paul · 16 years ago
  72. 4f3514e mesa: refactor glRenderbufferStorage(), glRenderbufferStorageMultisample() code by Brian Paul · 16 years ago
  73. 8fb8855 mesa: init MaxSamples = 0 (no multisampling) by Brian Paul · 16 years ago
  74. 5ca24ea mesa: add ARB_framebuffer_object.xml to API_XML by Brian Paul · 16 years ago
  75. 515c118 mesa: added GL_MAX_SAMPLES query for GL_ARB_fbo by Brian Paul · 16 years ago
  76. 4fc16fb mesa: added NumSamples, MaxSamples for ARB_fbo by Brian Paul · 16 years ago
  77. 777a2ef mesa: stub for _mesa_RenderbufferStorageMultisample() by Brian Paul · 16 years ago
  78. 1f32c41 mesa: call fbo_incomplete() if driver marks FBO as incomplete (debug only) by Brian Paul · 16 years ago
  79. 283edbe mesa: update update_framebuffer_size() for ARB_fbo and mixed renderbuffer sizes by Brian Paul · 16 years ago
  80. 3528f69 mesa: added ctx->Driver.ValidateFramebuffer() callback by Brian Paul · 16 years ago
  81. 1bc59bf mesa: add new ARB_fbo queries, fix some error tests by Brian Paul · 16 years ago
  82. d9a2cf9 mesa: add new ColorEncoding and ComponentType to gl_renderbuffer by Brian Paul · 16 years ago
  83. 06f3b2e mesa: additional FBO/RB id error checking for ARB_fbo by Brian Paul · 16 years ago
  84. 989edea mesa: for ARB_fbo, lift restriction that all FBO attachments are same size and color format by Brian Paul · 16 years ago
  85. 7d98f5a mesa: initial extension bits for GL_ARB_framebuffer_object by Brian Paul · 16 years ago
  86. 27d08f0 mesa: regenerated GL API files by Brian Paul · 16 years ago
  87. 4397974 glapi: include ARB_framebuffer_object.xml by Brian Paul · 16 years ago
  88. d61b889 glapi: XML spec for GL_ARB_framebuffer_object by Brian Paul · 16 years ago
  89. f9152f3 glsl: call _mesa_write_shader_to_file(). Debug-only, disabled by Brian Paul · 16 years ago
  90. d003893 glsl: new _mesa_write_shader_to_file() function by Brian Paul · 16 years ago
  91. cb136e0 glsl: set shader->CompileStatus in _slang_compile() by Brian Paul · 16 years ago
  92. 596b8fb mesa: added _mesa_fprintf() wrapper by Brian Paul · 16 years ago
  93. d2ab930 docs: placeholder 7.5 release notes by Brian Paul · 16 years ago
  94. 0e48056 mesa: master is open for new development, eventually will be Mesa 7.5 by Brian Paul · 16 years ago
  95. 609cc9c docs: skeleton 7.4 release notes file by Brian Paul · 16 years ago
  96. e5aa893 docs: 7.3 md5 sums by Brian Paul · 16 years ago
  97. 5a45897 mesa: set version to 7.3 by Brian Paul · 16 years ago
  98. faa6d8a docs: set 7.3 release date by Brian Paul · 16 years ago
  99. b6c41fd docs: assorted updates, link fixes by Brian Paul · 16 years ago
  100. b8bd0b0 i915: Add decode for PS in batchbuffers. by Eric Anholt · 16 years ago