1. 47dcfb8 r600g: set read/write usage flags for each relocation by Marek Olšák · 13 years ago
  2. ebfcc58 winsys/radeon: take advantage of the new ioctl by Marek Olšák · 13 years ago
  3. 1e3c81a winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctl by Marek Olšák · 13 years ago
  4. 296b899 winsys/radeon: remove broken bo-is-busy-for-write guessing by Marek Olšák · 13 years ago
  5. c79e9f0 r600g: enable thread offloading by Marek Olšák · 13 years ago
  6. 0bbbd82 r600g: undefine RADEON_CTX_MAX_PM4 by Marek Olšák · 13 years ago
  7. d6da518 r600g: don't include radeon_drm.h and xf86drm.h by Marek Olšák · 13 years ago
  8. efbccfe winsys/radeon: remove the device file descriptor from the interface by Marek Olšák · 13 years ago
  9. 041ed55 r600g: remove an unused parameter from r600_bo_destroy by Marek Olšák · 13 years ago
  10. c6fec83 r600g: merge radeon_bo with r600_bo by Marek Olšák · 13 years ago
  11. 5229ba4 r600g: remove radeon_bo::handle by Marek Olšák · 13 years ago
  12. ab630b5 r600g: use buffer_map/unmap from radeon_winsys by Marek Olšák · 13 years ago
  13. e2e1dc9 r600g: set the flush callback in radeon_winsys by Marek Olšák · 13 years ago
  14. 7ee6580 r600g: get tiling flags using radeon_winsys by Marek Olšák · 13 years ago
  15. ecfcf25 r600g: get winsys_handle using radeon_winsys by Marek Olšák · 13 years ago
  16. 1b542ac r600g: move more DRM queries into winsys/radeon by Marek Olšák · 13 years ago
  17. 03b25ad winsys/radeon: consolidate the add_reloc function by Marek Olšák · 13 years ago
  18. e6fb625 r600g: emit CS using radeon_winsys by Marek Olšák · 13 years ago
  19. 685b834 r600g: remove struct r600_reloc by Marek Olšák · 13 years ago
  20. 1acaf09 r600g: don't use RADEON_GEM_DOMAIN_CPU by Marek Olšák · 13 years ago
  21. 3e57972 r600g: remove reloc-related variables from radeon_bo by Marek Olšák · 13 years ago
  22. 638d751 r600g: let radeon_winsys maintain the list of relocations by Marek Olšák · 13 years ago
  23. 9865b1e r600g: remove now-unused r600_context::fenced_bo by Marek Olšák · 13 years ago
  24. 591d8c3 r600g: remove the fences which were used for the cache buffer manager by Marek Olšák · 13 years ago
  25. cdbb8a1 r600g: remove now-unused r600_bo::size by Marek Olšák · 13 years ago
  26. 60ff68a r600g: remove the cache buffer manager from winsys/r600 by Marek Olšák · 13 years ago
  27. 11daa7e r600g: allocate/destroy buffers using radeon_winsys by Marek Olšák · 13 years ago
  28. edca57e r600g: remove unused function declarations by Marek Olšák · 13 years ago
  29. 39db886 r600g: remove unused r600_bo::tiling_flags by Marek Olšák · 13 years ago
  30. c092e23 r600g: remove unused r600_bo::kernel_pitch by Marek Olšák · 13 years ago
  31. 2ce783d r600g: put radeon_winsys in screen::winsys, don't include drm_driver in the pipe by Marek Olšák · 13 years ago
  32. 354f76f r600g: cleanup includes in winsys by Marek Olšák · 13 years ago
  33. fb8cf51 r600g: move some queries into winsys/radeon by Marek Olšák · 13 years ago
  34. ce12f82 r600g: first step into winsys/radeon by Marek Olšák · 13 years ago
  35. 8c40940 dri2: Add __DRI_BUFFER_COUNT token by Benjamin Franzke · 13 years ago
  36. 9b78406 dri2: add code to dri2_Flush extension. by Cooper Yuan · 13 years ago
  37. a313c29 glsl: When assigning to a whole array, mark the array as accessed. by Eric Anholt · 13 years ago
  38. 5880a9a radeon: Explain to the user what went wrong when built without libdrm. by Eric Anholt · 13 years ago
  39. 303e05c glsl: Add validations for ir_call. by Paul Berry · 13 years ago
  40. a52b53b glsl: Make is_lvalue() and variable_referenced() const. by Paul Berry · 13 years ago
  41. 67b5a32 glsl: Perform implicit type conversions on function call out parameters. by Paul Berry · 13 years ago
  42. c548192 docs: Remove GLw from the documentation except for a new FAQ entry. by Kenneth Graunke · 13 years ago
  43. 6372011 glw: Remove GLw source. by Kenneth Graunke · 13 years ago
  44. a352e2d glsl: Modify strategy for accumulating conditions when lowering if-statements by Ian Romanick · 13 years ago
  45. 4a026d6 glsl: Slight change to the code generated by if-flattening by Ian Romanick · 13 years ago
  46. 13df36e glsl: Replace foreach_iter with foreach_list_safe by Ian Romanick · 13 years ago
  47. 5c84378 glsl: Make move_block_to_cond_assign not care which branch it's processing by Ian Romanick · 13 years ago
  48. 2e71c7d egl: Log (debug) native platform type by Benjamin Franzke · 13 years ago
  49. 85fe948 egl: Native Display autodetection by Benjamin Franzke · 13 years ago
  50. f5e757e Destroy context in dri2/glx driver when apps call eglDestroyContext by Cooper Yuan · 13 years ago
  51. e09b706 glapi: remove gen-es by Chia-I Wu · 13 years ago
  52. 6eff33d glapi: generate ES dispatch headers from core mesa by Chia-I Wu · 13 years ago
  53. 786e5a2 glapi: add glapi_gen.mk to help header generation by Chia-I Wu · 13 years ago
  54. 5076561 glapi: use gl_and_es_API.xml to generate GLES headers by Chia-I Wu · 13 years ago
  55. b8202b3 glapi: add methods to filter functions by Chia-I Wu · 13 years ago
  56. 281947b glapi: add gles_api.py by Chia-I Wu · 13 years ago
  57. 3ce2438 gallium/gbm: Add dependencies for libraries linked into pipe_*.so. by Michel Dänzer · 13 years ago
  58. 9cd64ec x86-64: Fix compile error with clang by Chad Versace · 13 years ago
  59. 099aad2 mesa: fix initialization of GL_FOG_MODE in _mesa_init_driver_state() by Brian Paul · 13 years ago
  60. 9b8287f mesa: fix ColorMask array index in _mesa_init_driver_state() by Brian Paul · 13 years ago
  61. 37a64ba swrast: don't try to do depth testing if there's no depth buffer by Brian Paul · 13 years ago
  62. e411cd7 swrast: initial multi-threaded span rendering by Andreas Fänger · 13 years ago
  63. fa351bd intel: GetBuffer fix by Ben Widawsky · 13 years ago
  64. df7859b r600g: Add support for ROUND, v2 by Lauri Kasanen · 13 years ago
  65. 09eeb0f i830: Add missing vtable entry for i830 from the hiz work. by Carl Simonson · 13 years ago
  66. c9e81fe i965: Drop the reg/hw_reg distinction. by Eric Anholt · 13 years ago
  67. b1f0bff i965/fs: Factor out the register allocator setup to a separate function. by Eric Anholt · 13 years ago
  68. 4e10d58 i965/fs: Simplify the register allocator using a map from RA reg to GRF. by Eric Anholt · 13 years ago
  69. b76378d i965/fs: Eliminate the magic nature of virtual GRF 0. by Eric Anholt · 13 years ago
  70. bbcf13a i965/fs: Use the new convenience interface for setting up reg conflicts. by Eric Anholt · 13 years ago
  71. fa43477 mesa: Add a convenience interface for register allocator conflicts setup. by Eric Anholt · 13 years ago
  72. e6c6480 glsl_to_tgsi: improve assignment hack by Henri Verbeet · 13 years ago
  73. 32faaea r300g: silence some warnings about uninitialized variables by Brian Paul · 13 years ago
  74. 971905b svga: add missing switch case for PIPE_SHADER_CAP_INTEGERS by Brian Paul · 13 years ago
  75. e0496b6 glx: move declarations before code by Brian Paul · 13 years ago
  76. afd1d85 swrast: silence unused var warnings by Fabio Pedretti · 13 years ago
  77. 3629117 docs: update GL3.txt with new GL 4.2 extensions by Dave Airlie · 13 years ago
  78. c148ef6 glsl: validate IR after linking (debug builds only) by Paul Berry · 13 years ago
  79. 01a851c glsl: When linking, emit functions at the tail of the final linked program. by Paul Berry · 13 years ago
  80. d4144a1 glsl: Check array size is const before asserting that no IR was generated. by Paul Berry · 13 years ago
  81. 789ee65 glsl: Constant-fold built-in functions before outputting IR by Paul Berry · 13 years ago
  82. 0d81b0e glsl: Emit function signatures at toplevel, even for built-ins. by Paul Berry · 13 years ago
  83. 4823388 Revert "glsl: Skip processing the first function's body in do_dead_functions()." by Paul Berry · 13 years ago
  84. ffb7d02 st/mesa: inline st_prepare_fragment_program in st_translate_fragment_program by Bryan Cain · 13 years ago
  85. 506de19 glext: upgrade to version 72 by Brian Paul · 13 years ago
  86. 75a9874 glsl: silence warning about trailing comma in enum list by Brian Paul · 13 years ago
  87. 7d4d8a8 gallium: silence warnings about trailing commas in enum lists by Brian Paul · 13 years ago
  88. 8488112 mesa: whitespace changes by Brian Paul · 13 years ago
  89. 4dd3272 d3d1x: adapt to resource_resolve interface change by Christoph Bumiller · 13 years ago
  90. 9e466e8 nv50,nvc0: never convert in resource copy when format sizes match by Christoph Bumiller · 13 years ago
  91. 425b179 st/mesa: don't resolve stencil twice by Christoph Bumiller · 13 years ago
  92. 1554e69 winsys/radeon: disable use of the buffer busy-for-write flag by Marek Olšák · 13 years ago
  93. db726b0 mesa: In validate_program(), initialize errMsg for safety. by Kenneth Graunke · 13 years ago
  94. a9e97d0 intel: Fix warnings from gl_constant_parameter changes. by Eric Anholt · 13 years ago
  95. 5164244 glsl_to_tgsi: replace open-coded swizzle_for_size() by Bryan Cain · 13 years ago
  96. b44648c glsl_to_tgsi: try to avoid emitting a MOV_SAT to saturate an expression tree by Bryan Cain · 13 years ago
  97. 4c7e215 ir_to_mesa: Replace open-coded swizzle_for_size() by Eric Anholt · 13 years ago
  98. fbc2fcf glx/dri2: Paper over errors in DRI2Connect when indirect by Christopher James Halse Rogers · 13 years ago
  99. 62722d9 ir_to_mesa: Try to avoid emitting a MOV_SAT to saturate an expression tree. by Eric Anholt · 13 years ago
  100. 6bd5f43 prog_optimize: Add support for saturates to _mesa_merge_mov_into_inst. by Eric Anholt · 13 years ago