1. b616d01 i965: Gen4/5: use IEEE floating point mode for GLSL shaders. by Chris Forbes · 11 years ago
  2. 1ec66f2 i965/vs: Gen4/5: enable front colors if back colors are written by Chris Forbes · 11 years ago
  3. 796b73d gallivm: (trivial) use constant instead of exp2f() function by Roland Scheidegger · 11 years ago
  4. 62c546b ilo: skip 3DSTATE_INDEX_BUFFER when possible by Chia-I Wu · 11 years ago
  5. 6bcbb0d gallivm: handle srgb-to-linear and linear-to-srgb conversions by Roland Scheidegger · 11 years ago
  6. 9b8d97e gallivm: better support for fast rsqrt by Roland Scheidegger · 11 years ago
  7. 45574ab configure.ac: better detection of LLVM version by Klemens Baum · 11 years ago
  8. b0c3c95 r600g/sb: Initialize ra_constraint::cost. by Vinson Lee · 11 years ago
  9. be8d787 glsl: Initialize ast_aggregate_initializer::constructor_type. by Vinson Lee · 11 years ago
  10. c6bfe62 glsl: Make gl_TexCoord compatibility-only by Paul Berry · 11 years ago
  11. 8f51d68 glsl ES: Fix magnitude of gl_MaxVertexUniformVectors. by Paul Berry · 11 years ago
  12. 06b38db winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfault by Marek Olšák · 11 years ago
  13. 8d4ac98 ilo: move a santiy check into its assert() by Chia-I Wu · 11 years ago
  14. bf96702 ilo: mark some states dirty when they are really changed by Chia-I Wu · 11 years ago
  15. 9047598 ilo: clean up ilo_blitter_pipe_begin() by Chia-I Wu · 11 years ago
  16. e0a7565 r600g: don't use the CB/DB CP COHER logic on r6xx by Alex Deucher · 11 years ago
  17. af16f73 configure: Avoid use of AC_CHECK_FILE for cross compiling by Jonathan Liu · 11 years ago
  18. bf86e0e nv30: fix KILL_IF breakage by Brian Paul · 11 years ago
  19. 00cd455 gallium: fixup definitions of the rsq and sqrt by Zack Rusin · 11 years ago
  20. a171812 util/u_format: Comment out half float denormal test case. by José Fonseca · 11 years ago
  21. 1b0d29b gallivm: Eliminate redundant lp_build_select calls. by José Fonseca · 11 years ago
  22. 46205ab tgsi: rename the TGSI fragment kill opcodes by Brian Paul · 11 years ago
  23. f501baa tgsi: fix-up KILP comments by Brian Paul · 11 years ago
  24. e7c3898 tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vector by Brian Paul · 11 years ago
  25. f3fad24 tgsi: use X component of the second operand in exec_scalar_binary() by Brian Paul · 11 years ago
  26. cb2de08 mesa: update glext.h to version 20130708 by Brian Paul · 11 years ago
  27. 5749aea mesa: fix Address Sanitizer (ASan) issue in _mesa_add_parameter() by Brian Paul · 11 years ago
  28. 9ca026e mesa: simplify some _mesa_IsEnabled() queries by Brian Paul · 11 years ago
  29. 9fc532a os: add os_get_process_name() function by Brian Paul · 11 years ago
  30. 3fb3e1e mesa: whitespace, formatting, 80-column wrapping by Brian Paul · 11 years ago
  31. 919236f softpipe: silence some MSVC warnings by Brian Paul · 11 years ago
  32. 76666b9 hud: silence some MSVC warnings by Brian Paul · 11 years ago
  33. d7a852b util: add casts to silence MSVC warnings in u_blit.c by Brian Paul · 11 years ago
  34. c45d8f2 tgsi: s/unsigned/int/ to silence MSVC warning by Brian Paul · 11 years ago
  35. 2cfd768 mesa: s/unsigned/int/ to fix MSVC warning in uniforms.c by Brian Paul · 11 years ago
  36. 5b0fbf1 mesa: s/GLuint/GLint/ to silence MSVC warning in textore.c by Brian Paul · 11 years ago
  37. 721f472 mesa: add casts to fix MSVC warnings in multisample.c by Brian Paul · 11 years ago
  38. 528e5b9 mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.c by Brian Paul · 11 years ago
  39. 7383373 mesa: fix inconsistent function declaration, definitions by Brian Paul · 11 years ago
  40. 8ba5c79 mesa: add cast to silence MSVC warning by Brian Paul · 11 years ago
  41. 1681bd7 radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2 by Christian König · 11 years ago
  42. 649ef4d glsl: Avoid variable length arrays. by José Fonseca · 11 years ago
  43. 1b0d6ae glsl: Add support for C-style initializers. by Matt Turner · 11 years ago
  44. ae79e86 glsl: Add infrastructure for aggregate initializers. by Matt Turner · 11 years ago
  45. 8d45caa glsl: Add an is_declaration field to ast_struct_specifier. by Matt Turner · 11 years ago
  46. 5df807b glsl: Track structs' ast_type_specifiers in symbol table. by Matt Turner · 11 years ago
  47. e641b5f glsl: Add process_vec_mat_constructor() function. by Matt Turner · 11 years ago
  48. af2987d glsl: Separate code into process_record_constructor(). by Matt Turner · 11 years ago
  49. a760c73 glsl: Add copy-constructor for ast_struct_specifier. by Matt Turner · 11 years ago
  50. 4375713 glsl: Add a constructor for ast_type_specifier. by Matt Turner · 11 years ago
  51. b85f0c5 glsl: Clean up and clarify comment explaining initializer rules. by Matt Turner · 11 years ago
  52. ce2464a glsl: Change type of is_array to bool. by Matt Turner · 11 years ago
  53. 3612067 glsl: Add a comment to note what an exec_list is a list of. by Matt Turner · 11 years ago
  54. 46b74ca glsl: Fix inverted conditional in error message. by Matt Turner · 11 years ago
  55. 9749d96 glsl: Add missing return error_value(ctx) in error path. by Matt Turner · 11 years ago
  56. e117eda glsl: Remove unnecessary #include from ast_type.cpp. by Matt Turner · 11 years ago
  57. 93742d9 glsl/build: build builtin_compiler with VISIBILITY_CFLAGS by Chia-I Wu · 11 years ago
  58. 08c90f6 glsl: Add comment explaining "row_major" parsing. by Matt Turner · 11 years ago
  59. 14ed901 glsl: Mark "row_major" as not a reserved word in GLSL ES 3.0. by Matt Turner · 11 years ago
  60. c3094851 glsl: Remove outdated FINISHME comment. by Matt Turner · 11 years ago
  61. 77300ba radeon: bump libdrm_radeon requirement for CIK support by Alex Deucher · 11 years ago
  62. 9974593 r600g: x/y coordinates must be divided by block dim in dma blit by Christoph Bumiller · 11 years ago
  63. 1d9271a r600g/sb: Fix Android build v2 by Chih-Wei Huang · 11 years ago
  64. 758ac6f r600g/sb: improve math optimizations v2 by Vadim Girlin · 11 years ago
  65. c451619 st/xvmc/tests: avoid non portable error.h functions by Jonathan Gray · 11 years ago
  66. 9a1a67b i965/blorp: Fix clear rectangle alignment in fast color clear by Anuj Phogat · 11 years ago
  67. ad24488 winsys/intel: build with VISIBILITY_CFLAGS by Chia-I Wu · 11 years ago
  68. 79bc245 ilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12 by Chia-I Wu · 11 years ago
  69. 29af29b ilo: correctly initialize undefined registers in fs by Chia-I Wu · 11 years ago
  70. a06ee5a radeonsi: Handle TGSI_OPCODE_DDX/Y using local memory by Michel Dänzer · 11 years ago
  71. a6b83c0 radeonsi: Handle TGSI_OPCODE_TXD by Michel Dänzer · 12 years ago
  72. b042aae util/u_math: Use xmmintrin.h whenever possible. by José Fonseca · 11 years ago
  73. 045bf0d ilo: honor surface padding requirements by Chia-I Wu · 11 years ago
  74. 63386b2 util: treat denorm'ed floats like zero by Zack Rusin · 11 years ago
  75. 80bc143 mesa: Set ProfileMask properly for core profile. by Matt Turner · 11 years ago
  76. 8c9a54e i965: Delete intel_context entirely. by Kenneth Graunke · 11 years ago
  77. 53631be i965: Move intel_context::gen and gt fields to brw_context. by Kenneth Graunke · 11 years ago
  78. 2e26afb i965: Move intel_context::has_llc to brw_context. by Kenneth Graunke · 11 years ago
  79. 794de2f i965: Move intel_context::is_<platform> flags to brw_context. by Kenneth Graunke · 11 years ago
  80. 44fd490 i965: Move must_use/has_separate_stencil fields to brw_context. by Kenneth Graunke · 11 years ago
  81. 3b80b14 i965: Move intel_context::has_hiz to brw_context. by Kenneth Graunke · 11 years ago
  82. 351d2ad i965: Free brw, not intel. by Kenneth Graunke · 11 years ago
  83. e3c2bb1 i965: Shorten context base class dereference chains. by Kenneth Graunke · 11 years ago
  84. d5b4a3f i965: Move intel_context::has_swizzling to brw_context. by Kenneth Graunke · 11 years ago
  85. 02128c4 i965: Move intel_context::intelScreen to brw_context. by Kenneth Graunke · 11 years ago
  86. 44a11ea i965: Delete unused intel_context::driFd field. by Kenneth Graunke · 11 years ago
  87. e085876 i965: Store brw_context as the DRI driver private, not intel_context. by Kenneth Graunke · 11 years ago
  88. a1d94cd i965: Move intel_context::driContext to brw_context. by Kenneth Graunke · 11 years ago
  89. a9d33db i965: Move intel_context::NewGLState to brw_context. by Kenneth Graunke · 11 years ago
  90. dd54558 i965: Move intel_context::upload to brw_context. by Kenneth Graunke · 11 years ago
  91. 0273e6e i965: Move intel_context::max_gtt_map_object_size to brw_context. by Kenneth Graunke · 11 years ago
  92. b15f1fc i965: Move intel_context::perf_debug to brw_context. by Kenneth Graunke · 11 years ago
  93. 7c3180a i965: Move intel_context::no_batch_wrap to brw_context. by Kenneth Graunke · 11 years ago
  94. 5314afa i965: Move intel_context's framerate throttling fields to brw_context. by Kenneth Graunke · 11 years ago
  95. ec995de i965: Move intel_context::stats_wm to brw_context. by Kenneth Graunke · 11 years ago
  96. 329779a i965: Move intel_context::batch to brw_context. by Kenneth Graunke · 11 years ago
  97. 5d8186a i965: Move intel_context::hw_ctx to brw_context. by Kenneth Graunke · 11 years ago
  98. eeb75b4 i965: Move intel_context::bufmgr to brw_context. by Kenneth Graunke · 11 years ago
  99. e334390 i965: Move intel_context's driconf flags to brw_context. by Kenneth Graunke · 11 years ago
  100. fe0a8cb i965: Move intel_context::reduced_primitive to brw_context. by Kenneth Graunke · 11 years ago