1. 501591e svga: add missing PIPE_SHADER_CAP_MAX_HW_ATOMIC_COUNTER* cases by Brian Paul · 7 years ago
  2. cbfc92c svga: s/unsigned/enum tgsi_texture_type/ by Brian Paul · 7 years ago
  3. 824e808 svga: issue debug warning for unsupported two-sided stencil state by Brian Paul · 7 years ago
  4. 2a06423 gallium: add CAPs to support HW atomic counters. (v3) by Dave Airlie · 7 years ago
  5. c50743f gallium: remove unused and deprecated u_time.h by Nicolai Hähnle · 7 years ago
  6. 222a2fb util: move os_time.[ch] to src/util by Nicolai Hähnle · 7 years ago
  7. 24d6318 gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET by Marek Olšák · 7 years ago
  8. 6594213 svga: Use __asm__ instead of asm by Dylan Baker · 7 years ago
  9. d3fdd66 gallium: add cap for driver specified max combined shader resources. by Dave Airlie · 7 years ago
  10. b058206 svga: format the version string like the rest of mesa by Eric Engestrom · 7 years ago
  11. 4542a63 svga: fix format_conversion_table breakage by Brian Paul · 7 years ago
  12. ac0051a gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4. by Eric Anholt · 7 years ago
  13. ef874ee gallium: Add support for 5551 with the 1-bit field in the low bit. by Eric Anholt · 7 years ago
  14. 41b8515 gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS by Marek Olšák · 7 years ago
  15. 980fe46 svga: wrap long comments in svga_tgsi_vgpu10.c by Brian Paul · 7 years ago
  16. 362fb05 svga: tweak pre-VGPU10 rasterization offsets by Brian Paul · 7 years ago
  17. 3e39abf svga: if we get nr_samples==1, store nr_samples=0 by Brian Paul · 7 years ago
  18. 3c71c42 svga: emit sampler constants only if sampler view exists by Charmaine Lee · 7 years ago
  19. b7c08e5 svga: fix incorrect case in svga_typeless_format() by Brian Paul · 7 years ago
  20. cbe72ae svga: add typeless switch cases in svga_typeless_format() by Brian Paul · 7 years ago
  21. 9a7d42b svga: Allow sRGB format with PIPE_BIND_DISPLAY_TARGET binding flag on vgpu10. by Neha Bhende · 7 years ago
  22. 85a3e1c gallium: add PIPE_FORMAT_R10G10B10X2_UNORM by Nicolai Hähnle · 7 years ago
  23. cad959d gallium: add LDEXP TGSI instruction and corresponding cap by Nicolai Hähnle · 7 years ago
  24. 4d5497d svga: add missing PIPE_SHADER_CAP_INT64_ATOMICS switch cases by Brian Paul · 7 years ago
  25. e8d09f8 svga: trivial whitespace clean-ups in svga_screen.c by Brian Paul · 7 years ago
  26. 652bc4b svga: start advertising PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION by Neha Bhende · 7 years ago
  27. 8822ea1 svga: silence unused var warning in optimized build with MAYBE_UNUSED by Brian Paul · 7 years ago
  28. 7d48219 scons: use python3-compatible print() by Eric Engestrom · 7 years ago
  29. 9c87150 gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS by Jan Vesely · 7 years ago
  30. 7b2c554 gallium: Add PIPE_SHADER_CAP_FP16 by Jan Vesely · 7 years ago
  31. 3f6b3d9 gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE by Nicolai Hähnle · 7 years ago
  32. c96e45e gallium: introduce PIPE_CAP_LOAD_CONSTBUF by Timothy Arceri · 7 years ago
  33. 57d9222 svga: abort shader translation upon indirect indexing of temporaries by Charmaine Lee · 7 years ago
  34. c12ef63 svga: move index buffer bind flag assertion by Charmaine Lee · 7 years ago
  35. 98badd7 svga: avoid emitting redundant SetShaderResources and SetVertexBuffers by Charmaine Lee · 7 years ago
  36. 5610911 svga: include sample count in surface_size() computation by Brian Paul · 7 years ago
  37. 497506a gallium: remove TGSI opcode SCS by Marek Olšák · 7 years ago
  38. cdaaf66 gallium: remove TGSI opcode BREAKC by Marek Olšák · 7 years ago
  39. 985e6b5 gallium: remove TGSI opcode XPD by Marek Olšák · 7 years ago
  40. 3e2ff8f gallium: remove TGSI opcode DPH by Marek Olšák · 7 years ago
  41. 86e6f7a gallium: remove TGSI opcode DP2A by Marek Olšák · 7 years ago
  42. 4d2b21a svga: replace gotos with conditionals in array drawing code by Brian Paul · 7 years ago
  43. 196a0b2 svga: whitespace clean-up in svga_draw_private.h by Brian Paul · 7 years ago
  44. 4e4042d gallium: introduce PIPE_CAP_MEMOBJ by Timothy Arceri · 7 years ago
  45. a677799 gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap by Nicolai Hähnle · 7 years ago
  46. 01f1598 gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF by Nicolai Hähnle · 7 years ago
  47. 91735e2d svga: implement MSAA alpha_to_one feature by Brian Paul · 7 years ago
  48. 71d3b69 svga: rework the FS white fragments code by Brian Paul · 7 years ago
  49. 1820ef6 svga: Limit number of immediates in shader by Neha Bhende · 7 years ago
  50. 83ca6b9 svga: fix constant indices for texcoord scale factors and texture buffer size by Charmaine Lee · 7 years ago
  51. acfb158 svga: fix unnormalized->normalized texture coordinate conversion by Neha Bhende · 7 years ago
  52. dc62ddf svga: only support 4x, 8x, 16x msaa by Brian Paul · 7 years ago
  53. 56a6e89 drivers/svga: Connect driver-side fence_* functions by Sinclair Yeh · 7 years ago
  54. 4da543e winsys/svga/drm: Create winsys interface for Fence FD by Sinclair Yeh · 7 years ago
  55. 65175df drivers/svga, winsys/svga/drm: Thread through timeout for fence_finish by Sinclair Yeh · 7 years ago
  56. 9ee86d6 svga: whitespace clean-up in svga_winsys.h by Brian Paul · 7 years ago
  57. 6f4923b svga: add some const qualifiers by Brian Paul · 7 years ago
  58. 589f546 svga: add comment about 'extra' constant locations by Brian Paul · 7 years ago
  59. 5e5f251 svga: whitespace, formatting fixes in svga_swtnl_backend.c by Brian Paul · 7 years ago
  60. f2b59f6 svga: whitespace, formatting fixes in svga_swtnl_draw.c by Brian Paul · 7 years ago
  61. 183d419 svga: whitespace, formatting fixes in svga_swtnl_state.c by Brian Paul · 7 years ago
  62. f62bc96 svga: move comment, declaration in svga_init_shader_key_common() by Brian Paul · 7 years ago
  63. f7e78ab svga: fix texture swizzle writemasking by Brian Paul · 7 years ago
  64. bf7a4f4 svga: s/unsigned/enum tgsi_texture_type/ by Brian Paul · 7 years ago
  65. 1d82674 svga: s/unsigned/enum tgsi_swizzle by Brian Paul · 7 years ago
  66. 3effacf svga: s/unsigned/enum tgsi_interpolate_mode/ by Brian Paul · 7 years ago
  67. 9330112 svga: s/unsigned/enum tgsi_file_type/ by Brian Paul · 7 years ago
  68. 1b5e88b svga: s/unsigned/enum tgsi_semantic/ by Brian Paul · 7 years ago
  69. 3b28eaa svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE value by Brian Paul · 7 years ago
  70. f8f71cb svga: fix breakage in create_backed_surface_view() by Brian Paul · 7 years ago
  71. 5b8d33a svga: adjust line subpixel position for HWv8 by Brian Paul · 7 years ago
  72. b7ee56b Android: generate symlinks for all enabled gallium drivers by Mauro Rossi · 7 years ago
  73. 6158c0b svga: don't call svga_texture_device_format_has_alpha() for PIPE_BUFFER by Brian Paul · 7 years ago
  74. e6d1cc3 svga: fix texture buffer object regression by Brian Paul · 7 years ago
  75. 6b4bf7e svga: move assertion in draw_vgpu10() by Brian Paul · 7 years ago
  76. 9bd047a svga: fix buffer binding flags initialization by Brian Paul · 7 years ago
  77. f215f42 svga: add texture size/levels sanity check code in svga_texture_create() by Brian Paul · 7 years ago
  78. 0782350 svga: update a few surface format names by Brian Paul · 7 years ago
  79. d3cbe8c svga: whitespace fixes in svga_resource_buffer_upload.c by Brian Paul · 7 years ago
  80. 5e5d5f1 svga: add mksstats for surface view emulation by Charmaine Lee · 7 years ago
  81. 4f3974d svga: change error handling convention for svga_set_stream_output() by Brian Paul · 7 years ago
  82. adead35 svga: fixed surface size to include array size by Charmaine Lee · 7 years ago
  83. 31fe1d1 svga: loop over box.depth for ReadBack_image on each slice by Neha Bhende · 8 years ago
  84. 203d884 svga: add mksstats for context creation by Charmaine Lee · 8 years ago
  85. dbb5d2a svga: re-validate sampler view at draw time if needed by Charmaine Lee · 7 years ago
  86. a3d98ca Android: use symlinks for driver loading by Rob Herring · 7 years ago
  87. b2e78e7 svga: clean up format_cap_table by Charmaine Lee · 7 years ago
  88. 122ca27 svga: fix the default devcap for SVGA3D_Z_D24S8_INT by Charmaine Lee · 7 years ago
  89. eea6223 svga: create buffer surfaces for incompatible bind flags by Charmaine Lee · 8 years ago
  90. 7abfb0b svga: do not unconditionally enable streamout bind flag by Charmaine Lee · 8 years ago
  91. b549f5e svga: pass tobind_flags to svga_buffer_handle by Charmaine Lee · 7 years ago
  92. 4a79b50 svga: pass bind_flags to surface create functions by Charmaine Lee · 8 years ago
  93. 9e57a2c svga: minor whitespace fixes in svga_pipe_vertex.c by Brian Paul · 7 years ago
  94. 041f8ae svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL) by Brian Paul · 7 years ago
  95. 3fbdab8 svga: fix pre-mature flushing of the command buffer by Charmaine Lee · 7 years ago
  96. e3f5b8a svga: add new num-failed-allocations HUD query by Brian Paul · 7 years ago
  97. d6cb912 svga: add a few minor comments by Brian Paul · 7 years ago
  98. 005c978 svga: add some missing SVGA_STATS_* enum values, prefix strings by Brian Paul · 7 years ago
  99. 9d81ab7 svga: Relax the format checks for copy_region_vgpu10 somewhat by Thomas Hellstrom · 7 years ago
  100. a37eede svga: Fix incorrect format conversion blit destination by Thomas Hellstrom · 7 years ago