1. 601bfb5 python: Fix up state tracker for sw api. by José Fonseca · 14 years ago
  2. 5235c5a Revert "r300-gallium: Skeleton for integrating into the python statetracker." by José Fonseca · 14 years ago
  3. 80f86d2 st/wgl: add missing paramter by Keith Whitwell · 14 years ago
  4. 7ce6b31 trace: include tr_public.h by Keith Whitwell · 14 years ago
  5. 3e38dbe gallium: plumb winsys-drawable-handle through to state tracker by Keith Whitwell · 14 years ago
  6. 155fbcb Merge commit 'origin/master' into gallium-sw-api-2 by Keith Whitwell · 14 years ago
  7. eeaa086 llvmpipe: Cope with null Vertex element cso. by José Fonseca · 14 years ago
  8. ed7f73e nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZED by Ben Skeggs · 14 years ago
  9. 1390629 nv50: inline nv50_state_flush_notify() by Ben Skeggs · 14 years ago
  10. 7b7fcb0 nv50: remove nv50_context.state.instbuf by Ben Skeggs · 14 years ago
  11. 9b233ce nv50: remove unnecessary macro by Ben Skeggs · 14 years ago
  12. 3f93fa6 nv50: move nv50_prim() into a header file rather than duplicating by Ben Skeggs · 14 years ago
  13. 4796986 nv50: add option to force immediate-mode submission, disable by default by Ben Skeggs · 14 years ago
  14. 160bda2 nv50: re-add immediate mode vertex submission paths by Ben Skeggs · 14 years ago
  15. 0842829 nv50: when doing inline indices, split elt lists so they fit into pushbuf by Ben Skeggs · 14 years ago
  16. d8a4154 nv50: reimplement draw_elements_instance(), use for draw_elements() too by Ben Skeggs · 14 years ago
  17. 621c460 nv50: reimplement draw_arrays_instanced(), do draw_arrays() in terms of it by Ben Skeggs · 14 years ago
  18. a527716 nv50: rip out inline push draw paths temporarily by Ben Skeggs · 14 years ago
  19. 2b8c0cf nv50: make use of scissor enable/disable method by Ben Skeggs · 14 years ago
  20. 885d2ec nv50: move magic 0x142c stuff to after state emission by Ben Skeggs · 14 years ago
  21. 0e6af1f nv50: avoid unnecessary vp/gp/fp state changes by Ben Skeggs · 14 years ago
  22. 2a84db2 nv50: remove pre_pipebuffer_map hack.... by Ben Skeggs · 14 years ago
  23. 3f804b0 nv50: remove horrific abuse of nouveau_channel.flush_notify by Ben Skeggs · 14 years ago
  24. c926ed0 nv50: always emit dummy relocs for all still-referenced buffers by Ben Skeggs · 14 years ago
  25. e1d015f nv50: ensure enough room for state changes in current pushbuf by Ben Skeggs · 14 years ago
  26. 62ab897 nv50: rework state emission by Ben Skeggs · 14 years ago
  27. ac2b35f nv50: use relocs rather than re-uploading TIC all the time by Ben Skeggs · 14 years ago
  28. 007f25b r300g: Reorder regs, save one dword. by Corbin Simpson · 14 years ago
  29. 9a8342e winsys/drm: Handle circular dependencies in Makefile.egl. by Chia-I Wu · 14 years ago
  30. 1f92cf5 st/egl: Fix build errors in ximage backend after merge. by Chia-I Wu · 14 years ago
  31. a81836e i965: Fix ENDLOOP to only patch up this loop's BREAK and CONT. by Eric Anholt · 14 years ago
  32. 6b194da i965: Unalias all GLSL source regs from the destination regs used. by Eric Anholt · 14 years ago
  33. 280abda i965: Print the offsets for WHILE and BREAK in disasm. by Eric Anholt · 14 years ago
  34. f6f547d i965: Fix nested loops in the VS. by Eric Anholt · 14 years ago
  35. 7f6d275 i965: Fix up VP constbuf leak on program delete. by Eric Anholt · 14 years ago
  36. eeaf1e0 r300: don't crash if there's no colorbuffer by Maciej Cencora · 14 years ago
  37. b70dcab radeon: mark framebuffer as incomplete if renderbuffer format isn't supported by hw by Maciej Cencora · 14 years ago
  38. fd05067 r300: add support for more rendering formats by Maciej Cencora · 14 years ago
  39. a17563c radeon/r200/r300/r600: add is_format_renderable function by Maciej Cencora · 14 years ago
  40. bd2239e progs/tests: use first color attachement by Maciej Cencora · 14 years ago
  41. 67108b5 r300: enable HW accelerated gl(Read/Copy/Draw)Pixels by Maciej Cencora · 14 years ago
  42. ac2b783 radeon: add hw accelerated glReadPixel support (not enabled yet) by Maciej Cencora · 14 years ago
  43. 3355ae1 glapi: Fix scons build -- list new file. by José Fonseca · 14 years ago
  44. 20ed244 glapi: allow for any mangle prefix by George Sapountzis · 14 years ago
  45. 54ba95a glapi: split out arch-specific code for entrypoints by George Sapountzis · 14 years ago
  46. 2c8b5ff glapi: mv table functions to glapi_getproc.c and add local header by George Sapountzis · 14 years ago
  47. fe14868 drop stray XFree86Server, XGLServer by George Sapountzis · 14 years ago
  48. dc1e4cf svga: Don't do culling while the software pipeline is active. by Keith Whitwell · 14 years ago
  49. 02716cf null: Add a null software winsys. by José Fonseca · 14 years ago
  50. a673dee mesa/st: initialize velements state properly by Roland Scheidegger · 14 years ago
  51. 0d6b0b0 cso: don't forget to release vertex elements state by Roland Scheidegger · 14 years ago
  52. 9cdaadc target-helpers: missing files by Keith Whitwell · 14 years ago
  53. bf50d40 r300g: kill pf_component_count by Marek Olšák · 14 years ago
  54. 3cadd98 ws/gdi: fix typo by Keith Whitwell · 14 years ago
  55. 0df858a gallium: create target for gdi libgl by Keith Whitwell · 14 years ago
  56. 25b9aaf ws/xlib: no dependency on mesa state tracker by Keith Whitwell · 14 years ago
  57. 5e72b89 egl/x11: use swrast-xlib helper by Keith Whitwell · 14 years ago
  58. d0aea65 gallium: create helper for swrast+xlib combination by Keith Whitwell · 14 years ago
  59. c27ffc5 scons: Fix the libg-xlib Sconscript. by José Fonseca · 14 years ago
  60. 78d8e6c scons: Always build the identity driver. by José Fonseca · 14 years ago
  61. 2ccae04 gallivm: checkpoint: nearest mipmap filtering by Brian Paul · 14 years ago
  62. e0f10a6 util: simplify util_format_get_nr_components helper by Roland Scheidegger · 14 years ago
  63. 09a7c25 util: Use bitshift arithmetic for pack too. by José Fonseca · 14 years ago
  64. 999932b targets/libgl-xlib: add code to inject trace and identity layers by Keith Whitwell · 14 years ago
  65. 3c57c01 ws/xlib: remove self-knowledge about users of xlib winsys by Keith Whitwell · 14 years ago
  66. a73fd44 cso: Fix typo in assert. by Corbin Simpson · 14 years ago
  67. 141c7cb r300g: Precalculate and CSO-bind PSC state. by Corbin Simpson · 14 years ago
  68. 9c8cb12 r300g: Cleanup old PSC code a bit. by Corbin Simpson · 14 years ago
  69. 4d02534 identity: fix copy & paste error by Roland Scheidegger · 14 years ago
  70. 2281242 r300g: fix gallium-vertexlementcso merge damage by Roland Scheidegger · 14 years ago
  71. 27a7f94 cell: fix up assorted compilation problems by Brian Paul · 14 years ago
  72. ff407a1 gdi: Fixup llvmpipe gdi winsys too. by José Fonseca · 14 years ago
  73. 706eda3 scons: Add new targets option. by José Fonseca · 14 years ago
  74. b694f32 winsys/gdi: get softpipe version compiling by Keith Whitwell · 14 years ago
  75. 685340a Merge branch 'gallium-vertexelementcso' by Roland Scheidegger · 14 years ago
  76. 73d9400 softpipe: silence warning by Keith Whitwell · 14 years ago
  77. 3db9644 ws/gdi: missing file by Keith Whitwell · 14 years ago
  78. ce30b5b ws/gdi: sketch of gdi changes by Keith Whitwell · 14 years ago
  79. ae7b7bf st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interface by Roland Scheidegger · 14 years ago
  80. 6523367 cell: untwiddle surface contents in flush_frontbuffer() by Keith Whitwell · 14 years ago
  81. e8983f7 gallium: don't use flexible array members in drivers for vertex elements cso by Roland Scheidegger · 14 years ago
  82. fe9f853 auxiliary: fix vertex elements cso by Roland Scheidegger · 14 years ago
  83. e497a58 nv30: fix typo by David Heidelberger · 14 years ago
  84. fe94a36 cell: attempt conversion to sw_winsys by Keith Whitwell · 14 years ago
  85. 8ac1016 ws/xlib: remove USE_XSHM preprocessor macro by Keith Whitwell · 14 years ago
  86. d5bf9c0 ws/xlib: manage the GC internally by Keith Whitwell · 14 years ago
  87. 0c96690 Merge commit 'origin/master' into gallium-sw-api-2 by Keith Whitwell · 14 years ago
  88. 6f4ce4a Squashed commit of gallium-no-texture-blanket by Keith Whitwell · 14 years ago
  89. 95c5c69 st/egl: Use xlib_sw_winsys in ximage backend. by Chia-I Wu · 14 years ago
  90. da92f6d winsys/xlib: Fix a segfault when USE_XSHM is not defined. by Chia-I Wu · 14 years ago
  91. 821c830 r300g: remove hacks from translate_vertex_data_swizzle by Marek Olšák · 14 years ago
  92. f3365bc draw: quads never provoke the first vertex by Marek Olšák · 14 years ago
  93. 558ce99 softpipe: quads never provoke the first vertex by Marek Olšák · 14 years ago
  94. f2b8f14 llvmpipe: quads never provoke the first vertex by Marek Olšák · 14 years ago
  95. dd8f5c3 mesa/st: Gallium quads, by spec, never change provoking vertex. by Corbin Simpson · 15 years ago
  96. 2b76e04 st/egl: Fix KMS build error after winsys handle change. by Chia-I Wu · 14 years ago
  97. 4243ca1 gallium: update some comments, remove others which are superfluous by Brian Paul · 14 years ago
  98. e799163 vega: remove redundant DEFINES from .c.o rule by Brian Paul · 14 years ago
  99. f027d56 llvmpipe/gallivm: checkpoint: array of pointers to mipmap levels by Brian Paul · 14 years ago
  100. 891f7f4 nv: define NV30/40/50_MAX_TEXTURE_LEVELS by Brian Paul · 14 years ago