1. b551883 r600g: cs init fixes by Alex Deucher · 13 years ago
  2. c4175c8 r300g: log when getting unsupported texture format by Marek Olšák · 13 years ago
  3. d2ede5e gallium: include limits.h in p_config.h by Dave Airlie · 13 years ago
  4. 0cdd82d r600g: add context control to start of CS by Dave Airlie · 13 years ago
  5. 65ee7cd r600g: don't emit color blend register on original R600. by Dave Airlie · 13 years ago
  6. 29ceeeb mesa: forbid UseProgram to be called inside Begin/End by Marek Olšák · 13 years ago
  7. 1b37a41 st/mesa: don't use resource_copy_region for CopyPixels with conditional render by Marek Olšák · 13 years ago
  8. 8d45bbc st/mesa: conditional rendering should not kill texture decompression via blit by Marek Olšák · 13 years ago
  9. 91e56c8 st/mesa: CopyTex(Sub)Image should not be killed by conditional rendering by Marek Olšák · 13 years ago
  10. ccfeb90 st/mesa: BlitFramebuffer should not be killed by conditional rendering by Marek Olšák · 13 years ago
  11. c0277d9 swrast: BlitFramebuffer should not be killed by conditional rendering by Marek Olšák · 13 years ago
  12. 1c95c3e st/mesa: GenerateMipmap should not be killed by conditional rendering by Marek Olšák · 13 years ago
  13. 24ed0b3 st/mesa: fix typos and add some format fallbacks in format_map by Marek Olšák · 13 years ago
  14. 6c638b7 st/mesa: consolidate listing of depth formats by Marek Olšák · 13 years ago
  15. 26d718f st/mesa: add GL_DEPTH_COMPONENT32 fallback formats by Marek Olšák · 13 years ago
  16. 49d4e80 st/mesa: fix changing internal format via RenderbufferStorage by Marek Olšák · 13 years ago
  17. ff03817 tgsi/ureg: bump the limit of immediates by Marek Olšák · 13 years ago
  18. f133ff5 trace: implement texture_barrier by Marek Olšák · 13 years ago
  19. b9e8cb0 trace: implement render_condition by Marek Olšák · 13 years ago
  20. 7605651 r300g: clear can be killed by render condition by Marek Olšák · 13 years ago
  21. aae5615 r300g: Fix non-dri builds by Tom Stellard · 13 years ago
  22. f76787b r300g: fix occlusion queries when depth test is disabled or zbuffer is missing by Marek Olšák · 13 years ago
  23. d18792f r300g: cleanup render_condition a bit by Marek Olšák · 13 years ago
  24. 70b86fb r300g: remove fake occlusion queries (debug option) by Marek Olšák · 13 years ago
  25. 2397f20 r300g: remove debug option DBG_FALL by Marek Olšák · 13 years ago
  26. 9a3f861 r300g: print some HyperZ debug info by Marek Olšák · 13 years ago
  27. fc48de4 glx: Fix glXGetFBConfigFromVisualSGIX. by Stéphane Marchesin · 13 years ago
  28. 4eeabd5 mesa: set parameter list StateFlags field in _mesa_layout_parameters() by Pierre-Eric Pelloux-Prayer · 13 years ago
  29. 0653c45 i965/fs: Fix up for 8752764076e5b3f052a57e0134424a37bf2e9164. by Eric Anholt · 13 years ago
  30. 9bd7e9c mesa: Include shader target in dumps of GLSL source. by Eric Anholt · 13 years ago
  31. 8752764 i965/fs: Do a FS compile up front at link time to produce link errors. by Eric Anholt · 13 years ago
  32. d1f70a8 i965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_visitor.cpp. by Eric Anholt · 13 years ago
  33. 11dd9e9 i965/fs: Split the BRW native code emit to brw_fs_emit.cpp by Eric Anholt · 13 years ago
  34. b7b700a i965: Move a couple of GLSL IR -> BRW helper functions to brw_shader.cpp. by Eric Anholt · 13 years ago
  35. 14b86f3 i965: Move non-FS-specific shader support to brw_shader.cpp. by Eric Anholt · 13 years ago
  36. 53c89c6 i965: Avoid generating MOVs for assignments of expressions. by Eric Anholt · 13 years ago
  37. 1791857 i965/fs: Move the computation of register block count from unit to compile. by Eric Anholt · 13 years ago
  38. 615117c i965/fs: Track fixed GRF regs separate from allocated GRF file in scheduling. by Eric Anholt · 13 years ago
  39. 40540cc i965/fs: Add a helper function for add_dep(before, after, before->latency). by Eric Anholt · 13 years ago
  40. 828b26b nv50: fix emit_add_a16 to emit correct source reg by Trevor Davenport · 13 years ago
  41. 4609e80 mesa: s/height/depth/ in texsubimage() by Brian Paul · 13 years ago
  42. e401c1f mesa: plug _mesa_GetObjectParameterivAPPLE into display list dispatch table by Brian Paul · 13 years ago
  43. 6126d50 mesa: plug in GL_ARB_vertex_array_object display list functions by Brian Paul · 13 years ago
  44. e004815 mesa: more geometry shader display list functions by Brian Paul · 13 years ago
  45. 3b0f431 mesa: more transform feedback display list functions by Brian Paul · 13 years ago
  46. 919e260 mesa: make query object API functions static by Brian Paul · 13 years ago
  47. 848bcd2 mesa: simplify query object display list dispatch setup by Brian Paul · 13 years ago
  48. f7b3f40 i965: Pack the lookup and line_aa bits into the first dword of the key. by Eric Anholt · 13 years ago
  49. 9a729ab i965: Remove dead shadowtex_mask entry in the WM key. by Eric Anholt · 13 years ago
  50. f147599 i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT. by Eric Anholt · 13 years ago
  51. c095335 intel: Drop doubly irrelevant code in intelReadBuffers. by Eric Anholt · 13 years ago
  52. 6d4b974 mesa: Flush vertices before updating drawbuffer computed state. by Eric Anholt · 13 years ago
  53. d3451f7 mesa: Allow NULL read/draw in complete FBOs in ARB_ES2_compatibility. by Eric Anholt · 13 years ago
  54. f73ff46 mesa: Trigger FBO validation on DrawBuffers change in non-ES2 mode. by Eric Anholt · 13 years ago
  55. 179a88d mesa: minor whitespace fixes by Brian Paul · 13 years ago
  56. f84be84 mesa: plug in sync object display list functions by Brian Paul · 13 years ago
  57. 95fa22c mesa: display list support for glProgramParameteriARB() by Brian Paul · 13 years ago
  58. 001aa6c mesa: plug shader object functions into display list dispatch by Brian Paul · 13 years ago
  59. 4535c98 mesa: plug in GL 3.0 ClearBuffer() display list functions by Brian Paul · 13 years ago
  60. 8f7c815 mesa: fill in missing sampler object display list functions by Brian Paul · 13 years ago
  61. 3e06803 st/mesa: simplify some st_context(ctx)->pipe code by Brian Paul · 13 years ago
  62. bf14ab4 st/mesa: fix incorrect texture level/face/slice accesses by Brian Paul · 13 years ago
  63. 1697dac i915g: Bump texture sizes by Jakob Bornecrantz · 13 years ago
  64. b584686 i965: Warnings cleanup. by Eric Anholt · 13 years ago
  65. fa42de5 i965: Fix assertion failures in unused brw_reg setup by deleting it. by Eric Anholt · 13 years ago
  66. 5ed7a7b r600g: remove duplicate opcode in r600_opcodes.h by Alex Deucher · 13 years ago
  67. e7bcfad intel: Change FBO validation criteria to accomodate hiz and seprate stencil by Chad Versace · 13 years ago
  68. ce8fdf6 intel: Fix intel_draw_buffer() to accomodate hiz and separate stencil by Chad Versace · 13 years ago
  69. c270f1a intel: Add hiz_region to intel_mipmap_tree by Chad Versace · 13 years ago
  70. 6ed829f intel: Refactor the wrapping of textures with renderbuffers by Chad Versace · 13 years ago
  71. 7c0e6d9 intel: Add hiz_region to intel_renderbuffer by Chad Versace · 13 years ago
  72. a9e6509 intel: Add is_hiz_depth_format() to intel_contex.vtbl by Chad Versace · 13 years ago
  73. 1a1411e intel: Allocate region for separate stencil buffer by Chad Versace · 13 years ago
  74. b5c847c intel: Change supported texture formats for separate stencil by Chad Versace · 13 years ago
  75. 4e0654e mesa: Add MESA_FORMAT_X8_Z24 to _mesa_choose_tex_format by Chad Versace · 13 years ago
  76. 76f77cb intel: Add flags to intel_context for hiz and separate stencil by Chad Versace · 13 years ago
  77. a95ec18 glx: Don't refer to the request buffer outside of {L,Unl}ockDisplay by Adam Jackson · 13 years ago
  78. c44dad5 egl_dri2: add new cayman pci ids by Alex Deucher · 13 years ago
  79. 017cd5d r600g: fix eg/cayman scissor workaround by Alex Deucher · 13 years ago
  80. 868c042 r600g: add workaround for buggy hw scissor on eg/cayman. by Dave Airlie · 13 years ago
  81. 7779f6d r600g: add initial cayman acceleration support. by Dave Airlie · 13 years ago
  82. d1b8f8e r600g: don't lookup a vs semantic for position/face. by Dave Airlie · 13 years ago
  83. ece871c r600g: flush the DB dest base as well. by Dave Airlie · 13 years ago
  84. 3869be7 glx: More comment cleanup by Adam Jackson · 13 years ago
  85. a3aecd1 glx: Remove some misleading comments by Adam Jackson · 13 years ago
  86. 5a6897f drisw: Namespace better for ease of navigation by Adam Jackson · 13 years ago
  87. b24f291 drisw: dead store removal by Adam Jackson · 13 years ago
  88. d3b6e8a mesa: fix glGetTexImage for cases when srgb decode is skipped by Mike Kaplinskiy · 13 years ago
  89. cd5417a st/mesa: prefer formats without stencil for DEPTH_COMPONENT by Brian Paul · 13 years ago
  90. d57e95f st/mesa: rewrite st_choose_format() to be table driven by Brian Paul · 13 years ago
  91. c3c1976 wgl: Don't hold on to user supplied HDC. by José Fonseca · 13 years ago
  92. 5af46e8 mesa: Fix remap_table setup. by Thierry Reding · 13 years ago
  93. e8b1c6d mesa: Fix return type of _mesa_get_format_bytes() (#37351) by Adam Jackson · 13 years ago
  94. d0c6d24 i965/gen7: Fix miptree layout for cube surfaces. by Kenneth Graunke · 13 years ago
  95. b522eb0 i965: Remove comments about pre-965 hardware. by Kenneth Graunke · 13 years ago
  96. fd6f2d6 st/mesa: assign renderbuffer's format field when allocating storage by pepp · 13 years ago
  97. 3c5e741 r600g: fix "Fixed-Point Data Conversions" by Christian König · 13 years ago
  98. 9be8524 i965: Fix sampling on Ivybridge after headerless change. by Kenneth Graunke · 13 years ago
  99. 24de02a i965: Remove "TXD" from justification of sampler message headers. by Kenneth Graunke · 13 years ago
  100. 5e48560 i965/gen7: Add support for rendering to depthbuffer mipmap levels > 0. by Kenneth Graunke · 13 years ago