1. 4bf27ed mesa: implement common texstore memcpy function for all formats by Marek Olšák · 12 years ago
  2. 967b21d mesa: fill in Z32_FLOAT_X24S8 in _mesa_format_matches_format_and_type by Marek Olšák · 12 years ago
  3. a0510fa mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_type by Marek Olšák · 12 years ago
  4. a0fb718 mesa: fill in INT/UINT format cases in _mesa_format_matches_format_and_type by Marek Olšák · 12 years ago
  5. 43395da mesa: fill in YCBCR cases in _mesa_format_matches_format_and_type by Marek Olšák · 12 years ago
  6. 87f94e6 mesa: fill in SRGB cases in _mesa_format_matches_format_and_type by Marek Olšák · 12 years ago
  7. 1ab2c55 llvmpipe: fix vertex_header mask store in big-endian by Adhemerval Zanella · 12 years ago
  8. a8016b2 llvmpipe: remove lp_swizzled_cbuf by Adhemerval Zanella · 12 years ago
  9. 44a5d73 docs: document removal of makedepend build dependency by Andreas Boll · 12 years ago
  10. d59bd61 docs: update making a new mesa release info by Andreas Boll · 12 years ago
  11. ab10d2d docs: use proper title for index.html by Andreas Boll · 12 years ago
  12. bf9e19d docs: mention some other supported APIs by Andreas Boll · 12 years ago
  13. babc638 docs: update sourcetree by Andreas Boll · 12 years ago
  14. dbbe108 docs: replace CVS with git by Andreas Boll · 12 years ago
  15. 990bd49 configure.ac: Do not check for rt on Mac OS X. by Vinson Lee · 12 years ago
  16. 0e2f26d intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a2ui pre-GEN4 by Ian Romanick · 12 years ago
  17. 75d9967 softpipe: clean up lod computation by Roland Scheidegger · 12 years ago
  18. 4f1d757 softpipe: try to beat new dx10-style sample opcodes into shape by Roland Scheidegger · 12 years ago
  19. 614982d3 gallivm: fix up size queries for dx10 sviewinfo opcode by Roland Scheidegger · 12 years ago
  20. 0a8043b gallivm: hook up dx10 sampling opcodes by Roland Scheidegger · 12 years ago
  21. db7612d intel: Ensure variable intel is used in i915 builds. by Vinson Lee · 12 years ago
  22. 85a9a7f glsl: Ensure glsl_type constructors initialize gl_type. by Vinson Lee · 12 years ago
  23. 9a47684 winsys/radeon: improve debuging printing by Jerome Glisse · 12 years ago
  24. 1d71106 softpipe: get rid of tgsi_sampler_control param in img_filter by Roland Scheidegger · 12 years ago
  25. 66b6d51 softpipe: fix using optimized filter function by Roland Scheidegger · 12 years ago
  26. 49f8825 gallivm: fix typo in lp_build_mul_norm by Roland Scheidegger · 12 years ago
  27. 67906f9 llvmpipe: first steps of adding dual source blend support by Roland Scheidegger · 12 years ago
  28. 8e44f41 llvmpipe: refactoring of visibility counter handling by Roland Scheidegger · 12 years ago
  29. 3310acd xorg: fix exa finish access by Jerome Glisse · 12 years ago
  30. 1fe0073 egl-wayland: Make sure we allocate a back buffer even if nothing was rendered by Kristian Høgsberg · 12 years ago
  31. a4b9678 Consolidate some redundant definitions of ARRAY_SIZE() macro. by Paul Berry · 12 years ago
  32. dc92b2d intel/pre-gen6: Disable EXT_framebuffer_multisample. by Paul Berry · 12 years ago
  33. b681ed6 glsl: Initialize all tfeedback_candidate_generator member variables. by Vinson Lee · 12 years ago
  34. 7c544e5 nv30: Fix memory leak. by Vinson Lee · 12 years ago
  35. 82691f1 glsl: Change loop_analysis to not look like a resource leak by Ian Romanick · 12 years ago
  36. 04f0d6c mesa: Don't check (offset + size <= bufObj->Size) in BindBufferRange. by Paul Berry · 12 years ago
  37. f29ab4e i965: Set UniformBufferOffsetAlignment to sizeof(vec4) by Ian Romanick · 12 years ago
  38. 3ee6023 mesa: Allow glGet* queries of MAX_VARYING_COMPONENTS in ES 3 by Matt Turner · 12 years ago
  39. 6e226ab gbm: Remember to init format on gbm_dri_bo_create. by Daniel van Vugt · 12 years ago
  40. 7242b03 glx: Centralize the code for context flushing. by Eric Anholt · 12 years ago
  41. 95080ca glx: Add a little comment about what dri2FlushFrontBuffer() does. by Eric Anholt · 12 years ago
  42. c093f12 radeonsi: Handle scaled and integer formats for samplers and vertex elements. by Michel Dänzer · 12 years ago
  43. 23405ef radeonsi: Don't advertise PIPE_FORMAT_L8A8_SRGB support. by Michel Dänzer · 12 years ago
  44. a9816cc radeonsi: Remove incorrect (and dead) assignment in tex_fetch_args(). by Michel Dänzer · 12 years ago
  45. 07eddc4 radeonsi: Use unique names for referring to texture sampling intrinsics. by Michel Dänzer · 12 years ago
  46. 74a17a7 r300g: put textures with usage=staging in GTT and make them linear by Marek Olšák · 12 years ago
  47. 681707a r600g: fix slice tile max for compressed texture and async dma by Jerome Glisse · 12 years ago
  48. 9ba1e23 radeonsi: use new RGBX formats by Marek Olšák · 12 years ago
  49. 4dc142d r300g: fix blending and alpha-test with RGBX16F and enable MSAA for it by Marek Olšák · 12 years ago
  50. 27e216a r300g: use new RGBX formats by Marek Olšák · 12 years ago
  51. 3c351b7 r600g: use new RGBX formats by Marek Olšák · 12 years ago
  52. dd21ecd st/mesa: use new RGBX formats by Marek Olšák · 12 years ago
  53. f9fa725 mesa: add RGBX formats for existing GL RGB texture formats by Marek Olšák · 12 years ago
  54. 70bf7ba gallium: add RGBX formats for existing GL RGB texture formats by Marek Olšák · 12 years ago
  55. 7d467f3 i965/blorp: Support blits between ARGB and XRGB formats. by Kenneth Graunke · 12 years ago
  56. c055414 i965/blorp: Support overriding destination alpha to 1.0. by Kenneth Graunke · 12 years ago
  57. 0b3bebb i965: Implement CopyTexSubImage2D via BLORP (and use it by default). by Kenneth Graunke · 12 years ago
  58. 29aef6c mesa: Put extern "C" guards in renderbuffer.h. by Kenneth Graunke · 12 years ago
  59. 48b01e6 llvmpipe: remove extraneous const qualifier by Brian Paul · 12 years ago
  60. bc2ceb9 gallium/util: remove duplicated function util_format_is_rgb_no_alpha by Marek Olšák · 12 years ago
  61. b92057a st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_format by Marek Olšák · 12 years ago
  62. 2e6f10d st/mesa: adjust texture format selection to try the closest base format first by Marek Olšák · 12 years ago
  63. b89b80a st/mesa: put RGBX8 and RGBA8 in the default format lists by Marek Olšák · 12 years ago
  64. c1856da st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tables by Marek Olšák · 12 years ago
  65. ebe86b8 mesa: fixup inconsistent naming of RG16 formats by Marek Olšák · 12 years ago
  66. cf37aef r600g: report correct control flow depth by Marek Olšák · 12 years ago
  67. fc86394 glsl: fix incorrect comment about do_common_optimization by Marek Olšák · 12 years ago
  68. 4362bda st/mesa: emit saturates in the vertex shader if Shader Model 3.0 is supported by Marek Olšák · 12 years ago
  69. 48689ca st/mesa: advertise ARB_shading_language_packing for GLSL >= 1.30 by Marek Olšák · 12 years ago
  70. afd4178 st/mesa: do most of GLSL lowering outside of the optimization do-while loop by Marek Olšák · 12 years ago
  71. 7325f1f st/mesa: remove dead code depending on EmitCondCodes by Marek Olšák · 12 years ago
  72. 85efb2f r300g: try to use color varyings for texcoords if max texcoord limit is exceeded by Marek Olšák · 12 years ago
  73. 1d3561d r300/compiler: copy-propagate saturate mode when possible by Marek Olšák · 12 years ago
  74. ae8696c r300/compiler: add support for saturate output modifier in r500 vertex shaders by Marek Olšák · 12 years ago
  75. 499f7de r300g: fix blending with RGBX formats by Marek Olšák · 12 years ago
  76. f40a7fc r300g: fix blending with blend color and RGBA formats by Marek Olšák · 12 years ago
  77. 5048e69 egl/dri: Don't invoke dri2_dpy->flush if it's NULL. by José Fonseca · 12 years ago
  78. d08cee5 glsl: Initialize ast_parameter_declarator member variables. by Vinson Lee · 12 years ago
  79. ff60509 svga: fix sRGB rendering by Brian Paul · 12 years ago
  80. 8aaee4d r600g/compute: Fix segfault caused by new shader disassembler by Tom Stellard · 12 years ago
  81. 02a423b Require libdrm_radeon 2.4.42 for radeonsi. by Michel Dänzer · 12 years ago
  82. 86536a3 i965: Disable write masking when setting up texturing m0. by Eric Anholt · 12 years ago
  83. e062a41 intel: Fix regression in intel_create_image_from_name stride handling by Tapani Pälli · 12 years ago
  84. 5751d0c i965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a39ba538c18 by Eric Anholt · 12 years ago
  85. 4161d70 radeonsi: add Oland pci ids by Alex Deucher · 12 years ago
  86. af0af75 radeonsi: default PA_SC_RASTER_CONFIG to 0 by Alex Deucher · 12 years ago
  87. 83e4407 radeonsi: add support for Oland chips by Alex Deucher · 12 years ago
  88. 99b7833 glsl: Support transform feedback of varying structs. by Paul Berry · 12 years ago
  89. 53febac glsl: Use parse_program_resource_name to parse transform feedback varyings. by Paul Berry · 12 years ago
  90. b4db34c glsl: Rename uniform_field_visitor to program_resource_visitor. by Paul Berry · 12 years ago
  91. b92900d mesa/glsl: Separate parsing logic from _mesa_get_uniform_location. by Paul Berry · 12 years ago
  92. 11bd1b0 gallium/egl: Fix include dirs for VPATH build by Quentin Glidic · 12 years ago
  93. eaeb314 intel: make sure to setup image dimension in image_from_planar setup by Abdiel Janulgue · 12 years ago
  94. 2db1f73 builtin_compiler/build: Don't use *_FOR_BUILD when not cross compiling by Matt Turner · 12 years ago
  95. 805cf07 st/mesa: emit SQRT opcode when driver supports it by Brian Paul · 12 years ago
  96. 13f3ae5 gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED query by Brian Paul · 12 years ago
  97. 2d367e4 gallivm: implement support for SQRT opcode by Brian Paul · 12 years ago
  98. ad30e45 tgsi: add support for new SQRT opcode by Brian Paul · 12 years ago
  99. d276a40 gallium: add SQRT shader opcode by Brian Paul · 12 years ago
  100. 6455d40 radeonsi: Remove spurious traces of R16G16B16 support. by Michel Dänzer · 12 years ago