1. d861c29 glsl/cs: Populate default values for ctx->Const.Program[MESA_SHADER_COMPUTE]. by Paul Berry · 11 years ago
  2. c61ec8d mesa/cs: Add a MESA_SHADER_COMPUTE stage and update switch statements. by Paul Berry · 11 years ago
  3. 28e526d glsl/cs: Change some linker loops to use MESA_SHADER_FRAGMENT as a bound. by Paul Berry · 11 years ago
  4. 79134cb mesa/cs: Add dispatch API stubs for ARB_compute_shader. by Paul Berry · 11 years ago
  5. b7d05a5 mesa/cs: Add extension enable flags for ARB_compute_shader. by Paul Berry · 11 years ago
  6. 4a7da3b gallivm: fix F2U opcode by Roland Scheidegger · 11 years ago
  7. 5c97596 tools/trace: Handle index buffer overflow gracefully. by José Fonseca · 11 years ago
  8. 16215a9 docs/GL3.txt: update r600 status by Dave Airlie · 11 years ago
  9. 79ea0f4 r600g: add support for geom shaders to r600/r700 chipsets (v2) by Dave Airlie · 11 years ago
  10. ccea799 r600g: enable GLSL 3.30 on evergreen GPUs by Dave Airlie · 11 years ago
  11. c6cfc54 r600g: properly propogate clip dist write value by Dave Airlie · 11 years ago
  12. b209afb r600g: calculate a better value for array_size (v2) by Dave Airlie · 11 years ago
  13. ce9e939 r600g: fix CAYMAN geometry shader support by Dave Airlie · 11 years ago
  14. 7ec5e88 r600g: fix up shader out misc stuff for copy shader by Dave Airlie · 11 years ago
  15. 7863611 r600g: port the layered surface rendering patch from radeonsi by Dave Airlie · 11 years ago
  16. f89394b r600g: initial VS output layer support by Dave Airlie · 11 years ago
  17. 5191937 r600g: setup const texture buffers for geom shaders by Dave Airlie · 11 years ago
  18. afce47f r600g: calculate correct cut value by Dave Airlie · 11 years ago
  19. 0d79d5d r600g: fix dynamic_input_array_index.shader_test by Dave Airlie · 11 years ago
  20. e12147e r600g: add support for indirect geom ring writes by Dave Airlie · 11 years ago
  21. cda63db r600g: write proper output prim type by Dave Airlie · 11 years ago
  22. 2b0be20 r600g: enable instance cnt register with new enough kernel by Dave Airlie · 11 years ago
  23. f4652ba r600g: add primitive input support for gs by Dave Airlie · 11 years ago
  24. b0e842b r600g: emit streamout from dma copy shader by Dave Airlie · 11 years ago
  25. 20adc74 r600g/gs: fix cases where number of gs inputs != number of gs outputs by Dave Airlie · 11 years ago
  26. defebc02 r600g: increase array base for exported parameters by Dave Airlie · 11 years ago
  27. d9954e4 r600g: initialise the geom shader loop registers. by Dave Airlie · 11 years ago
  28. 461c463 r600g: emit NOPs at end of shaders in more cases by Dave Airlie · 11 years ago
  29. c4782a5 r600g: don't enable SB for geom shaders by Dave Airlie · 11 years ago
  30. 5758a76 r600g/sb: add MEM_RING support by Dave Airlie · 11 years ago
  31. eeead9b r600g: don't fail if we can't map VS->GS ring entries by Dave Airlie · 11 years ago
  32. 1371d65 r600g: initial support for geometry shaders on evergreen (v2) by Vadim Girlin · 11 years ago
  33. 34ee1d0 r600g: add hw register definitions for GS block setup by Vadim Girlin · 11 years ago
  34. a144bc2 r600g: defer shader variant selection and depending state updates by Vadim Girlin · 11 years ago
  35. ae29a09 r600g/bc: add support for indexed memory writes. by Dave Airlie · 11 years ago
  36. 552aae7 r600g: move barrier and end_of_program bits from output to cf struct (v2) by Vadim Girlin · 11 years ago
  37. 29a43cb r600g: split streamout emit code into a separate function by Dave Airlie · 11 years ago
  38. 07075cf r600g,radeonsi: skip unnecessary buffer_is_busy call, add a comment by Marek Olšák · 11 years ago
  39. 08f0344 r600g,radeonsi: skip busy-checking for DISCARD_RANGE if it has been done already by Marek Olšák · 11 years ago
  40. 796e2fb r600g,radeonsi: treat DYNAMIC and STREAM usage as STAGING by Marek Olšák · 11 years ago
  41. 0354b76 gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS by Marek Olšák · 11 years ago
  42. 82c0914 mesa: remove stray bits of GL_EXT_cull_vertex by Brian Paul · 11 years ago
  43. 7f57408 glsl: Fix continue statements in do-while loops. by Paul Berry · 11 years ago
  44. 5679085 glsl: Make condition_to_hir() callable from outside ast_iteration_statement. by Paul Berry · 11 years ago
  45. 933be19 i965/blorp: do not use unnecessary hw-blending support by Topi Pohjolainen · 11 years ago
  46. c3c24c3 radeon/uvd: fix feedback buffer handling v2 by Christian König · 11 years ago
  47. adaa5a6 i965: Use brw_bo_map[_gtt]() in intel_miptree_map_raw(). by Kenneth Graunke · 11 years ago
  48. e396674 i965: Use brw_bo_map() in intel_texsubimage_tiled_memcpy(). by Kenneth Graunke · 11 years ago
  49. d613baf i965: Create drm_intel_bo_map wrappers with performance warnings. by Kenneth Graunke · 11 years ago
  50. 1b88607 freedreno: enabling binning and opt by default by Rob Clark · 11 years ago
  51. 554f1ac freedreno/a3xx/compiler: new compiler by Rob Clark · 11 years ago
  52. f0e2d7a freedreno/a3xx/compiler: split out old compiler by Rob Clark · 11 years ago
  53. a418573 freedreno/a3xx/compiler: prepare for new compiler by Rob Clark · 11 years ago
  54. f08d2b1 freedreno/a3xx: remove useless reg tracking in disasm-a3xx by Rob Clark · 11 years ago
  55. 1597788 docs: Add release notes for 10.0.3 by Carl Worth · 11 years ago
  56. fc3fcd1 draw: fix incorrect color of flat-shaded clipped lines by Brian Paul · 11 years ago
  57. 349b76a mesa: change GL_ALL_ATTRIB_BITS to 0xFFFFFFFF by Brian Paul · 11 years ago
  58. 307fd76 gallium/auxiliary/indices: replace free() with FREE() by Brian Paul · 11 years ago
  59. 97fdace svga: check shader size against max command buffer size by Brian Paul · 11 years ago
  60. 4686f61 svga: refactor some shader code by Brian Paul · 11 years ago
  61. 9bace99 gallivm: fix opcode and function nesting by Zack Rusin · 11 years ago
  62. 595bcf3 mesa: Drop unnecessary (void) ctx from VAO code. by Kenneth Graunke · 11 years ago
  63. 4323b92 mesa: Remove "APPLE" from some VAO error messages. by Kenneth Graunke · 11 years ago
  64. cf62e59 mesa: Update some comments relating to VAOs. by Kenneth Graunke · 11 years ago
  65. e1b1f2a mesa: Rename ElementArrayBufferObj to IndexBufferObj. by Kenneth Graunke · 11 years ago
  66. 0354e50 mesa: Rename _mesa_lookup_arrayobj to _mesa_lookup_vao. by Kenneth Graunke · 11 years ago
  67. de47fd2 mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao. by Kenneth Graunke · 11 years ago
  68. aac1415 mesa: Rename "struct gl_array_object" to gl_vertex_array_object. by Kenneth Graunke · 11 years ago
  69. 94e07c1 mesa: Rename "arrayObj" local variables to "vao". by Kenneth Graunke · 11 years ago
  70. 0dfe50f mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO. by Kenneth Graunke · 11 years ago
  71. 81144c0 meta: Silence several 'unused parameter' warnings by Ian Romanick · 11 years ago
  72. 2bf4db1 meta: Don't use fixed-function to decompress array textures by Ian Romanick · 11 years ago
  73. eb65d4b meta: Use NDC in decompress_texture_image by Ian Romanick · 11 years ago
  74. abfa65c meta: Consistenly use non-Apple VAO functions by Ian Romanick · 11 years ago
  75. 070f55d meta: Fallback to software for GetTexImage of compressed GL_TEXTURE_CUBE_MAP_ARRAY by Ian Romanick · 11 years ago
  76. fcb4983 meta: Release resources used by _mesa_meta_DrawPixels by Ian Romanick · 11 years ago
  77. 2d3f92e meta: Release resources used by decompress_texture_image by Ian Romanick · 11 years ago
  78. a722454 mesa: Use common _mesa_tex_target_to_index in tex param code by Ian Romanick · 11 years ago
  79. 35e7027 mesa: Make target_enum_to_index available outside texobj.c by Ian Romanick · 11 years ago
  80. 9451281 mesa: make several FBO functions static by Brian Paul · 11 years ago
  81. 3abd4f4 mesa: move glGenerateMipmap() code into new genmipmap.c file by Brian Paul · 11 years ago
  82. bfcb9bb mesa: move glBlitFramebuffer code into new blit.c file by Brian Paul · 11 years ago
  83. 20fedfd mesa: don't signal _NEW_TEXTURE in TexSubImage() functions by Brian Paul · 11 years ago
  84. c55e3e6 mesa: add some comments about mipmap generation by Brian Paul · 11 years ago
  85. e286b63 mesa: simplify comment in texstorage.c by Brian Paul · 11 years ago
  86. 8b3e383 mesa: formatting fixes, 78-column wrappings in dd.h by Brian Paul · 11 years ago
  87. deb9dd6 mesa: remove target param from ctx->Driver.TexParameter() by Brian Paul · 11 years ago
  88. c20b48c gallivm: add a few const qualifiers by Brian Paul · 11 years ago
  89. c6d9464 translate: reindent translate_sse.c by Brian Paul · 11 years ago
  90. 8689076 mesa: make _mesa_get_proxy_target() static by Brian Paul · 11 years ago
  91. 9eaed3e mesa: remove unused _mesa_select_tex_object() function by Brian Paul · 11 years ago
  92. d5df283 swrast: use _mesa_get_current_tex_object() in swrastSetTexBuffer2() by Brian Paul · 11 years ago
  93. ed72115 st/mesa: use _mesa_get_current_tex_object() in st_context_teximage() by Brian Paul · 11 years ago
  94. f09a126 mesa: use _mesa_get_current_tex_object() in GetTexLevelParameteriv() by Brian Paul · 11 years ago
  95. 8b4f6fa radeon: use _mesa_get_current_tex_object() in radeonSetTexBuffer2() by Brian Paul · 11 years ago
  96. 76c33e3 r200: use _mesa_get_current_tex_object() in r200SetTexBuffer2() by Brian Paul · 11 years ago
  97. 1cdeeef build: move ARCH_LIBS definition outside of ASM definition by Paul Seidler · 11 years ago
  98. c849ecc dri: Add a useful error message if someone's packages missed libudev deps. by Eric Anholt · 11 years ago
  99. 63546b8 dri: Also support the loader with libudev.so.0. by Eric Anholt · 11 years ago
  100. dc00ec1 freedreno: better manage our WFI's by Rob Clark · 11 years ago