1. 680fe0a i965: Add cfg to backend_visitor. by Matt Turner · 10 years ago
  2. b0f7803 radeonsi/compute: Add support scratch buffer support v2 by Tom Stellard · 10 years ago
  3. 6cc5334 radeonsi/compute: Bump number of user sgprs for LLVM 3.5 by Tom Stellard · 10 years ago
  4. 81385f7 winsys/radeon: Query the kernel for the number of SEs and SHs per SE by Tom Stellard · 10 years ago
  5. 245e861 radeonsi/compute: Share COMPUTE_DBG macro with r600g by Tom Stellard · 10 years ago
  6. 9ba3105 radeonsi: Read rodata from ELF and append it to the end of shaders by Tom Stellard · 10 years ago
  7. 01c21c4 glsl: Fix bad indentation by Ian Romanick · 10 years ago
  8. 47e2a74 i965: Silence unused parameter warning by Ian Romanick · 10 years ago
  9. 22b9641 i965: Silence 'comparison is always true' warning by Ian Romanick · 10 years ago
  10. 1946612 i965: Silence many unused parameter warnings by Ian Romanick · 10 years ago
  11. f6fc807 configure.ac: Add LLVM patch version to error message. by Vinson Lee · 10 years ago
  12. ecd3e89 main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORM by Jason Ekstrand · 10 years ago
  13. 8ed2454 docs: Import 10.2.4 release notes by Carl Worth · 10 years ago
  14. f14d217 Add support for RGBA8 and RGBX8 textures in intel_texsubimage_tiled_memcpy by Jason Ekstrand · 10 years ago
  15. 765f4b8 i965: Improve debug output in intelTexImage and intelTexSubimage by Jason Ekstrand · 10 years ago
  16. d808de3 radeonsi: only update vertex buffers when they need updating by Marek Olšák · 10 years ago
  17. 6210d6f radeonsi: remove nr_vertex_buffers by Marek Olšák · 10 years ago
  18. 0ed0bf0 radeonsi: move vertex buffer descriptors from IB to memory by Marek Olšák · 10 years ago
  19. 1635ded radeonsi: add support for fine-grained sampler view updates by Marek Olšák · 10 years ago
  20. bea8f2f radeonsi: move si_set_sampler_views to si_descriptors.c by Marek Olšák · 10 years ago
  21. dd46841 radeonsi: move sampler descriptors from IB to memory by Marek Olšák · 10 years ago
  22. 2a7b57a radeonsi: implement ARB_draw_indirect by Marek Olšák · 11 years ago
  23. 887b69a radeonsi: don't add info->start to the index buffer offset by Marek Olšák · 10 years ago
  24. 09056b3 radeonsi: use an SGPR instead of VGT_INDX_OFFSET by Marek Olšák · 11 years ago
  25. a66d934 radeonsi: assume LLVM 3.4.2 is always present by Marek Olšák · 10 years ago
  26. 4ad6824 configure.ac: require LLVM 3.4.2 for radeon by Marek Olšák · 10 years ago
  27. 3a86ca5 st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0 by Marek Olšák · 10 years ago
  28. b0ff18b glsl: add a mechanism to allow #extension directives in the middle of shaders by Marek Olšák · 10 years ago
  29. 392c9f8 r600g: Implement GL_ARB_texture_gather by Glenn Kennard · 10 years ago
  30. 984a02b i965: Fix z_offset computation in intel_miptree_unmap_depthstencil() by Anuj Phogat · 10 years ago
  31. 5d9f5cd Revert "i965: Extend compute-to-mrf pass to understand blocks of MOVs" by Anuj Phogat · 10 years ago
  32. b656e3c i915: Fix up intelInitScreen2 for DRI3 by Adel Gadllah · 10 years ago
  33. 4ceb612 mesa: Fix regression introduced by commit "mesa: fix packing of float texels to GL_SHORT/GL_BYTE". by Pavel Popov · 10 years ago
  34. 3cfe6bc nv50: fix build failure on m68k due to invalid struct alignment assumptions by Thorsten Glaser · 11 years ago
  35. 74dfd86 clover: Call end_query before getting timestamp result v2 by Tom Stellard · 10 years ago
  36. 48deb4d glsl: handle a switch where default is in the middle of cases by Tapani Pälli · 10 years ago
  37. 9e47ed2 glsl: Make the tree rebalancer use vector_elements, not components(). by Kenneth Graunke · 10 years ago
  38. 7db7592 glsl: Guard against error_type in the tree rebalancer. by Kenneth Graunke · 10 years ago
  39. 9697f80 glsl: Make the tree rebalancer bail on matrix operands. by Kenneth Graunke · 10 years ago
  40. 99f8ea2 Revert "i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams." by Kenneth Graunke · 10 years ago
  41. 1661f75 ilo: add some missing formats by Chia-I Wu · 10 years ago
  42. 69cd3eb ilo: update and tailor the surface format table by Chia-I Wu · 10 years ago
  43. a2de656 i965: Don't copy propagate abs into Broadwell logic instructions. by Kenneth Graunke · 10 years ago
  44. cf1b5ee i965/fs: Use WE_all for gl_SampleID header register munging. by Kenneth Graunke · 10 years ago
  45. e5adc56 i965/fs: Set force_uncompressed and force_sechalf on samplepos setup. by Kenneth Graunke · 10 years ago
  46. 2eaf3f67 i965: Set execution size to 8 for instructions with force_sechalf set. by Kenneth Graunke · 10 years ago
  47. 4198711 nvc0: fix translate path for PRIM_RESTART_WITH_DRAW_ARRAYS by Christoph Bumiller · 12 years ago
  48. a284a0a nvc0: add support for indirect drawing by Christoph Bumiller · 12 years ago
  49. bbc4a7b nouveau: check if a fence has already been signalled by Ilia Mirkin · 10 years ago
  50. c11096c glsl: Don't declare variables in for-loop declaration. by Matt Turner · 10 years ago
  51. 58270c2 exec_list: Make various places use the new length() method. by Connor Abbott · 10 years ago
  52. 7b0f692 exec_list: Add a function to give the length of a list. by Connor Abbott · 10 years ago
  53. 28c4fd4 exec_list: Add a prepend function. by Connor Abbott · 10 years ago
  54. 9a723b9 mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_* queries outside compat profile by Ian Romanick · 10 years ago
  55. 7502866 mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profile by Ian Romanick · 10 years ago
  56. ee58c71 mesa: Handle uninitialized textures like other textures in get_tex_level_parameter_image by Ian Romanick · 10 years ago
  57. 83214ed i965/fs: Relax interference check in register coalescing. by Matt Turner · 10 years ago
  58. 1d97212 i965/fs: Perform CSE on sends-from-GRF rather than textures. by Matt Turner · 10 years ago
  59. 103716a glsl: Update expression types after rebalancing the tree. by Matt Turner · 10 years ago
  60. 7b962a4 glsl: Add callback_leave to ir_hierarchical_visitor. by Matt Turner · 10 years ago
  61. 76caaed i965: Initialize new chunks of realloc'd memory. by Matt Turner · 10 years ago
  62. 0d711e7 radeon/llvm: Fix LLVM diagnostic error reporting by Tom Stellard · 10 years ago
  63. 20b431f util/tgsi: Fix ureg_EMIT/ENDPRIM prototype. by José Fonseca · 10 years ago
  64. e945a19 glapi: Use GetProcAddress instead of dlsym on Windows. by Vinson Lee · 10 years ago
  65. c25fe88 ilo: raise texture size limits by Chia-I Wu · 10 years ago
  66. 81d7f33 ilo: move away from drm_intel_bo_alloc_tiled by Chia-I Wu · 10 years ago
  67. d859bdb radeonsi: partially revert "switch descriptors to i32 vectors" by Marek Olšák · 10 years ago
  68. 130c99c i965/vec4: Invalidate live intervals in opt_cse, not _local. by Matt Turner · 10 years ago
  69. aba15d9 i965/vec4: Move aeb list into opt_cse_local. by Matt Turner · 10 years ago
  70. 1ca6b5d i965/fs: Invalidate live intervals in opt_cse, not _local. by Matt Turner · 10 years ago
  71. bdbaa9a i965/fs: Move aeb list into opt_cse_local. by Matt Turner · 10 years ago
  72. 0f679f0 glsl: Fix aggregates with dynamic initializers. by Cody Northrop · 10 years ago
  73. 923f784 Avoid mesa_dri_drivers import lib being installed by Jon TURNEY · 11 years ago
  74. 5899a45 i965/vec4: Silence warnings about unhandled interpolation ops by Chris Forbes · 10 years ago
  75. 1e4068c docs: Mark off ARB_gpu_shader5 interpolation functions for i965 by Chris Forbes · 10 years ago
  76. 9c0bddf i965/fs: add support for ir_*_interpolate_at_* expressions by Chris Forbes · 11 years ago
  77. 5ed147c i965/fs: Skip channel expressions splitting for interpolation by Chris Forbes · 11 years ago
  78. 6e91f2d i965/fs: add generator support for pixel interpolator query by Chris Forbes · 11 years ago
  79. d732598 i965: add low-level support for send to pixel interpolator by Chris Forbes · 11 years ago
  80. 0b0572a i965/disasm: add support for pixel interpolator messages by Chris Forbes · 11 years ago
  81. 1b6163b i965: Add message descriptor bit definitions for pixel interpolator by Chris Forbes · 10 years ago
  82. f55e9a7 i965/disasm: Disassemble indirect sends more properly by Chris Forbes · 10 years ago
  83. 1854ead i965: Avoid crashing while dumping vec4 insn operands by Chris Forbes · 10 years ago
  84. 1499619 i965: Fix two broken asserts in brw_eu_emit by Chris Forbes · 10 years ago
  85. b45d417 glsl: add new interpolateAt* builtin functions by Chris Forbes · 11 years ago
  86. 1d5b066 glsl: add new expression types for interpolateAt* by Chris Forbes · 11 years ago
  87. 8b7a323 allow builtin functions to require parameters to be shader inputs by Chris Forbes · 11 years ago
  88. ee2a818 radeonsi: rename definitions of shader limits by Marek Olšák · 10 years ago
  89. 4f3f043 radeonsi: switch descriptors to i32 vectors by Marek Olšák · 10 years ago
  90. 877bb52 radeonsi: properly implement texture opcodes that take an offset by Marek Olšák · 10 years ago
  91. 04aa2bd radeonsi: fix texture fetches with derivatives for 1DArray and 3D textures by Marek Olšák · 10 years ago
  92. b279f014 radeonsi: fix samplerCubeShadow with bias by Marek Olšák · 10 years ago
  93. a11fff3 st/mesa: fix samplerCubeShadow with bias by Marek Olšák · 10 years ago
  94. 734e494 mesa: fix crash in st/mesa after deleting a VAO by Marek Olšák · 10 years ago
  95. f381c27 configure: Cygwin requires _XOPEN_SOURCE >= 700 to prototype strndup() by Jon TURNEY · 10 years ago
  96. da46b9d gallium/docs: minor clarification for TXQ instruction by Brian Paul · 10 years ago
  97. c45b9b5 softpipe: fix sp_get_dims() for PIPE_BUFFER by Brian Paul · 10 years ago
  98. faa6b0c glsl/glcpp: move macro declaration before code to fix MSVC build by Brian Paul · 10 years ago
  99. acaed8f nvc0/ir: add support for interpolating with non-default settings by Ilia Mirkin · 10 years ago
  100. 7c91615 gallium: add INTERP_* opcodes to support interpolateAt* by Ilia Mirkin · 10 years ago