1. 51b64ce gles3: Update gl3.h by Matt Turner · 12 years ago
  2. 8891b2f r600g: add more cases for copying unsupported formats to resource_copy_region by Marek Olšák · 12 years ago
  3. 26c872c r600g: don't use radeon_surface_level::npix_x/y/z by Marek Olšák · 12 years ago
  4. edc3833 r600g: fix compile warnings in r600_cp_dma_copy_buffer on 32-bit gcc by Marek Olšák · 12 years ago
  5. f951f2f r600g: fix up CP DMA for VM on cayman and TN by Alex Deucher · 12 years ago
  6. c1d35ae svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding() by Brian Paul · 12 years ago
  7. 50c4c81 st/mesa: handle new GLSL IR enumerants in switch statements by Brian Paul · 12 years ago
  8. 9227c53 svga: add NULL pointer check in svga_create_sampler_state() by Brian Paul · 12 years ago
  9. 7a89f08 vbo: add a null pointer check to handle OOM instead of crashing by Brian Paul · 12 years ago
  10. b13c534 util: add new error checking code in vbuf helper by Brian Paul · 12 years ago
  11. 8c3f9ea st/mesa: do proper error checking for u_upload_alloc() calls by Brian Paul · 12 years ago
  12. 68a0975 util: add some defensive coding in u_upload_alloc() by Brian Paul · 12 years ago
  13. d6f8b7e glsl: use glsl_strtof() instead of glsl_strtod() by Brian Paul · 12 years ago
  14. 811b5b4 glsl: add new glsl_strtof() function by Brian Paul · 12 years ago
  15. 6102b9d softpipe: add casts to silence MSVC warnings by Brian Paul · 12 years ago
  16. 257783b util: silence MSVC signed/unsigned comparison warnings by Brian Paul · 12 years ago
  17. 539541f util: silence MSVC double->float conversion warnings by Brian Paul · 12 years ago
  18. 869071d util: silence MSVC signed/unsigned warnings in debug_get_flags_option() by Brian Paul · 12 years ago
  19. 1a15772 st/mesa: silence assorted MSVC warnings in DrawPixels code by Brian Paul · 12 years ago
  20. eee7622 swrast: silence a bunch of MSVC warnings by Brian Paul · 12 years ago
  21. ccbb479 mesa: use GLbitfield64 when copying program inputs by Brian Paul · 12 years ago
  22. 701a0f6 mesa: add some casts to silence MSVC warnings by Brian Paul · 12 years ago
  23. ddb774d mesa: add casts in _mesa_GetTexParameterfv() to silence warnings by Brian Paul · 12 years ago
  24. 9aadc3a i965: Enable ARB_shading_language_packing by Matt Turner · 12 years ago
  25. 64dbc51 i965: Assert that the 4x8 pack/unpack operations have been lowered by Matt Turner · 12 years ago
  26. 9622011 i965: Lower the 4x8 pack/unpack operations by Matt Turner · 12 years ago
  27. 321555f glsl: Add support for lowering 4x8 pack/unpack operations by Matt Turner · 12 years ago
  28. 1ef674f glsl: Evaluate constant pack/unpack 4x8 expressions by Matt Turner · 12 years ago
  29. b64b174 glsl: Extend ir_expression_operation for ARB_shading_language_packing by Matt Turner · 12 years ago
  30. b0239ce glsl: Add IR lisp for ARB_shading_language_packing by Matt Turner · 12 years ago
  31. 12aa2fe glsl: Add infrastructure for ARB_shading_language_packing by Matt Turner · 12 years ago
  32. 7a850c5 configure.ac: Don't set LLVM_LIBS when llvm is disabled by Tom Stellard · 12 years ago
  33. 264e6da r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM by Tom Stellard · 12 years ago
  34. 1a316af i965: Pass in the glarray to get_surface_type. by Eric Anholt · 12 years ago
  35. 80aeda2 i965: Remove nonsense comment. by Eric Anholt · 12 years ago
  36. 23e5503 i965: Remove NDEBUG undef that was snuck in. by Eric Anholt · 12 years ago
  37. 8fe43b6 i965: reuse _mesa_sizeof_type for index buffer types. by Eric Anholt · 12 years ago
  38. b859a12 i965: Reuse precalculated ib_type_size value. by Eric Anholt · 12 years ago
  39. 9aa02a2 i965: Drop debug check for knowing the size of a type. by Eric Anholt · 12 years ago
  40. 5ae3c20 i965: Stop worrying about alignment of vertex data. by Eric Anholt · 12 years ago
  41. 2a7a506 i965: Use the glarray _ElementSize that Mesa tracks for us. by Eric Anholt · 12 years ago
  42. f6191e0 mesa: Print more informative debug for _mesa_do_init_remap_table(). by Eric Anholt · 12 years ago
  43. 22233da glsl: Remove ir_variable::uniform_block by Ian Romanick · 12 years ago
  44. f09d77b glsl: Allow dereferencing fields of an interface instance by Ian Romanick · 12 years ago
  45. 32f3229 glsl: Allow elimination of uniform block members by Ian Romanick · 12 years ago
  46. 514f8c7 glsl: Calculate UBO data at link-time by Ian Romanick · 12 years ago
  47. 0ab7399 glsl: Add link_uniform_blocks to calculate all UBO data at link-time by Ian Romanick · 12 years ago
  48. 681df90 glsl: Add a visitor to determine whether a uniform block is ever used by Ian Romanick · 12 years ago
  49. d1b4960 glsl: Lower UBO references using link-time data instead of compile-time data by Ian Romanick · 12 years ago
  50. 90b1dd0 glsl: Add gl_uniform_buffer_variable::IndexName field by Ian Romanick · 12 years ago
  51. 11d42de glsl: Make the align function available elsewhere in the linker by Ian Romanick · 12 years ago
  52. e2c95cd glsl: Calculate link-time uniform block data without using compile-time block data by Ian Romanick · 12 years ago
  53. bd963e1 glsl: Assert that interfaces, like structures, are not seen as leaf types by Ian Romanick · 12 years ago
  54. 99b8935 glsl: Add new uniform_field_visitor::process variant by Ian Romanick · 12 years ago
  55. 007de49 glsl: Recurse into uniform blocks just like uniform structures by Ian Romanick · 12 years ago
  56. 25e75b0 glsl: Handle instance array declarations by Ian Romanick · 12 years ago
  57. 5383661 glsl: Track blocks in the symbol table using the glsl_type instead of the gl_uniform_block by Ian Romanick · 12 years ago
  58. 9a204bb glsl: Add new uniform_field_visitor::visit_field variant by Ian Romanick · 12 years ago
  59. 141e9d4 glsl: Modify uniform_field_visitor::visit_field to take a row_major parameter by Ian Romanick · 12 years ago
  60. 6a0c1bc glsl: Modify uniform_field_visitor::recursion to take a row_major parameter by Ian Romanick · 12 years ago
  61. 23b7ce3 glsl: Add a predicate to determine whether a variable is an interface block by Ian Romanick · 12 years ago
  62. 3b09603 glsl: Require that indices into uniform block arrays be constants by Ian Romanick · 12 years ago
  63. 7a7b44b glsl: Add ir_variable::interface_type field by Ian Romanick · 12 years ago
  64. 13be1f4 glsl: Add ir_variable::is_in_uniform_block predicate by Ian Romanick · 12 years ago
  65. 17e6f19 glsl: Generate an interface type for uniform blocks by Ian Romanick · 12 years ago
  66. 491364e glsl: Add GLSL_TYPE_INTERFACE by Ian Romanick · 12 years ago
  67. 7f96a84 glsl: Add row_major field to glsl_struct_field by Ian Romanick · 12 years ago
  68. 51f740c glsl: Refactor out processing of structure fields by Ian Romanick · 12 years ago
  69. a39a70c glsl: Parse interface array size by Ian Romanick · 12 years ago
  70. 34f966b glsl: Parse non-array uniform block instance names in GLSL ES 3.00. by Kenneth Graunke · 12 years ago
  71. 0d2e633 glsl: Refactor uniform block parser rules. by Kenneth Graunke · 12 years ago
  72. b226a05 linker: Refactor intra-stage block compatabililty testing by Ian Romanick · 12 years ago
  73. 9a971ab mesa: Track the packing mode of a UBO in gl_uniform_buffer by Ian Romanick · 12 years ago
  74. ecfb404 glsl: Replace most default cases in switches on GLSL type by Ian Romanick · 12 years ago
  75. 416326e i965: Correct gen6+ guardband calculation. by Eric Anholt · 12 years ago
  76. 9db2098 i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats. by Kenneth Graunke · 12 years ago
  77. 7638ede i965: Bump maximum supported ES2 context version to 3.0 by Chad Versace · 12 years ago
  78. e4f661a i965/Gen6+: Enable ARB_ES3_compatibility extension by Paul Berry · 12 years ago
  79. 1d0e8c1 mesa/es3: Enable ES 3.0 API and shading language version by Ian Romanick · 12 years ago
  80. 07e215f scons: Add imports.c to builtin_compiler build. by Vinson Lee · 12 years ago
  81. 0974031 i965/fs/gen7: Fix fatal typo in unpackHalf2x16 by Chad Versace · 12 years ago
  82. 20dfa50 i965/fs/gen7: Emit code for GLSL 3.00 pack/unpack operations (v4) by Chad Versace · 12 years ago
  83. 203c12b i965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack operations (v3) by Chad Versace · 12 years ago
  84. 7093558 i965: Quote the PRM on a HorzStride subtlety by Chad Versace · 12 years ago
  85. 7e21910 i965: Add opcodes for F32TO16 and F16TO32 by Chad Versace · 12 years ago
  86. ee0ed52 i965: Lower the GLSL ES 3.00 pack/unpack operations (v2) by Chad Versace · 12 years ago
  87. b9f56ea glsl: Add lowering pass for GLSL ES 3.00 pack/unpack operations (v4) by Chad Versace · 12 years ago
  88. 9d7931d glsl: Fix type-deduction for and/or/xor expressions by Chad Versace · 12 years ago
  89. ccf87f2 glsl: Reformat and/or/xor cases in ir_expression ctor by Chad Versace · 12 years ago
  90. f859e4f glsl/ir_builder: Add helpers for making if-statements by Chad Versace · 12 years ago
  91. a32bc53 glsl/ir_builder: Add `enum writemask` by Chad Versace · 12 years ago
  92. a6479ef glsl/ir_factory: Add helper method for making an ir_constant by Chad Versace · 12 years ago
  93. 5790174 glsl/ir_builder: Add more helpers for constructing expressions by Chad Versace · 12 years ago
  94. fafcbf5 glsl/ir_factory: Initialize members to NULL in constructor by Chad Versace · 12 years ago
  95. 542c7a3 glsl: Evaluate constant GLSL ES 3.00 pack/unpack expressions (v3) by Chad Versace · 12 years ago
  96. 529b6d1 mesa: Remove rounding bias in _mesa_float_to_half() by Chad Versace · 12 years ago
  97. eac030e mesa,glsl: Move round_to_even() from glsl to mesa/main (v2) by Chad Versace · 12 years ago
  98. 1fafd00 glsl/standalone_scaffolding: Add stub for _mesa_warning() by Chad Versace · 12 years ago
  99. ee5921a glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2) by Chad Versace · 12 years ago
  100. 3a88d71 glsl: Add IR lisp for GLSL ES 3.00 pack/unpack functions by Chad Versace · 12 years ago