1. 55a9b77 radeonsi: statically declare resource and sampler arrays by Marek Olšák · 10 years ago
  2. e827bb6 radeonsi: remove conversion of DX9 FACE input to GL by Marek Olšák · 10 years ago
  3. a18f803 radeonsi: revert hack for random failures in glsl-max-varyings by Marek Olšák · 10 years ago
  4. b9b0973 radeonsi: generate shader pm4 states right after shader compilation by Marek Olšák · 10 years ago
  5. c94af8f radeonsi: make pm4 state generation for shaders independent of the context by Marek Olšák · 10 years ago
  6. 139bde0 radeonsi: inline si_pm4_alloc_state by Marek Olšák · 10 years ago
  7. 22c5886 r300g: replace r300_get_num_samples with a util variant by Marek Olšák · 10 years ago
  8. 013850a glsl_to_tgsi: use _mesa_copy_linked_program_data by Marek Olšák · 10 years ago
  9. 9ec305e glsl_to_tgsi: fix the value of gl_FrontFacing with native integers by Marek Olšák · 10 years ago
  10. e8764a4 st/mesa: add ST_DEBUG=wf option which enables wireframe rendering by Marek Olšák · 10 years ago
  11. 5f5b83c gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa by Marek Olšák · 10 years ago
  12. ef280c9 vc4: Fix SRC_ALPHA_SATURATE blending. by Eric Anholt · 10 years ago
  13. cc29802 vc4: Fix stencil writemask handling. by Eric Anholt · 10 years ago
  14. 48f6351 vc4: Don't look at back stencil state unless two-sided stencil is enabled. by Eric Anholt · 10 years ago
  15. 4f17e02 freedreno/ir3: add debug flag to disable cp by Rob Clark · 10 years ago
  16. f0ca267 freedreno: positions come out as integers, not half-integers by Ilia Mirkin · 10 years ago
  17. 3fcb021 freedreno/a3xx: disable early-z when we have kill's by Rob Clark · 10 years ago
  18. 8a0ffed freedreno/ir3: fix potential gpu lockup with kill by Rob Clark · 10 years ago
  19. ab33a24 freedreno/ir3: comment + better fxn name by Rob Clark · 10 years ago
  20. 94bb336 freedreno/a3xx: only emit dirty consts by Rob Clark · 10 years ago
  21. 74069e3 freedreno/a3xx: more layer/level fixes by Rob Clark · 10 years ago
  22. aafbd89 mesa: fix 'feeedback' typo in comment by Brian Paul · 10 years ago
  23. 4676c6c mesa: fix 'misalgned' typos in error messages by Brian Paul · 10 years ago
  24. 14379a0 glsl: fix several use-after-free bugs by Brian Paul · 10 years ago
  25. 953a0af mesa: validate sampler uniforms during gluniform calls by Tapani Pälli · 10 years ago
  26. 01d9419 clover: Don't return CL_INVALID_VALUE if there is no header. by EdB · 10 years ago
  27. aa93af8 clover: Add allow_empty_tag. by EdB · 10 years ago
  28. 611d66f clover: Add initial implementation of clCompileProgram for CL 1.2. by EdB · 10 years ago
  29. fead2b0 clover: Add a simple compat::pair. by EdB · 10 years ago
  30. 5583459 clover/util: Allow using key_equals with pair-like objects other than std::pair. by Francisco Jerez · 10 years ago
  31. e987fd5 clover/util: Define equality operators for a couple of compat classes. by Francisco Jerez · 10 years ago
  32. 1441a3c clover/util: Fix construction of compat::vector with a general container as argument. by Francisco Jerez · 10 years ago
  33. 73dd50a glsl: implement switch flow control using a loop by Tapani Pälli · 10 years ago
  34. 6212d24 vc4: Translate 4-byte index buffers to 2 bytes. by Eric Anholt · 10 years ago
  35. 572fba9 vc4: Add support for rebasing texture levels so firstlevel == 0. by Eric Anholt · 10 years ago
  36. 15eb4c5 vc4: Apply a Newton-Raphson step to improve RSQ by Eric Anholt · 10 years ago
  37. 1fc124b vc4: Apply a Newton-Raphson step to improve RCP. by Eric Anholt · 10 years ago
  38. 0fdc511 vc4: Add a little bit more packet parsing to make dump reading easier. by Eric Anholt · 10 years ago
  39. 81041c4 meta/msaa-blit: consider weird sample count case unreachable by Chris Forbes · 10 years ago
  40. 4656c14 i965/fs: Change the type of booleans to UD and emit correct immediates by Jason Ekstrand · 10 years ago
  41. ffe582a i965/fs: Don't pass ir_variable * to emit_sampleid_setup(). by Kenneth Graunke · 10 years ago
  42. 9ebfb30 vc4: Make some assertions about how many flushes/EOFs the simulator sees. by Eric Anholt · 10 years ago
  43. 1f70484 vc4: Fix accidental dropping of the low bits of the store tilebuffer packet. by Eric Anholt · 10 years ago
  44. afc3aa3 vc4: Set the primitive list format at the start of rendering. by Eric Anholt · 10 years ago
  45. 895c904 vc4: Replace the FLUSH_ALL with FLUSH. by Eric Anholt · 10 years ago
  46. 000976e vc4: Add some comments about state management. by Eric Anholt · 10 years ago
  47. 135287d vc4: Make sure there's exactly 1 tile store per tile coords packet. by Eric Anholt · 10 years ago
  48. c4db733 winsys/radeon: Use a single buffer cache manager again by Michel Dänzer · 10 years ago
  49. e1d363b clover: Add environment variables for dumping kernel code v2 by Tom Stellard · 10 years ago
  50. 76136c2 clover: Register an llvm diagnostic handler v3 by Tom Stellard · 10 years ago
  51. 8e7df51 clover: Add support for compiling to native object code v3 by Tom Stellard · 10 years ago
  52. 8b7cc90 gallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_ir by Tom Stellard · 10 years ago
  53. dc39b32 clover: Factor kernel argument parsing into its own function v2 by Tom Stellard · 10 years ago
  54. 833d698 st/mesa: use pipe_sampler_view_release for releasing sampler views by Marek Olšák · 10 years ago
  55. 63c6509 mesa: Drop the "target" parameter from NewBufferObject(). by Kenneth Graunke · 10 years ago
  56. af31f93 glsl: Update and fix typos in README. by Andres Gomez · 10 years ago
  57. 2883aff i965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible ABO is respecified by Chris Forbes · 10 years ago
  58. 7bd6dfe mesa: Mark buffer objects that are used as atomic counter buffers by Chris Forbes · 10 years ago
  59. f1261db i965/disasm: Add missing message type for Gen7 DP untyped surface read by Chris Forbes · 10 years ago
  60. 0dc5660 i965: Correctly use ABO count to trigger flagging of new surfaces. by Chris Forbes · 10 years ago
  61. 25189c7 i965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFER by Chris Forbes · 10 years ago
  62. 1655f6f i965: Dirty state in BO reallocation based on usage history by Chris Forbes · 10 years ago
  63. c442745 i965: Have mesa flag BRW_NEW_TEXTURE_BUFFER when a TexBO binding changes by Chris Forbes · 10 years ago
  64. be5df28 i965: Add new dirty flag for new TexBOs. by Chris Forbes · 10 years ago
  65. 8db38ba mesa: Mark buffer objects that are used as TexBOs by Chris Forbes · 10 years ago
  66. fe3133f mesa: Mark buffer objects which are bound as UBOs by Chris Forbes · 10 years ago
  67. 3d98946 mesa: Add usage history bitfield to buffer objects by Chris Forbes · 10 years ago
  68. 79d09a4 vc4: correctly include the source files by Emil Velikov · 10 years ago
  69. 70fa53b i965/fs: don't make a fake ir_texture in the Mesa IR frontend by Connor Abbott · 10 years ago
  70. b17f571 i965/fs: Refactor the texture emission logic into a single function. by Kenneth Graunke · 10 years ago
  71. 9e95d8e i965/fs: Make gather_channel() not use ir_texture. by Connor Abbott · 10 years ago
  72. 12d9a8c i965/fs: Make swizzle_result() not use ir_texture. by Connor Abbott · 10 years ago
  73. cf94dfd i965/fs: fix integer textures with swizzles by Connor Abbott · 10 years ago
  74. 7c8f0b7 i965/fs: don't pass in ir_texture to emit_texture_* by Connor Abbott · 10 years ago
  75. 4bffcb7 i965/fs: don't use ir->type in emit_texture_gen4() by Connor Abbott · 10 years ago
  76. eaadc43 i965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_texture_*. by Connor Abbott · 10 years ago
  77. cbde540 i965/fs: Don't use ir->coordinate in emit_texture_*. by Connor Abbott · 10 years ago
  78. a8905e8 i965/fs: make rescale_texcoord() not use ir_texture. by Connor Abbott · 10 years ago
  79. e599837 i965/fs: Make emit_mcs_fetch() not use ir_texture. by Connor Abbott · 10 years ago
  80. 4653735 i965/fs: Rename "length" to "components" in emit_mcs_fetch(). by Kenneth Graunke · 10 years ago
  81. fa212c6 i965: Make brw_texture_offset() not use ir_texture. by Connor Abbott · 10 years ago
  82. a71455b i965/fs: don't use ir->offset in emit_texture_gen5. by Connor Abbott · 10 years ago
  83. 1f76fcf i965/fs: Move texel offset handling to visit(ir_texture *). by Kenneth Graunke · 10 years ago
  84. cee2027 i965: Drop ir->op != ir_txf condition in offset checking. by Kenneth Graunke · 10 years ago
  85. a2c3cfb i965: Restore a lost comment about TXF offset bugs. by Kenneth Graunke · 10 years ago
  86. 652b8fb freedreno/ir3: large const support by Rob Clark · 10 years ago
  87. e71a3f8 freedreno: update generated headers by Rob Clark · 10 years ago
  88. dd332fe freedreno: fix layer_stride by Rob Clark · 10 years ago
  89. 8233b36 freedreno: inline fd_draw_emit() by Rob Clark · 10 years ago
  90. 368466b freedreno/ir3: optimize shader key comparision by Rob Clark · 10 years ago
  91. d595987 freedreno/a3xx: refactor/optimize emit by Rob Clark · 10 years ago
  92. d5d80b3 freedreno/a3xx: refactor vertex state emit by Rob Clark · 10 years ago
  93. 57de9bb vc4: Fix the uniform debug output. by Eric Anholt · 10 years ago
  94. 201d4c0 vc4: Add support for user clip plane and gl_ClipVertex. by Eric Anholt · 10 years ago
  95. 6a0bf67 vc4: Move the output semantics setup to a helper. by Eric Anholt · 10 years ago
  96. 39a5a60 i965: Allow CSE on Gen4-5 unary math. by Kenneth Graunke · 10 years ago
  97. 159f93c r600g,radeonsi: Only set use_staging_texture = TRUE once by Michel Dänzer · 10 years ago
  98. 87da286 r600g,radeonsi: Use staging texture for transfers if any miplevel is tiled by Michel Dänzer · 10 years ago
  99. 3ede67a winsys/radeon: Use separate caching buffer manager for each set of flags by Michel Dänzer · 10 years ago
  100. 657764c configure.ac: check for libexpat when no pkg-config is available by Andres Gomez · 10 years ago