1. 6d89aba mesa: support boolean and integer-based parameters in prog_parameter by Bryan Cain · 13 years ago
  2. 17b695e gallium: add PIPE_SHADER_CAP_INTEGERS by Bryan Cain · 14 years ago
  3. 16d7a71 glsl_to_tgsi: fix shaders with indirect addressing of temps by Bryan Cain · 14 years ago
  4. 56dc2c1 glsl_to_tgsi: use TGSI opcodes when converting from GLSL IR by Bryan Cain · 14 years ago
  5. 3b0858f glsl_to_tgsi: support DDY (ir_unop_dFdy) by Bryan Cain · 14 years ago
  6. a6705aa glsl_to_tgsi: lower noise opcodes when converting from GLSL IR, not when generating TGSI by Bryan Cain · 14 years ago
  7. 5768ed6 glsl_to_tgsi: define the sampler objects used by Bryan Cain · 14 years ago
  8. 556bd82 glsl_to_tgsi: remove a bad assertion by Bryan Cain · 14 years ago
  9. c341d3c glsl_to_tgsi: remove reads to output registers by Bryan Cain · 14 years ago
  10. 44867da glsl_to_tgsi: stop generating Mesa IR by Bryan Cain · 14 years ago
  11. 1e5fd8e mesa: fix segfault when no Mesa IR is generated by Bryan Cain · 14 years ago
  12. f379d8f st/mesa: Add a GLSL IR to TGSI translator. by Bryan Cain · 14 years ago
  13. 6f243ec r600g: disable render condition for some blitter operations by Marek Olšák · 13 years ago
  14. 40aec11 r600g: fix TXD src regs needing fetching. by Mike Kaplinskiy · 13 years ago
  15. 6415f25 r600g: use inlines for some common tex instr setup code. by Mike Kaplinskiy · 13 years ago
  16. ef8f6a8 glsl/builtins: Actually implement int/ivec variants of abs(). by Kenneth Graunke · 13 years ago
  17. de91ea1 r600g: fix TXD when shadowing is enabled. by Mike Kaplinskiy · 13 years ago
  18. 13c9a85 r600g: add TXD support. by Dave Airlie · 13 years ago
  19. 34a7747 i915g: add const qualifier to silence warning by Brian Paul · 13 years ago
  20. d9ca948 r600g: also set TILE_MODE of the base level by Marek Olšák · 13 years ago
  21. 677a440 r600g: force OpenGL's BASE_LEVEL behavior on r600-r700 by Marek Olšák · 13 years ago
  22. 7c7a8a3 glsl/generate_builtins.py: Remove regexp to kill pointer addresses. by Kenneth Graunke · 13 years ago
  23. 1e16c34 glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather than NULL by Jeremy Huddleston · 13 years ago
  24. 3751aa4 st/mesa: fix indentation, whitespace by Brian Paul · 13 years ago
  25. 99feecc st/mesa: replace st->ctx with ctx by Brian Paul · 13 years ago
  26. c1477f6 st/mesa: fix comments, whitespace by Brian Paul · 13 years ago
  27. cbad868 docs: 7.10.3 updates by Brian Paul · 13 years ago
  28. ee231b3 st/mesa: improved is_interleaved_arrays() checking by Brian Paul · 13 years ago
  29. 24a760e r600c: add tiling support for evergreen+ by Alex Deucher · 13 years ago
  30. 7d488ad r600g: fix RGB32F texturing by Marek Olšák · 13 years ago
  31. df63555 r600g: fix indentation and comments by Marek Olšák · 13 years ago
  32. 10e418f mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload. by Eric Anholt · 13 years ago
  33. b0c4db6 mesa: Remove uncompressed code from generate_mipmaps_compressed(). by Eric Anholt · 13 years ago
  34. 2bfd81d mesa: Remove compressed code from generate_mipmaps_uncompressed(). by Eric Anholt · 13 years ago
  35. ba55ccd mesa: Split _mesa_generate_mipmap along compressed/uncompressed lines. by Eric Anholt · 13 years ago
  36. b9fbb9d intel: Fix miptree height alignment for compressed NPOT textures. by Eric Anholt · 13 years ago
  37. 56965aa intel: Drop dead preinitialization of align_w, align_h. by Eric Anholt · 13 years ago
  38. f94fef8 intel: Drop the cpp argument to intel_miptree_create(). by Eric Anholt · 13 years ago
  39. 6dcc398 intel: Calculate compress_byte in intel_miptree_create. by Eric Anholt · 13 years ago
  40. 9c5fdbb intel: Use the gl_format to get the base_format for miptree create. by Eric Anholt · 13 years ago
  41. 9a523a4 intel: Drop the internal_format field of the mipmap tree. by Eric Anholt · 13 years ago
  42. 0fac09a intel: Make the intel_miptree_match_image format check more specific. by Eric Anholt · 13 years ago
  43. afbe605 i915: Drop dead argument to translate_texture_format(). by Eric Anholt · 13 years ago
  44. 4a60b0c intel: Add block alignment for RGTC textures. by Eric Anholt · 13 years ago
  45. d580911 intel: Add the MESA_FORMAT as a field of the miptree. by Eric Anholt · 13 years ago
  46. 51ce86b intel: Fix 2x2 and 1x1 compressed teximages from _mesa_generate_mipmap() by Eric Anholt · 13 years ago
  47. 13dcf3f r600g: disable shader_texture_lod until there is driver support by Marek Olšák · 13 years ago
  48. 130e7ea llvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzle by Adam Jackson · 13 years ago
  49. a8b9a75 nv50: fix copy/paste error in nv50_gmtyprog_validate by Christoph Bumiller · 13 years ago
  50. a128355 apple: Set the glapi dispatch table on context bind by Jeremy Huddleston · 13 years ago
  51. c17fb85 configure.ac: cleanup the gallium-r300 option by Marek Olšák · 13 years ago
  52. e823ab1 st/xorg: remove unused variable by Marek Olšák · 13 years ago
  53. f318a15 r600g: do not link with softpipe by Marek Olšák · 13 years ago
  54. b5b7d2a r300g: do not link with softpipe by Marek Olšák · 13 years ago
  55. be2b9bd xorg-radeon: rename to xorg-r300 by Marek Olšák · 13 years ago
  56. 63e38bd target-helpers: remove copy-pasted function inline_noop_helper by Marek Olšák · 13 years ago
  57. 9346d89 r600g: skip SPI setup for position and face inputs by Vadim Girlin · 13 years ago
  58. 2743851 r600g: move depth texture flushing out of line. by Dave Airlie · 13 years ago
  59. 296e6b9 meta: Fix glCopyTexImage(GL_LUMINANCE) from non-GL_LUMINANCE source. by Eric Anholt · 13 years ago
  60. df46eb8 intel: Fix mipmap and format handling of blit glCopyPixels(). by Eric Anholt · 13 years ago
  61. ef0d548 intel: Do the drawable x/y offset in intel_renderbuffer_map() for spans. by Eric Anholt · 13 years ago
  62. fb60e20 intel: Use rb->Data and rb->RowStride to handle spans Y flipping. by Eric Anholt · 13 years ago
  63. d291177 intel: Clean up intel_render_texture with a rename and a helper function. by Eric Anholt · 13 years ago
  64. b17aab5 intel: Move the draw_x/draw_y to the renderbuffer where it belongs. by Eric Anholt · 13 years ago
  65. 4fa01d7 dri: include swrast.h, not s_texrender.h by Brian Paul · 13 years ago
  66. 816b8ac glx: Remove check for gc->vtable->destroy by Jeremy Huddleston · 13 years ago
  67. c6cf82f apple: applegl_destroy_context: Pass along the correct display by Jeremy Huddleston · 13 years ago
  68. e903cc1 apple: Dead code removal by Jeremy Huddleston · 13 years ago
  69. b44d13e glapi: Add check for NULL symbol_prefix in gentable and fix warnings by Jeremy Huddleston · 13 years ago
  70. df8d26e i915g: add a few more render target formats by Daniel Vetter · 13 years ago
  71. 755f2e2 mesa: move texrender.c to swrast by Brian Paul · 13 years ago
  72. 8852e35 vbo: minor simplification in print_draw_arrays() debug function by Brian Paul · 13 years ago
  73. e6e1864 mesa: move invariant code out of loop in get_tex_rgba() by Brian Paul · 13 years ago
  74. 2f0b44f r600g: Put shaders into immutable buffers. by Mathias Fröhlich · 13 years ago
  75. b0f1767 r600g: Allow VRAM for the initial domain for every buffer binding. by Mathias Fröhlich · 13 years ago
  76. e1f8801 r600g: Set the domains value also for recycled buffer objects. by Mathias Fröhlich · 13 years ago
  77. e252944 r600g: Fix typo. by Mathias Fröhlich · 13 years ago
  78. 9256347 r600g: remove useless call to u_upload_flush by Pierre-Eric Pelloux-Prayer · 13 years ago
  79. 3172473 st/mesa: rebind vertex arrays if _NEW_BUFFER_OBJECT is dirty by Marek Olšák · 13 years ago
  80. b19d867 r600g: fixed bo memory leak issue by Pierre-Eric Pelloux-Prayer · 13 years ago
  81. 77b7e1b mapi: declare x86_entry_start/end static by Chia-I Wu · 13 years ago
  82. 3e1caf5 mapi: Fix tls with shared/es-glapi on x86-64 by Benjamin Franzke · 13 years ago
  83. 982cb36 wayland-drm: remove depend on "make clean" by Chia-I Wu · 13 years ago
  84. 77e031a egl_dri2: try swrastg_dri if swrast_dri fails by Chia-I Wu · 13 years ago
  85. cf69eea egl_dri2: add dri2_load_driver_swrast by Chia-I Wu · 13 years ago
  86. 16e3027 egl_dri2: Compare configs before matching them by Benjamin Franzke · 13 years ago
  87. a23bf64 st/eglwayland: Add support for EGL_DEFAULT_DISPLAY by Benjamin Franzke · 13 years ago
  88. b8325fd egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAY by Benjamin Franzke · 13 years ago
  89. 9a00dd9 apple: Request OpenGL 3.2 from OpenGL.framework if available by Jeremy Huddleston · 13 years ago
  90. df1dacf apple: Store the CGL API version number for future reference by Jeremy Huddleston · 13 years ago
  91. 02b6e97 apple: Use a struct glx_config * rather than a void * in apple_visual_create_pfobj by Jeremy Huddleston · 13 years ago
  92. f35913b apple: Use _glapi_create_table_from_handle to initialize our dispatch table by Jeremy Huddleston · 13 years ago
  93. 85937f4 glapi: Add API that can create a _glapi_table from a dlfcn handle by Jeremy Huddleston · 13 years ago
  94. 837dc61 r300g: max_anisotropy of 1 is not anisotropic filtering by Marek Olšák · 13 years ago
  95. 2191504 i915g: implement fence signalling by Daniel Vetter · 13 years ago
  96. 4176025 i965: Add support for GL_FIXED vertex attributes. by Eric Anholt · 13 years ago
  97. 20f0878 glsl: Fix incorrect optimization of instructions before discard statements. by Eric Anholt · 13 years ago
  98. 23ef4a6 Fix format not a string literal error with -Werror=format-security by Eugeni Dodonov · 13 years ago
  99. 97d230b i965/brw: Fix emit_depthbuffer() when packed depth/stencil texture is attached by Chad Versace · 13 years ago
  100. eca3e91 r600g: VGT_PRIMITIVE_TYPE is special by Alex Deucher · 13 years ago