1. 37ef7c2 translate: check for PIPE_SUBSYSTEM_EMBEDDED by Brian Paul · 13 years ago
  2. c8c2fc9 tgsi: Check in scan for fs position and depth reads by Jakob Bornecrantz · 14 years ago
  3. 379353e svga: skip assertion when index_bias < 0 by Brian Paul · 13 years ago
  4. 1a35fde svga: fix the test for sRGB texture formats by Brian Paul · 13 years ago
  5. ff6cf60 gallium/util: add util_format_is_srgb() helper by Brian Paul · 13 years ago
  6. 5539304 util: add u_bit_scan helper by Keith Whitwell · 13 years ago
  7. ffb1996 util: Allow to make the depth/stencil format queries without repeatedly looking up the format description. by José Fonseca · 13 years ago
  8. c40c159 util: single call to util_format_description in fill_rect by Keith Whitwell · 13 years ago
  9. f2a2ba9 util: Handle conversion between depth stencil formats. by José Fonseca · 14 years ago
  10. 51f6412 i915g: Add an optimization to get rid of useless movs, in particular at the end of some shaders. by Stéphane Marchesin · 13 years ago
  11. fc1fbb2 i915g: Fix some whitespace problems. by Stéphane Marchesin · 13 years ago
  12. bfe507b i915g: Blend equation separate seems to work. by Stéphane Marchesin · 13 years ago
  13. ef1fa44 i915g: Add ifdef'd out code to dump compiled shaders. by Stéphane Marchesin · 13 years ago
  14. 9a15b1e i915g: Fix bug in shader optimizer. by Stéphane Marchesin · 13 years ago
  15. ca8492c i915g: Remove stale function prototype. by Stéphane Marchesin · 13 years ago
  16. 559a0cd svga: call u_default_redefine_user_buffer() to fix failed assertion by Brian Paul · 13 years ago
  17. a140c3e meta: Don't hang on to program refcounts after metaops are done. by Eric Anholt · 13 years ago
  18. d4444b8 i965/vs: Return a dummy value when visiting ir_texture. by Eric Anholt · 13 years ago
  19. d158f6e i965/gen6+: When only BFC is written, use BFC as the color. by Eric Anholt · 13 years ago
  20. 447c488 i965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag for shaders. by Eric Anholt · 13 years ago
  21. b68e342 mesa: Add a context flag indicating whether two-sided lighting should happen. by Eric Anholt · 13 years ago
  22. 169f572 util: remove stray debug code by Brian Paul · 13 years ago
  23. 0e6646d mesa: check glBegin()/glDrawArrays()/etc mode with _mesa_valid_prim_mode() by Brian Paul · 13 years ago
  24. 5100296 gallivm: fix build with llvm 3.0svn by Brian Paul · 13 years ago
  25. 4ef82ce tnl: include swrast/s_chan.h to fix sse build by Brian Paul · 13 years ago
  26. 4a96a02 st/vega: fix drawing images with alpha channel by Chia-I Wu · 13 years ago
  27. ceb6d34 st/vega: fix vg_context_is_object_valid() by Chia-I Wu · 13 years ago
  28. bdddf1c swrast: s/GLubyte/GLchan/ in a cast by Brian Paul · 13 years ago
  29. 72648c2 llvmpipe: silence a pointer type warning by Brian Paul · 13 years ago
  30. de740d7 meta: use _mesa_set_enable() in more places by Brian Paul · 13 years ago
  31. 9e41486 meta: use _mesa_set_enable(), fix decompress_texture_image() by Brian Paul · 13 years ago
  32. 20b92c9 st/mesa: specify source mipmap level in decompress_with_blit() by Brian Paul · 13 years ago
  33. f63dbc6 gallium/util: observe sampler view's first_level in util_blit_pixels_tex() by Brian Paul · 13 years ago
  34. 1e939f5 meta: fix broken sRGB mipmap generation by Brian Paul · 13 years ago
  35. 4731a59 mesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macros by Brian Paul · 13 years ago
  36. 4d53fb5 mesa: move last bits of GLchan stuff into swrast by Brian Paul · 13 years ago
  37. ef275f9 mesa: remove CHAN_TYPE cruft from debug.c by Brian Paul · 13 years ago
  38. 59e858f mesa: remove unused interp/stride chan macros by Brian Paul · 13 years ago
  39. 460863a mesa: remove unused UNCLAMPED_FLOAT_TO_RGB_CHAN() macro by Brian Paul · 13 years ago
  40. 499f068 radeon: use _mesa_unclamped_float_rgba_to_ubyte() by Brian Paul · 13 years ago
  41. 8530d72 r200: use _mesa_unclamped_float_rgba_to_ubyte() by Brian Paul · 13 years ago
  42. d71c038 mesa: remove unused <type>_TO_CHAN() macros by Brian Paul · 13 years ago
  43. e1d703b mesa: convert _mesa_unpack_color_span_chan() to ubyte by Brian Paul · 13 years ago
  44. ae670b5 mesa: replace GLchan with GLubyte in texcompress_s3tc.c by Brian Paul · 13 years ago
  45. b4e6afb mesa/gallium: remove GLchan from latc, rgtc code by Brian Paul · 13 years ago
  46. 960694f mesa: remove GLchan in texcompress_fxt1.c by Brian Paul · 13 years ago
  47. 663f61a mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image() by Brian Paul · 13 years ago
  48. ece8d6f mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.c by Brian Paul · 13 years ago
  49. 529b936 mesa: s/GLchan/GLubyte/ in mipmap generation code by Brian Paul · 13 years ago
  50. dbae496 make: Don't use builtin_stubs.cpp for standalone GLSL compiler. by Kenneth Graunke · 13 years ago
  51. b152a23 GLES2/gl2ext: upgrade to gl2ext.h version 15049 by Ian Romanick · 13 years ago
  52. 011e946 mesa: Don't expose compressed paletted formats via GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS by Ian Romanick · 13 years ago
  53. 977e269 gallium: remove trailing comma to silence warning by Brian Paul · 13 years ago
  54. 8b06b0d Gallium: Increase PIPE_MAX_CLIP_PLANES to 8. by Paul Berry · 13 years ago
  55. bc00370 Gallium: remove unnecessary ifdef for MAX_CLIPPED_VERTICES. by Paul Berry · 13 years ago
  56. 61b2d01 Increase MAX_CLIP_PLANES to 8 by Paul Berry · 13 years ago
  57. 2dfa33a Hardcode the default value of ctx->Const.MaxClipPlanes to 6. by Paul Berry · 13 years ago
  58. 8be6531 i965: Remove bogus assertion on MAX_CLIP_PLANES. by Paul Berry · 13 years ago
  59. 27bdc76 mesa: Update clipping code to use ctx->Const.MaxClipPlanes. by Paul Berry · 13 years ago
  60. c773de1 scons: Unbreak mingw build. by José Fonseca · 13 years ago
  61. f8aeb1c scons: MacOSX build fixes. by José Fonseca · 13 years ago
  62. 6da8c21 glsl_to_tgsi: implement ir_binop_all_equal and ir_binop_any_nequal for native integers by Bryan Cain · 13 years ago
  63. c662764 i965/vs: Add support for compute-to-MRF. by Eric Anholt · 13 years ago
  64. 0502db1 i965/vs: Do VUE writes using the MRF file instead of hardware register. by Eric Anholt · 13 years ago
  65. 65d46c9 i965/vs: Handle destinations in the MRF file. by Eric Anholt · 13 years ago
  66. 160848d i965/vs: Add a function for how many MRFs get written as part of a SEND. by Eric Anholt · 13 years ago
  67. 63bc443 i965/vs: Remove dead fields of src_reg. by Eric Anholt · 13 years ago
  68. f0c04e6 i965/vs: Add support for simple algebraic optimizations. by Eric Anholt · 13 years ago
  69. 7288d01 i965: Fix polygon stipple offset state flagging. by Eric Anholt · 13 years ago
  70. 4c9b09d i965: Add missing _NEW_POLYGON flag to polygon stipple upload. by Eric Anholt · 13 years ago
  71. c310c35 i965: Fix compiler warnings. by Eric Anholt · 13 years ago
  72. a11b4c1 mesa: fix error handling for glMaterial* by Yuanhan Liu · 13 years ago
  73. a5f8d37 st/egl: add support for null platform by Chia-I Wu · 13 years ago
  74. 5eca416 egl: add null platform by Chia-I Wu · 13 years ago
  75. fb4ceb9 configs: remove rest of APP_LIB_DEPS lines by Dave Airlie · 13 years ago
  76. 47b556f i965/fs: Implement texelFetch() on Gen4. by Kenneth Graunke · 13 years ago
  77. 0edf5d6 i965/fs: Implement texelFetch() on Ivybridge. by Kenneth Graunke · 13 years ago
  78. 30be2cc i965/fs: Implement texelFetch() on Ironlake and Sandybridge. by Kenneth Graunke · 13 years ago
  79. 051c901 glapi: Update generated file modified by previous commit by Ian Romanick · 13 years ago
  80. c78baae glapi: Don't emit remap data for individual extensions by Ian Romanick · 13 years ago
  81. 76e5020 mesa: Delete stale comment about MESAX extensions by Ian Romanick · 13 years ago
  82. 2e1cc88 mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEnabled by Ian Romanick · 13 years ago
  83. 2836aab mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled by Ian Romanick · 13 years ago
  84. 113e816 mesa: Remove support for GL_EXT_blend_logic_op by Ian Romanick · 13 years ago
  85. 3538bff st/mesa: Remove support for GL_EXT_blend_logic_op by Ian Romanick · 13 years ago
  86. 636dd62 mesa: Remove unused _mesa_enable_imaging_extensions function by Ian Romanick · 13 years ago
  87. 4d515c2 autogen.sh: Honor NOCONFIGURE environment variable by Colin Walters · 13 years ago
  88. fd17de2 mesa: Throw an error when starting conditional render on an active query. by Eric Anholt · 13 years ago
  89. 7371224 mesa: Throw an error instead of asserting for condrender with query == 0. by Eric Anholt · 13 years ago
  90. 8899f6e mesa: Add support for Begin/EndConditionalRender in display lists. by Eric Anholt · 13 years ago
  91. da90c8f mesa: fix an autoconf build-system bug related to glsl_to_tgsi by Marek Olšák · 13 years ago
  92. 2ce8c35 mesa: fix format/type check in unpack_image() for bitmaps by Brian Paul · 13 years ago
  93. 20da49b i965 new VS: Fix copy propagation of double negatives. by Paul Berry · 13 years ago
  94. 24a1130 mesa: Advertise GL_OES_compressed_paletted_texture in OpenGL ES1.x by Ian Romanick · 13 years ago
  95. 13757f7 mesa: Remove redundant compressed paletted texture error checks by Ian Romanick · 13 years ago
  96. 3ebbfc8 mesa: Refactor compressed texture error checks to work with paletted textures by Ian Romanick · 13 years ago
  97. b433e7b mesa: Add _mesa_cpal_compressed_format_type by Ian Romanick · 13 years ago
  98. a2cab75 mesa: Refactor expected texture size check in cpal_get_info by Ian Romanick · 13 years ago
  99. fc0fa16 mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_base_tex_format by Ian Romanick · 13 years ago
  100. a454c83 mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_is_compressed_format by Ian Romanick · 13 years ago