1. 0060551 Ignore all shared objects by Guillem Jover · 13 years ago
  2. 024ac93 r600g: fix parsing TGSI declarations by Marek Olšák · 13 years ago
  3. 5f4f07f nouveau: remove unused code, unused var by Brian Paul · 13 years ago
  4. c8e6565 i915: don't include texstore.h by Brian Paul · 13 years ago
  5. d646d06 i965: remove unneeded includes of texstore.h by Brian Paul · 13 years ago
  6. 9119269 swrast: fix delayed texel buffer allocation regression by Brian Paul · 13 years ago
  7. 6a04fa9 mesa: fix warning (MSVC error) about void pointer arithmetic by Brian Paul · 13 years ago
  8. 669f182 i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array. by Eric Anholt · 13 years ago
  9. 8269157 intel: Add a safety check for mapping 1D texture arrays. by Eric Anholt · 13 years ago
  10. cb86560 intel: Add debug output to intel_map_texture_image. by Eric Anholt · 13 years ago
  11. fd99cd0 intel: Add a helper function for getting miptree size from a texture image. by Eric Anholt · 13 years ago
  12. 2e0aefc i965: Refactor out the cube map setup for general texture array setup. by Eric Anholt · 13 years ago
  13. 372cf26 mesa: Reuse existing make_2d_mipmap for 2D array generation. by Eric Anholt · 13 years ago
  14. 6fc576f mesa: Make the uncompressed sw mipmap gen path do a Map per 1D array slice. by Eric Anholt · 13 years ago
  15. 229ebf5 mesa: When storing texture data for a 1D array, map each slice separately. by Eric Anholt · 13 years ago
  16. 5324f9c swrast: When asked to map a slice of a 1D array, give back that slice. by Eric Anholt · 13 years ago
  17. b07c78b intel: Consolidate texture validation copy code, and reuse it correctly. by Eric Anholt · 13 years ago
  18. 055995a intel: Clean up the function chain for mapping texture images for swrast. by Eric Anholt · 13 years ago
  19. 9aff294 intel: Make PBO TexImage use AllocTextureImageBuffer like non-PBO does. by Eric Anholt · 13 years ago
  20. 18198e2 intel: Rely on Mesa core for glTexImage storage. by Eric Anholt · 13 years ago
  21. a73d56d intel: Allocate s8z24 separate renderbuffers from AllocTextureImageBuffer(). by Eric Anholt · 13 years ago
  22. e928c34 intel: Add an AllocTextureImageBuffer() implementation using miptrees. by Eric Anholt · 13 years ago
  23. e030418 mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access. by Brian Paul · 13 years ago
  24. 1165b64 i965: Stop lowering integer division to multiply and reciprocal. by Kenneth Graunke · 13 years ago
  25. b9af592 i965: Reverse the operands for INT DIV prior to Gen6. by Kenneth Graunke · 13 years ago
  26. 1d4f3ca i965/vs: Implement integer quotient and remainder math operations. by Kenneth Graunke · 13 years ago
  27. ff8f272 i965/fs: Implement integer quotient and remainder math operations. by Kenneth Graunke · 13 years ago
  28. 6960f78 i965: Set the signed/unsigned type bit in Gen4/5 math messages. by Kenneth Graunke · 13 years ago
  29. 6b10aab i965: Fix message and response length calculations for INT DIV. by Kenneth Graunke · 13 years ago
  30. ee2bf3a i965: Fix assertions about register types for INT DIV in brw_math. by Kenneth Graunke · 13 years ago
  31. e66fc1c ir_to_mesa: Don't assertion fail on integer modulus. by Kenneth Graunke · 13 years ago
  32. d64c6d2 r300/compiler: Fix error in OMOD optimization by Tom Stellard · 13 years ago
  33. 13814b0 r300/compiler: Rewrite source swizzles when using OMOD by Tom Stellard · 13 years ago
  34. 8b0418e r300/compiler: Fix rc_normal_rewrite_writemask() by Tom Stellard · 13 years ago
  35. b5ecf5b r300/compiler: Use consistent src swizzles for transcendent instructions by Tom Stellard · 13 years ago
  36. e7c2b71 mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations. by Eric Anholt · 13 years ago
  37. 3a1ba09 mesa: Add missing glGetIntegerv() support for ARB_color_buffer_float tokens. by Eric Anholt · 13 years ago
  38. 42769c2 Revert "vbo: Don't discount stride == 0 for testing all varyings in VBOs." by Eric Anholt · 13 years ago
  39. ddc348d i965: Make sure to upload the data for a collection of Stride == 0 arrays. by Eric Anholt · 13 years ago
  40. 617cdcd mesa: Delay s_texcombine.c memory allocation until it's used. by Eric Anholt · 13 years ago
  41. f7f6783 tnl: Delay results allocation until we actually need them. by Eric Anholt · 13 years ago
  42. fe006a7 i965/vs: Fix swizzle related assertion by Ian Romanick · 13 years ago
  43. dd9574d mesa: number of combiner terms to pop depends on GL_NV_texture_env_combine4 by Brian Paul · 13 years ago
  44. 9520f48 mesa: s/INLINE/inline/ by Brian Paul · 13 years ago
  45. c707ffa r600: include version.h for _mesa_override_glsl_version() prototype by Brian Paul · 13 years ago
  46. b15ab1d mesa: use !! to simplify some _mesa_set_enable() calls in attrib.c by Brian Paul · 13 years ago
  47. 986a9bb mesa: use loop in pop_texture_group() to restore 4 combiner terms by Brian Paul · 13 years ago
  48. 1f8f8ae mesa: Refactor hash_table_{find,remove} to share some code by Ian Romanick · 13 years ago
  49. 16f7bdf mesa: Document an odd side-effect of hash_table_insert by Ian Romanick · 13 years ago
  50. cd76f11 mesa: Remove unused field gl_program::Varying by Ian Romanick · 13 years ago
  51. a9f2516 mesa: Use Add linker_error instead of fail_link by Ian Romanick · 13 years ago
  52. aae342c r600g: fix a compiler warning by Marek Olšák · 13 years ago
  53. 74d6f92 gallium/docs: update the documentation of capabilities by Marek Olšák · 13 years ago
  54. bf0baa7 r600g: move all files from winsys/r600 into drivers/r600 by Marek Olšák · 13 years ago
  55. 363ff84 winsys/radeon: move GEM domains out of the drivers into winsys by Marek Olšák · 13 years ago
  56. af8eb5c winsys/radeon: remove a redundant parameter 'size' from buffer_from_handle by Marek Olšák · 13 years ago
  57. 90ce3cd r600g: remove struct radeon (or what's left of it) by Marek Olšák · 13 years ago
  58. 518557d r600g: move family and chip_class from struct radeon to r600_screen by Marek Olšák · 13 years ago
  59. 6101b6d r600g: merge r600_bo with r600_resource by Marek Olšák · 13 years ago
  60. ba89086 gallium: add PIPE_CAP_TEXTURE_BARRIER by Marek Olšák · 13 years ago
  61. 3d13b08 gallium: add PIPE_CAP_CONDITIONAL_RENDER by Marek Olšák · 13 years ago
  62. f5bfe54 gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS by Marek Olšák · 13 years ago
  63. 557c3fe gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT by Marek Olšák · 13 years ago
  64. 67582e6 i915: out-of-bounds write in calc_live_regs() by Chris Wilson · 13 years ago
  65. ebca47a i965: Assign instead of compare inside assert by Chris Wilson · 13 years ago
  66. 8ccbcda i965/gen6: Fix assign instead of compare in assert by Chris Wilson · 13 years ago
  67. 201485b glcpp: Add a test for #elif with an undefined macro. by Carl Worth · 13 years ago
  68. c4aaf79 glcpp: Raise error if defining any macro containing two consecutive underscores by Carl Worth · 13 years ago
  69. 28842c2 glcpp: Implement token pasting for non-function-like macros by Carl Worth · 13 years ago
  70. 7bb3403 glcpp: Test a non-function-like macro using the token paste operator by Carl Worth · 13 years ago
  71. 3c01a58 glcpp: Fix two (or more) successive applications of token pasting by Carl Worth · 13 years ago
  72. 8e6b99e glcpp: Add a test for a macro that implements token pasting twice. by Carl Worth · 13 years ago
  73. 9c72b72 mesa: Remove unused tnl items from dd_functions by Chad Versace · 13 years ago
  74. a8ca786 meta: fix GetTexImage() for luminance, l/a, intensity formats by Brian Paul · 13 years ago
  75. 57169c4 mesa: add _NEW_CURRENT_ATTRIB in _mesa_program_state_flags() by Brian Paul · 13 years ago
  76. 4e6bb07 st/mesa: implement AllocTextureImageBuffer() driver hook by Brian Paul · 13 years ago
  77. 4368a65 mesa: simplify parameters to GetTexImage() driver hook by Brian Paul · 13 years ago
  78. d742a64 xorg/vmwgfx: Kill this target. It's not used anymore. by Thomas Hellstrom · 13 years ago
  79. e4394fb intel: include version.h to get _mesa_override_glsl_version() prototype by Brian Paul · 13 years ago
  80. c6f9d80 gallium: Set renderbuffer's InternalFormat when rendering to texture by Simon Farnsworth · 13 years ago
  81. e784327 winsys/svga: Update to vmwgfx kernel module 2.1 by Thomas Hellstrom · 13 years ago
  82. e63f278 st/xa: Don't call fence_reference with an unitialized fence handle as dst by Thomas Hellstrom · 13 years ago
  83. 5ec01ba st/xa: surfaces and sampler views are per context by Thomas Hellstrom · 13 years ago
  84. ed48df8 mesa: Remove ARB_texture_mirrored_repeat extension enable flag by Ian Romanick · 13 years ago
  85. b0824bd mesa: Remove EXT_blend_subtract extension enable flag by Ian Romanick · 13 years ago
  86. 1d5e49b mesa: Remove EXT_stencil_wrap extension enable flag by Ian Romanick · 13 years ago
  87. f9a2352 mesa: Remove EXT_texture_lod_bias extension enable flag by Ian Romanick · 13 years ago
  88. bde8bd9 mesa: Remove EXT_texture_env_combine extension enable flag by Ian Romanick · 13 years ago
  89. 5c4f914 mesa: Remove EXT_texture_env_add extension enable flag by Ian Romanick · 13 years ago
  90. 677743f mesa: Remove ARB_multitexture extension enable flag by Ian Romanick · 13 years ago
  91. 1da1044 llvmpipe: Convert some of the null checks back to asserts. by José Fonseca · 13 years ago
  92. 8d64724 llvmpipe: Also reset the state in lp_scene_bin_reset by José Fonseca · 13 years ago
  93. b8d1242 llvmpipe: Prevent segfault during fs variant cache shrinking. by José Fonseca · 13 years ago
  94. 47ff3f7 tools/trace: Dump NULL literally. by José Fonseca · 13 years ago
  95. 1a86738 st/mesa: remove some old GetTexImage() code by Brian Paul · 13 years ago
  96. a3cd2c6 winsys/radeon: remove redundant member radeon_bo::size by Marek Olšák · 13 years ago
  97. 798ebc9 winsys/radeon: simplify updating GEM domains for relocations by Marek Olšák · 13 years ago
  98. bfa51df winsys/radeon: simplify passing GEM domains through to GEM_CREATE by Marek Olšák · 13 years ago
  99. 7b42ed6 r300g: remove useless variables in some structures by Marek Olšák · 13 years ago
  100. b2e6ca8 r300g: simplify the immd_is_good_idea function by Marek Olšák · 13 years ago