1. eeed49f mesa: Change many Type P MESA_FORMATs to meet naming spec by Mark Mueller · 11 years ago
  2. 50a01d2 mesa: Change many Type A MESA_FORMATs to meet naming standard by Mark Mueller · 11 years ago
  3. ef145ba mesa: Rename 4 color component unsigned byte MESA_FORMATs by Mark Mueller · 11 years ago
  4. 71fe943 mesa: change gl_format to mesa_format by Mark Mueller · 11 years ago
  5. 6901c27 glcpp: Make sure GL_AMD_shader_trinary_minmax is defined by Ian Romanick · 11 years ago
  6. 764be9f mesa: Clean up bad code formatting left from previous commit by Ian Romanick · 11 years ago
  7. a672973 mesa: GL_EXT_framebuffer_blit is not optional by Ian Romanick · 11 years ago
  8. 71cc510 radeon: Enable GL_EXT_framebuffer_blit by Ian Romanick · 11 years ago
  9. bed51a4 r200: Enable GL_EXT_framebuffer_blit by Ian Romanick · 11 years ago
  10. 3321467 radeon / r200: Pass the API into _mesa_initialize_context by Ian Romanick · 11 years ago
  11. af0b347 mesa: Validate internalFormat with target in glTexStorage paths by Ian Romanick · 11 years ago
  12. 421b595 mesa: Refactor internalFormat / target checks to a separate function by Ian Romanick · 11 years ago
  13. 88db6ad mesa: Generate the correct error for a depth format with a 3D texture by Ian Romanick · 11 years ago
  14. 3efed4c mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2 by Christoph Bumiller · 11 years ago
  15. f3bd2bc st/mesa: fix GS varyings for PIPE_CAP_TGSI_TEXCOORD by Christoph Bumiller · 11 years ago
  16. 07149f0 i965: Don't store qpitch / 4 as mt->qpitch for compressed surfaces. by Kenneth Graunke · 11 years ago
  17. eab32bb Update .gitignore for Catalan translations build artifacts by Paul Berry · 11 years ago
  18. c11d76c mesa: Increment the list pointer while freeing instruction data by Ian Romanick · 11 years ago
  19. e2dd240 st/mesa: add a simple sanity check assertion in st_validate_attachment() by Brian Paul · 11 years ago
  20. 43e7721 i965/gen7: Use to the correct program when uploading transform feedback state. by Paul Berry · 11 years ago
  21. e190709 mesa: Ensure that transform feedback refers to the correct program. by Paul Berry · 11 years ago
  22. 9cee3ff i965: Remove *_generator::shader field; use prog field instead. by Paul Berry · 11 years ago
  23. f7c118f st/mesa: fix glReadBuffer(GL_NONE) segfault by Brian Paul · 11 years ago
  24. d5e5367 driconf: Add Catalan translations by Alex Henrie · 11 years ago
  25. 84529a5 driconf: Correct and update Spanish translations by Alex Henrie · 11 years ago
  26. 822b431 driconf: Synchronize po files by Alex Henrie · 11 years ago
  27. e4fcae0 mesa: Set gl_constants::MinMapBufferAlignment by Ian Romanick · 11 years ago
  28. 7a0f26d radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATE by Ian Romanick · 11 years ago
  29. 2d5fd20 radeon / r200: Remove unused 'dostate' parameter by Ian Romanick · 11 years ago
  30. 5b4c129 radeon / r200: Fix 'empty body' warning by Ian Romanick · 11 years ago
  31. b790bed radeon / r200: Fix incompatible pointer type warning by Ian Romanick · 11 years ago
  32. 1a44180 mesa: whitespace fixes in glformats.c by Brian Paul · 11 years ago
  33. 35ddd2c mesa: rename unbind_texobj_from_imgunits() by Brian Paul · 11 years ago
  34. 5306ee7 mesa: initialize "is_layered" variable to silence warning by Brian Paul · 11 years ago
  35. b98fa6f mesa: fix/add some cases in _mesa_get_linear_internalformat() by Brian Paul · 11 years ago
  36. 91567b8 mesa: add missing ETC2_SRGB cases in formats.c by Brian Paul · 11 years ago
  37. 72288e0 mesa: Add ARB_arrays_of_arrays by Timothy Arceri · 11 years ago
  38. bda88f1 i965/blorp: switch eu-emitter to use FS IR and fs_generator by Topi Pohjolainen · 11 years ago
  39. 8f3e536 i965/fs: add support for BRW_OPCODE_AVG in fs_generator by Topi Pohjolainen · 11 years ago
  40. 9927d7a i965/fs: introduce blorp specific rt-write for fs_generator by Topi Pohjolainen · 11 years ago
  41. 85fc724 i965/fs: allow unit tests to dump the final patched assembly by Topi Pohjolainen · 11 years ago
  42. 757b4cf i965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitter by Topi Pohjolainen · 11 years ago
  43. 8c00306 i965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/) by Topi Pohjolainen · 11 years ago
  44. 44524cb i965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/) by Topi Pohjolainen · 11 years ago
  45. f9d8759 i965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/) by Topi Pohjolainen · 11 years ago
  46. bbab806 i965/blorp: wrap OR (/brw_OR(&func, /emit_or(/) by Topi Pohjolainen · 11 years ago
  47. de6ea2f i965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/) by Topi Pohjolainen · 11 years ago
  48. d256a5f i965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/) by Topi Pohjolainen · 11 years ago
  49. 0df1f5c i965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/) by Topi Pohjolainen · 11 years ago
  50. c777e72 i965/blorp: wrap AND (/brw_AND(&func, /emit_and(/) by Topi Pohjolainen · 11 years ago
  51. 8b5fd98 i965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/) by Topi Pohjolainen · 11 years ago
  52. 250494f i965/blorp: wrap emission of if-equal-assignment by Topi Pohjolainen · 11 years ago
  53. 9e9617f i965/blorp: wrap emission of conditional assignment by Topi Pohjolainen · 11 years ago
  54. 8c42ade i965/blorp: move emission of sample combining into eu-emitter by Topi Pohjolainen · 11 years ago
  55. ecf7956 i965/blorp: move emission of rt-write into eu-emitter by Topi Pohjolainen · 11 years ago
  56. aac6bac i965/blorp: move emission of texture lookup into eu-emitter by Topi Pohjolainen · 11 years ago
  57. 41d397f i965/fs: introduce non-compressed equivalent of tex_cms by Topi Pohjolainen · 11 years ago
  58. ce527a6 i965: rename tex_ms to tex_cms by Topi Pohjolainen · 11 years ago
  59. 3c44e43 i965/blorp: move emission of pixel kill into eu-emitter by Topi Pohjolainen · 11 years ago
  60. f031487 i965/blorp: introduce separate eu-emitter for blit compiler by Topi Pohjolainen · 11 years ago
  61. d8c7740 i965: Support 32 texture image units on Haswell+. by Kenneth Graunke · 11 years ago
  62. 5a51a26 i965/fs: Switch from BRW_MAX_TEX_UNIT to the actual limit. by Kenneth Graunke · 11 years ago
  63. 50ce6f6 mesa: Bump MAX_TEXTURE_IMAGE_UNITS to 32. by Kenneth Graunke · 11 years ago
  64. 15fc919 i965/vec4: Support arbitrarily large sampler state indices on Haswell+. by Kenneth Graunke · 11 years ago
  65. d58e03f i965/vec4: Refactor sampler message setup. by Kenneth Graunke · 11 years ago
  66. e0a5602 i965/vec4: Don't set header_present if texel offsets are all 0. by Kenneth Graunke · 11 years ago
  67. 6943ac0 i965/fs: Support arbitrarily large sampler state indices on Haswell+. by Kenneth Graunke · 11 years ago
  68. d7450e5 i965/fs: Plumb sampler index into emit_texture_gen7. by Kenneth Graunke · 11 years ago
  69. ebfe43d i965/fs: Refactor sampler message header to duplicate less code. by Kenneth Graunke · 11 years ago
  70. 87e7326 i965: Use get_element_ud to shorten texture header access. by Kenneth Graunke · 11 years ago
  71. 11baad3 intel: Fix initial MakeCurrent for single-buffer drawables by Kristian Høgsberg · 11 years ago
  72. 6caf34b meta: Move loop variable declaration outside loop. by Vinson Lee · 11 years ago
  73. 8b16b02 i965/blorp: use BRW_COMPRESSION_2NDHALF for second half LPR by Topi Pohjolainen · 11 years ago
  74. 89347dd i965/blorp: patch jump counters also for endif by Topi Pohjolainen · 11 years ago
  75. 1032c33 mesa: Change redundant code into loops in texstate.c. by Paul Berry · 11 years ago
  76. 6ac2e1e mesa: Change redundant code into loops in shaderapi.c. by Paul Berry · 11 years ago
  77. 5808c44 mesa: Remove ad-hoc arrays of gl_shader_program. by Paul Berry · 11 years ago
  78. 69b258c meta: Replace save_state::{Vertex,Geometry,Fragment}Shader with an array. by Paul Berry · 11 years ago
  79. b4b7067 i965: Fix comments to refer to the new ctx->Shader.CurrentProgram array. by Paul Berry · 11 years ago
  80. 1aef455 mesa: Fold long lines introduced by the previous patch. by Paul Berry · 11 years ago
  81. 3b22146 mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an array. by Paul Berry · 11 years ago
  82. 4a91675 mesa: use _mesa_validate_shader_target() more frequently. by Paul Berry · 11 years ago
  83. 020919b main: Allow ctx == NULL in _mesa_validate_shader_target(). by Paul Berry · 11 years ago
  84. 6ab2a61 mesa: Make validate_shader_target() non-static. by Paul Berry · 11 years ago
  85. 46d210d mesa: Replace _mesa_program_index_to_target with _mesa_shader_stage_to_program. by Paul Berry · 11 years ago
  86. 178c1bf mesa: Generate GL_INVALID_OPERATION for unsupported DSA TexStorage functions by Ian Romanick · 11 years ago
  87. 17594dc mesa: Silence many unused parameter warnings by Ian Romanick · 11 years ago
  88. f5cfb4a i965: Ignore 'centroid' interpolation qualifier in case of persample shading by Anuj Phogat · 11 years ago
  89. a92e5f7 i965: Use sample barycentric coordinates with per sample shading by Anuj Phogat · 11 years ago
  90. 3313cc2 i965: Add an option to ignore sample qualifier by Anuj Phogat · 11 years ago
  91. 78d6547 mesa/x86: Remove dead read_rgba_span_x86.h. by Matt Turner · 11 years ago
  92. bf0773a i965/fs: Optimize LRP with x == y into a MOV. by Matt Turner · 11 years ago
  93. 13100ac i965: Enable AOS optimizations for the geometry shader. by Matt Turner · 11 years ago
  94. ebf9199 mesa: rename PreferDP4 to OptimizeForAOS. by Matt Turner · 11 years ago
  95. 413622f i965/fs: Print the maximum register pressure. by Matt Turner · 11 years ago
  96. 391eaa5 i965/fs: Show register pressure in dump_instructions() output. by Kenneth Graunke · 11 years ago
  97. 3b74f4b i965: Compute the number of live registers at each IP. by Kenneth Graunke · 11 years ago
  98. 0ea600e i965/fs: Call opt_peephole_sel later in the optimization loop. by Matt Turner · 11 years ago
  99. ede6c34 i965/fs: Calculate interference better in register_coalesce. by Matt Turner · 11 years ago
  100. 4a7d0c5 i965/fs: Support coalescing registers of size > 1. by Matt Turner · 11 years ago