1. aa46cc2 st/mesa: allow forward-compatible contexts and set Const.ContextFlags by Marek Olšák · 12 years ago
  2. 249f86e st/mesa: add support for GL core profiles by Marek Olšák · 12 years ago
  3. f9429e3 configure.ac: remove -fomit-frame-pointer from LLVM flags by Marek Olšák · 12 years ago
  4. 3d59cde configure.ac: look for whole words in LLVM flags, not prefixes by Marek Olšák · 12 years ago
  5. 9b67a34 configure.ac: consolidate stripping unwanted LLVM flags by Marek Olšák · 12 years ago
  6. a84a8da configure.ac: print LLVM flags by Marek Olšák · 12 years ago
  7. 0904973 util: add more memory debugging features by Brian Paul · 12 years ago
  8. 1cead88 llvmpipe: Implement logic ops for the AoS path. by José Fonseca · 12 years ago
  9. 547efc7 llvmpipe: Don't use dynamically sized arrays. by José Fonseca · 12 years ago
  10. c8ed9f6 i965/gen4-5: Fix segfaults with stencil-only depth/stencil setups. by Eric Anholt · 12 years ago
  11. b9b033d i965/fs: Don't generate saturates over existing variable values. by Eric Anholt · 12 years ago
  12. 154ef07 i965/fs: Add some minimal backend-IR dumping. by Eric Anholt · 12 years ago
  13. 960ab06 llvmpipe: Update llvmpipe_is_format_unswizzled to reflect latest changes. by James Benton · 12 years ago
  14. 66fdf62 llvmpipe: Enable vertex color clamping. by James Benton · 12 years ago
  15. fa1b481 llvmpipe: Unswizzled rendering. by James Benton · 12 years ago
  16. 1d3789b gallivm: Updated lp_build_const_mask_aos to input number of channels. by James Benton · 12 years ago
  17. d03d29a util: Updated util_format_is_array to be more accurate. by James Benton · 12 years ago
  18. e66ec7c gallivm: Added support for float to half-float conversion in lp_build_conv. by James Benton · 12 years ago
  19. d7a8390 gallivm: Changed lp_build_pad_vector to correctly handle scalar argument. by James Benton · 12 years ago
  20. 71c6fe7 gallivm: Add a function to generate lp_type for a format. by James Benton · 12 years ago
  21. cd54883 gallivm: Add support for unorm16 in lp_build_mul. by James Benton · 12 years ago
  22. c3a465a glcpp: Support #elif(expression) with no intervening space. by Matt Turner · 12 years ago
  23. aed4661 glcpp: Reject #version and #line not followed by whitespace by Matt Turner · 12 years ago
  24. 91ca053 mesa: fix BlitFramebuffer between linear and sRGB formats by Marek Olšák · 12 years ago
  25. 406b76c gallivm: fix multiple lods with different min/mag filter and wide vectors by Roland Scheidegger · 12 years ago
  26. 6e33b55 radeonsi: Reinstate assertions against invalid colour/depth formats. by Michel Dänzer · 12 years ago
  27. a8d46d0 radeonsi: Re-enable Z16 depth buffers. by Michel Dänzer · 12 years ago
  28. 726fe54 radeonsi: remove redundant parameter in r600_init_surface by Marek Olšák · 12 years ago
  29. fa83d52 radeonsi: Use explicit stencil mipmap level offsets. by Michel Dänzer · 12 years ago
  30. 39b56af radeonsi: correct texture memory size for Z32F_S8X24 by Marek Olšák · 12 years ago
  31. 20f651d radeonsi: Depth/stencil fixes. by Michel Dänzer · 12 years ago
  32. 1a616c1 radeonsi: Flesh out support for depth/stencil exports from the pixel shader. by Michel Dänzer · 12 years ago
  33. 49003a5 radeonsi: Fix sampler views for depth textures. by Michel Dänzer · 12 years ago
  34. 3c02462 radeonsi: Fix z/stencil texture creation. by Jerome Glisse · 12 years ago
  35. ffc318a scons: Build ws_xlib on Mac OS X. by Vinson Lee · 12 years ago
  36. 53636fd configure.ac: Remove -O., -g and -Wall from LLVM_C{PP,XX}FLAGS. by Johannes Obermayr · 12 years ago
  37. f75acab vbo: move another line of code after declarations by Brian Paul · 12 years ago
  38. 8765c0d vbo: move code after declarations to fix MSVC errors by Brian Paul · 12 years ago
  39. f94e672 vbo: minor whitespace fix by Brian Paul · 12 years ago
  40. a547e53 mesa: remove '(void) k' lines by Brian Paul · 12 years ago
  41. 7a414fe mesa/vbo: Check for invalid types in various packed vertex functions. by Kenneth Graunke · 12 years ago
  42. 6a529e2 mesa/vbo: Support the ES 3.0 signed normalized scaling rules. by Kenneth Graunke · 12 years ago
  43. c8d8d5d mesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm_float functions. by Kenneth Graunke · 12 years ago
  44. 13f9012 mesa: Set transform feedback's default buffer mode to INTERLEAVED_ATTRIBS by Matt Turner · 12 years ago
  45. 7c2060f mesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyings by Matt Turner · 12 years ago
  46. f657417 gallium/tests/trivial: updates for transfer functions changes by Andreas Boll · 12 years ago
  47. cba639f gallium/tests/trivial: updates for CSO interface changes by Andreas Boll · 12 years ago
  48. 1553f5c gallium/tests/trivial: updates for util_draw_vertex_buffer changes by Andreas Boll · 12 years ago
  49. 9bd4856 util: Modified u_rect to default to memcpy. by James Benton · 12 years ago
  50. 6501664 util/format: Fix bug in float to non-float conversion in u_format_pack.py. by James Benton · 12 years ago
  51. 978df71 gallivm: Fix bug in lp_build_one which would incorrectly return a vector for length 1. by James Benton · 12 years ago
  52. 9bc9895 glsl: Support unsigned integer constants in layout qualifiers. by Kenneth Graunke · 12 years ago
  53. 9136723 i965/fs: Move struct brw_compile (p) entirely inside fs_generator. by Kenneth Graunke · 12 years ago
  54. ea681a0 i965/fs: Split final assembly code generation out of fs_visitor. by Kenneth Graunke · 12 years ago
  55. dd1fd30 i965/fs: Abort on unsupported opcodes rather than failing. by Kenneth Graunke · 12 years ago
  56. cd0acb1 i965: Make it possible to create a cfg_t without a backend_visitor. by Kenneth Graunke · 12 years ago
  57. 4d09fe9 i965/fs: Move uses of brw_compile from do_wm_prog to brw_wm_fs_emit. by Kenneth Graunke · 12 years ago
  58. 3417b2f i965/fs: Pass the brw_context pointer into fs_visitor explicitly. by Kenneth Graunke · 12 years ago
  59. 1f74002 i965/fs: Move brw_wm_compile::fp to fs_visitor. by Kenneth Graunke · 12 years ago
  60. 7b0d30e i965/fs: Remove struct brw_shader * parameter to fs_visitor constructor. by Kenneth Graunke · 12 years ago
  61. a303df8 i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor. by Kenneth Graunke · 12 years ago
  62. 47a6a7b i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4(). by Kenneth Graunke · 12 years ago
  63. 2429c9d i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6() by Kenneth Graunke · 12 years ago
  64. ce96f6d i965/fs: Remove brw_wm_compile::computes_depth field. by Kenneth Graunke · 12 years ago
  65. 529fe42 gallivm: use the new mip per quad handling in texture fetch path by Roland Scheidegger · 12 years ago
  66. 0b6554b gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets by Roland Scheidegger · 12 years ago
  67. 93c689a i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+. by Chris Forbes · 12 years ago
  68. 4a64efc i965: emit w/a for packed attribute formats in VS by Chris Forbes · 12 years ago
  69. 352ae51 i965: set attribute w/a bits for packed formats by Chris Forbes · 12 years ago
  70. c3c6809 i965: Generalize GL_FIXED VS w/a support by Chris Forbes · 12 years ago
  71. 23f4411 i965: support 2_10_10_10 formats in get_surface_type. by Chris Forbes · 12 years ago
  72. f9a08f7 i965: implement get_size for 2_10_10_10 formats by Chris Forbes · 12 years ago
  73. 894fe54 i965/vs: add support for emitting SHL, SHR, ASR by Chris Forbes · 12 years ago
  74. 8f3570e mesa: Use correct glGetTransformFeedbackVarying name in error msg by Matt Turner · 12 years ago
  75. 0f5e2ce build: use git ls-files for adding all Makefile.in into the release tarball by Andreas Boll · 12 years ago
  76. 97747ac i965: Fix hangs with FP KIL instructions pre-gen6. by Eric Anholt · 12 years ago
  77. 59bfd66 i965/gen4: Fix memory leak each time compile_gs_prog() is called. by Eric Anholt · 12 years ago
  78. 244db08 i965/gen4: Fix LOD bias texturing since my fixed reg classes change. by Eric Anholt · 12 years ago
  79. cff4c94 r600g: fix broken streamout if streamout_begin caused a context flush by Marek Olšák · 12 years ago
  80. d172fa8 r600g: fix ARB_map_buffer_alignment with unaligned offsets and staging buffers by Marek Olšák · 12 years ago
  81. f884005 scons: Append x11 library path if linking x11 library. by Vinson Lee · 12 years ago
  82. bf75a1f mesa/vbo: Fix scaling issue in 2-bit signed normalized packing. by Kenneth Graunke · 12 years ago
  83. e9967ab mesa/vbo: Fix scaling issue in 10-bit signed normalized packing. by Kenneth Graunke · 12 years ago
  84. e2df37f radeonsi: add a new SI pci id by Alex Deucher · 12 years ago
  85. 10f214e i915: Fix wrong sizeof argument in i915_update_tex_unit. by Vinson Lee · 12 years ago
  86. 59b3d3a Add .dirstamp to toplevel .gitignore by Andreas Boll · 12 years ago
  87. f7e2e86 gallium/tests: update .gitignore files by Andreas Boll · 12 years ago
  88. d82b873 i965/fs: Add helper functions for IF and CMP and use them. by Eric Anholt · 12 years ago
  89. 32d6809 i965/fs: Add helper functions for generating ALU ops, like in the VS. by Eric Anholt · 12 years ago
  90. 1665af3 i965/gen4: Fix crash with fragment programs and texture rectangle. by Eric Anholt · 12 years ago
  91. d411bbd i965: Disable the GB clip test when a limited viewport is set. by Eric Anholt · 12 years ago
  92. 23e7b81 i965: Use fewer temporary variables in clip setup. by Eric Anholt · 12 years ago
  93. afc5a26 Revert "i965/fs: Fix conversions float->bool, int->bool" by Eric Anholt · 12 years ago
  94. 0482998 i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edc by Eric Anholt · 12 years ago
  95. c9f5126 intel: Use designated initializers for DRI extension structs by Chad Versace · 12 years ago
  96. 62332f4 dri: Use designated initializers for DRI extension structs by Chad Versace · 12 years ago
  97. fdd6d14 i965: Use the separate stencil buffer's offsets for stencil setup. by Eric Anholt · 12 years ago
  98. 52ee1a7 i965: Move all the depth/stencil/hiz offset logic into the workaround. by Eric Anholt · 12 years ago
  99. 9ec6a54 i965: When rebasing depth or stencil, update x/y before deciding the other. by Eric Anholt · 12 years ago
  100. be9e664 intel: Push face/level -> slice handling to the caller of get_image_offset(). by Eric Anholt · 12 years ago