1. 8cf795d glsl: move block validation outside function that validates members by Timothy Arceri · 9 years ago
  2. 6498037 glsl: move ast layout qualifier handling code into its own function by Timothy Arceri · 9 years ago
  3. 5b596f3 i965: Add INTEL_DEBUG=shader_time support for tessellation shaders. by Kenneth Graunke · 9 years ago
  4. df87cb8 i965: Add INTEL_DEBUG=tcs,tes and hs,ds flags for tessellation shaders. by Kenneth Graunke · 9 years ago
  5. e9b0fa4 i965: Add more MAX_*_URB_ENTRY_SIZE_BYTES #defines. by Kenneth Graunke · 9 years ago
  6. 874a1ed i965: Add missing stdio.h include to brw_compiler.h. by Kenneth Graunke · 9 years ago
  7. 4518eea egl: make it clear which platform x11 backend is being used (dri2 or 3) by Martin Peres · 9 years ago
  8. fcdc798 egl/x11_dri3: Implement EGL_KHR_image_pixmap by Boyan Ding · 9 years ago
  9. bd6131a loader/dri3: Expose function to create __DRIimage from pixmap by Boyan Ding · 9 years ago
  10. f35198b egl/x11: Implement dri3 support with loader's dri3 helper by Boyan Ding · 9 years ago
  11. a25df54 egl_dri2: Add a function to let platform code return dri drawable from _EGLSurface by Boyan Ding · 9 years ago
  12. fdacbc4 glx/dri3: Convert to use dri3 helper in loader library by Boyan Ding · 9 years ago
  13. 6bd9ba7 loader: Add dri3 helper by Boyan Ding · 9 years ago
  14. 252b143 i965: Return the correct value type from brw_compile_gs() by Eduardo Lima Mitev · 9 years ago
  15. dfa60e7 glsl: copy each field's precision information in glsl_types's structure constructor by Samuel Iglesias Gonsálvez · 9 years ago
  16. 688b58c glsl: copy each field's precision information from the old gl_PerVertex interface block by Samuel Iglesias Gonsálvez · 9 years ago
  17. cfe32cf glsl: copy each field's precision information when generating varying variables by Samuel Iglesias Gonsálvez · 9 years ago
  18. 91eefe8 glsl: initialize data.precision value in ir_variable constructor by Samuel Iglesias Gonsálvez · 9 years ago
  19. 58954e4 glsl/nir: initialize precision field in glsl_struct_field constructor by Samuel Iglesias Gonsálvez · 9 years ago
  20. a96afac nir: reduce memory footprint of glsl_struct_field's precision by Samuel Iglesias Gonsálvez · 9 years ago
  21. f4f30ad mesa: do runtime validation of precision varyings only on ES by Tapani Pälli · 9 years ago
  22. 023fd58 glsl: initialize precision when adding per vertex record fields by Tapani Pälli · 9 years ago
  23. 292df19 i965: Set MaxCombinedUniformBlocks properly. by Kenneth Graunke · 9 years ago
  24. 5ee5dfd i965: Clean up context constant initialization code. by Kenneth Graunke · 9 years ago
  25. 44d6c0c i965: Convert scalar_* flags to a scalar_stage array. by Kenneth Graunke · 9 years ago
  26. a2611ff r200: fix bgrx8/xrgb8 blits by Roland Scheidegger · 9 years ago
  27. 983614d radeon: fix bgrx8/xrgb8 blits by Roland Scheidegger · 9 years ago
  28. c40a88b meta/generate_mipmap: Only modify the draw framebuffer binding in fallback_required by Ian Romanick · 9 years ago
  29. d564b5b nir/glsl: Fix copy-n-paste mistakes from commit 213f864. by Matt Turner · 9 years ago
  30. 00f554a radeonsi: enable optimal raster config setting for fiji (v2) by Alex Deucher · 9 years ago
  31. 5b37d8b radeonsi: use proper GRBM_GFX_INDEX offset for CI+ by Alex Deucher · 9 years ago
  32. 2ca018c docs: Add 16x MSAA on i965 to the release notes by Neil Roberts · 9 years ago
  33. 1780a56 nv50: add missing header into the sources list by Emil Velikov · 9 years ago
  34. 40c2ace nir/glsl_to_nir: use _mesa_fls() to compute num_textures by Juan A. Suarez Romero · 9 years ago
  35. 3f34afa nir/copy_propagate: do not copy-propagate MOV srcs with source modifiers by Iago Toral Quiroga · 9 years ago
  36. ff17b3c nv50,nvc0: disable render condition around clear_* functions by Ilia Mirkin · 9 years ago
  37. d2f089b i965: Introduce a MOV_INDIRECT opcode. by Kenneth Graunke · 9 years ago
  38. 848fa31 nv50: add support for performance metrics on G84+ by Samuel Pitoiset · 9 years ago
  39. 6a9c151 nv50: add compute-related MP perf counters on G84+ by Samuel Pitoiset · 9 years ago
  40. ff72440 nv50: implement a basic compute support by Samuel Pitoiset · 9 years ago
  41. 7167a05 nv50: free interpolation parameters in nv50_program_destroy() by Samuel Pitoiset · 9 years ago
  42. 69271bb nvc0: reduce the number of GPR used when reading MP perf counters by Samuel Pitoiset · 9 years ago
  43. f94e1d9 nouveau: don't expose HEVC decoding support by Ilia Mirkin · 9 years ago
  44. 3a0fef0 nir: Silence GCC maybe-uninitialized warnings. by Vinson Lee · 9 years ago
  45. 5480bbd i965: Add a SHADER_OPCODE_URB_READ_SIMD8_PER_SLOT opcode. by Kenneth Graunke · 9 years ago
  46. 511de1a glsl: Allow implicit int -> uint conversions for the % operator. by Kenneth Graunke · 9 years ago
  47. a4ba476 i965: Print input/output VUE maps on INTEL_DEBUG=vs, gs. by Kenneth Graunke · 9 years ago
  48. f88c175 i965: Make convert_attr_sources_to_hw_regs handle stride == 0. by Kenneth Graunke · 9 years ago
  49. 26f9469 nir: Add helpers for getting input/output intrinsic sources. by Kenneth Graunke · 9 years ago
  50. d12bde0 nir: Don't lower TCS outputs to temporaries. by Kenneth Graunke · 9 years ago
  51. 134728f nir: Allow outputs reads and add the relevant intrinsics. by Kenneth Graunke · 9 years ago
  52. c51d7d5 nir/lower_io: Introduce nir_store_per_vertex_output intrinsics. by Kenneth Graunke · 9 years ago
  53. 0df452c nir/lower_io: Use load_per_vertex_input intrinsics for TCS and TES. by Kenneth Graunke · 9 years ago
  54. 1cb49ee i965: Silence unused parameter warnings in get_buffer_rect by Ian Romanick · 9 years ago
  55. 758f12f meta/generate_mipmap: Don't leak the sampler object by Ian Romanick · 9 years ago
  56. 7a879e4 i965: Remove unneeded #includes. by Matt Turner · 9 years ago
  57. 386759b i965: Silence warning. by Matt Turner · 9 years ago
  58. 8b145d6 i965: Don't write beyond allocated memory. by Juha-Pekka Heikkila · 9 years ago
  59. 0eb3db1 i965: Use BRW_MRF_COMPR4 macro in more places. by Matt Turner · 9 years ago
  60. 49b3215 i965: Combine register file field. by Matt Turner · 9 years ago
  61. b3315a6 i965: Replace HW_REG with ARF/FIXED_GRF. by Matt Turner · 9 years ago
  62. 4b0fbeb i965/fs: Set stride correctly for immediates in fs_reg(brw_reg). by Matt Turner · 9 years ago
  63. b99e1fd i965/fs: Handle type-V immediates in brw_reg_from_fs_reg(). by Matt Turner · 9 years ago
  64. b163aa0 i965: Rename GRF to VGRF. by Matt Turner · 9 years ago
  65. 5a23b31 i965: Move BAD_FILE from the beginning of enum register_file. by Matt Turner · 9 years ago
  66. dba309f i965: Initialize registers. by Matt Turner · 9 years ago
  67. 7638e75 i965: Use brw_reg's nr field to store register number. by Matt Turner · 9 years ago
  68. 3048053 i965: Unwrap some lines. by Matt Turner · 9 years ago
  69. 58fa9d4 i965/vec4: Remove swizzle/writemask fields from src/dst_reg. by Matt Turner · 9 years ago
  70. 94b1031 i965: Remove fixed_hw_reg field from backend_reg. by Matt Turner · 9 years ago
  71. 1392e45 i965: Use immediate storage in inherited brw_reg. by Matt Turner · 9 years ago
  72. d74dd70 i965: Add and use enum brw_reg_file. by Matt Turner · 9 years ago
  73. 977df90 i965: Reorganize brw_reg fields. by Matt Turner · 9 years ago
  74. e42fb0c i965: Make 'dw1' and 'bits' unnamed structures in brw_reg. by Matt Turner · 9 years ago
  75. 182f137 i965: Delete type field from backend_reg. by Matt Turner · 9 years ago
  76. 433df2e i965: Delete abs/negate fields from backend_reg. by Matt Turner · 9 years ago
  77. c7ed5d1 i965: Make backend_reg inherit from brw_reg. by Matt Turner · 9 years ago
  78. 88f349c i965/fs: Replace nested ternary with if ladder. by Matt Turner · 9 years ago
  79. 3694d58 radeonsi: remove dead code after ES-GS linkage change by Marek Olšák · 9 years ago
  80. d79a344 radeonsi: link ES-GS just like LS-HS by Marek Olšák · 9 years ago
  81. b1c5f3f radeonsi: calculate optimal GS ring sizes to fix GS hangs on Tonga by Marek Olšák · 9 years ago
  82. 2f5d911 radeonsi: rename si_update_gs_rings by Marek Olšák · 9 years ago
  83. 4acd856 radeonsi: calculate ESGS_RING_ITEMSIZE in create_shader by Marek Olšák · 9 years ago
  84. a0cf589 radeonsi: move maximum gs stream calculation into create_shader by Marek Olšák · 9 years ago
  85. 3ab0c49 radeonsi: clean up small duplication in si_shader_gs by Marek Olšák · 9 years ago
  86. eb0d3e8 gallium/radeon: shorten render_cond variable names by Marek Olšák · 9 years ago
  87. 70c40cc gallium/radeon: remove predicate_drawing flag by Marek Olšák · 9 years ago
  88. 12596cf gallium/radeon: atomize render condition (SET_PREDICATION) by Marek Olšák · 9 years ago
  89. 3521907 gallium/radeon: simplify restoring render condition after flush by Marek Olšák · 9 years ago
  90. 600e212 gallium/radeon: don't use PREDICATION_OP_CLEAR by Marek Olšák · 9 years ago
  91. 6eff541 gallium/radeon: simplify disabling render condition for u_blitter by Marek Olšák · 9 years ago
  92. 8dd1ee6 r600g: don't set predication on non-draw packets by Marek Olšák · 9 years ago
  93. 6cc8f6c gallium/radeon: inline the r600_rings structure by Marek Olšák · 9 years ago
  94. 3d963ab radeonsi: prevent recursion in si_context_gfx_flush by Marek Olšák · 9 years ago
  95. 8569f9a gallium/radeon: remove the IB flushing flag by Marek Olšák · 9 years ago
  96. 81d412e gallium/radeon: move GFX/DMA flushing from add_to_buffer_list to need_cs_space by Marek Olšák · 9 years ago
  97. c6012a6 radeonsi: rename cache flushing flags once more by Marek Olšák · 9 years ago
  98. 10130cc radeonsi: set the DISABLE_WR_CONFIRM flag on CI-VI as well by Marek Olšák · 9 years ago
  99. 40912dd radeonsi: initialize SX_PS_DOWNCONVERT to 0 on Stoney by Marek Olšák · 9 years ago
  100. f775710 radeonsi: add glClearBufferSubData acceleration by Marek Olšák · 9 years ago