1. a524aab Moar docs, mostly context. by Corbin Simpson · 15 years ago
  2. 9f936f2 Regenerate docs. by Corbin Simpson · 15 years ago
  3. fa33812 Document rasterizer. by Corbin Simpson · 15 years ago
  4. c80f2b0 Fill out some of the CSO info. by Corbin Simpson · 15 years ago
  5. 8283e20 Add screen and context to docs. by Corbin Simpson · 15 years ago
  6. a8df5ca Add a compiled HTML doctree. by Corbin Simpson · 15 years ago
  7. c686e17 Add Gallium docs. by Corbin Simpson · 15 years ago
  8. 65ecbdd r300g: Add a few more params. by Corbin Simpson · 15 years ago
  9. 6ba83cd r300g: add texture compare modes by Marek Olšák · 15 years ago
  10. 4b6dee0 r300: minor blit rework by Maciej Cencora · 15 years ago
  11. a142886 r300: better fix for glCopyTexSubImage by Maciej Cencora · 15 years ago
  12. 759fd1f r300g: Fix provoking vertex for non-quads. by Corbin Simpson · 15 years ago
  13. f13a904 r300g: Respect provoking vertex for trifans. by Corbin Simpson · 15 years ago
  14. bf611ce r300g: Eliminate a couple more asserts. by Corbin Simpson · 15 years ago
  15. 62afcbb r300g: Nuke r300_vbo. by Corbin Simpson · 15 years ago
  16. 263f432 progs/demos: fix glut initialization calls by Brian Paul · 15 years ago
  17. c8de081 radeon: protect fbo allocation message with debug by Alex Deucher · 15 years ago
  18. c35e5c1 util: Add util_format_has_alpha(), enclose in extern C. by Michal Krol · 15 years ago
  19. b1580a1 util/pack: Handle the remaining formats with generic u_format access functions. by Michal Krol · 15 years ago
  20. f874da4 util: Update blitter for u_format changes. by Corbin Simpson · 15 years ago
  21. a70eba5 Revert "r300g: flush CS if a buffer being deleted is referenced by it" by Corbin Simpson · 15 years ago
  22. 7855fcb Merge branch 'pipe-format-simplify' by Michal Krol · 15 years ago
  23. 465333a r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default. by Richard Li · 15 years ago
  24. 112908c radeon: fix frontbuffer read/drawpixels by Dave Airlie · 15 years ago
  25. 5f59e79 r300g: store own copy of flush_cb and flush data. by Dave Airlie · 15 years ago
  26. b1ed72e Move the remaining format pf_get_* functions to u_format.h. by Michal Krol · 15 years ago
  27. ec5577a util: Remove util_format_get_block(). by Michal Krol · 15 years ago
  28. 16c6dce Merge branch 'master' into pipe-format-simplify by Michal Krol · 15 years ago
  29. 440fc5b util/format: Fix bogus assertion. by Michal Krol · 15 years ago
  30. 3af2ddb s/desc->type/desc->channel[0].type/ by Michal Krol · 15 years ago
  31. 294bd53 glsl/apps: Add dummy install target to fix 'make install' by Sedat Dilek · 15 years ago
  32. 2f127e5 configure.ac: Add glsl to SRC_DIRS by Sedat Dilek · 15 years ago
  33. e195eab Merge branch 'glsl-pp-rework-2' by Michal Krol · 15 years ago
  34. 1c28073 radeon: drop assert accessing cref which is meant to be hidden by Dave Airlie · 15 years ago
  35. 5484f9d radeon: drop unused members of radeon_state. by Dave Airlie · 15 years ago
  36. f24c29c r600: move structs for legacy cmdbuf into cmdbuf C file. by Dave Airlie · 15 years ago
  37. 09cef45 r600 : clean a bit to prepare to enable gl2. by Richard Li · 15 years ago
  38. 2584c5b llvmpipe: add LP_DEBUG env var by José Fonseca · 15 years ago
  39. f1f49bd llvmpipe: fix broken TGSI_OPCODE_FRC codegen by Brian Paul · 15 years ago
  40. 43d6c81 llvmpipe: fix broken lp_build_abs() by Brian Paul · 15 years ago
  41. 2ddee2c r300g: fix emission of which textures are enabled by Marek Olšák · 15 years ago
  42. ded4ecd r300g: clean up the invariant state by Marek Olšák · 15 years ago
  43. acce482 r300g: clamp vertex indices to [min,max] everywhere by Marek Olšák · 15 years ago
  44. a6d701d r300g: if no colorbuffers are set, disable blending and set the color mask to 0 by Marek Olšák · 15 years ago
  45. cf85bf9 r300g: set the number of colorbuffers in RB3D_CCTL by Marek Olšák · 15 years ago
  46. de0befc r300g: remove unnecessary flush in set_sampler_textures by Marek Olšák · 15 years ago
  47. c5e0b0b r300g: add Z24X8 to the list of unsupported sampler formats on R3xx-R4xx by Marek Olšák · 15 years ago
  48. 38a9714 r300g: add acceleration of the clear, surface_copy, and surface_fill functions by Marek Olšák · 15 years ago
  49. 417ce06 r300g: flush CS if a buffer being deleted is referenced by it by Marek Olšák · 15 years ago
  50. bc443d8 r300: Fix typo on < R5xx RS setup for blits. by Michel Dänzer · 15 years ago
  51. 80e8156 util/blitter: kill the draw_quad callback by Marek Olšák · 15 years ago
  52. 85bf420 util/blitter: allocate most of the state objects on-demand by Marek Olšák · 15 years ago
  53. ab85ba3 util/blitter: use PIPE_MAX_* limits, and fix a memory leak by Marek Olšák · 15 years ago
  54. e1d0f47 pipe: add PIPE_MAX_TEXTURE_TYPES by Marek Olšák · 15 years ago
  55. 55753f5 util: add blitter by Marek Olšák · 15 years ago
  56. 4c61022 util: add a function which converts 2D coordinates to cubemap coordinates by Marek Olšák · 15 years ago
  57. dff4c9e util: add new fragment shaders to simple_shaders by Marek Olšák · 15 years ago
  58. 3a15c48 llvmpipe: Fix yet another copynpaste typo in lp_build_log2_approx. by José Fonseca · 15 years ago
  59. 85c27c3 llvmpipe: Fix lp_build_polynomial comment. by José Fonseca · 15 years ago
  60. 72c9878 llvmpipe: Fix typo in lp_build_log constant. by José Fonseca · 15 years ago
  61. 079b1cf util: Fix unity value for swizzle 1. by José Fonseca · 15 years ago
  62. 846e38f llvmpipe: Fix bad SI -> FP conversion into lp_build_log2_approx. by José Fonseca · 15 years ago
  63. d508bf8 util: Add dl wrappers. by José Fonseca · 15 years ago
  64. c1efa45 tgsi/text: Don't use strncasecmp(), it breaks windows build. by Michal Krol · 15 years ago
  65. f8135d5 r600: use _mesa_insert_instructions to fixup wpos instead of manual ins insert by Andre Maasikas · 15 years ago
  66. dbc374c r600: fix typos for vert-tex by Andre Maasikas · 15 years ago
  67. bae5e7f r600: fix fragment.position by Andre Maasikas · 15 years ago
  68. 10f5cff r600: add support for FRAG_ATTRIB_PNTC by Andre Maasikas · 15 years ago
  69. 0c046be r600: add DDX DDY opcodes by Andre Maasikas · 15 years ago
  70. 18ebcfe r600 : add texture support for vertex shader. by Richard Li · 15 years ago
  71. 3ff688e tgsi: add properties and system value register by Zack Rusin · 15 years ago
  72. 41b52aa nouveau: avoid running out of relocs by Maarten Maathuis · 15 years ago
  73. 2677f19 nv50: be more cautious about using reg_instance by Christoph Bumiller · 15 years ago
  74. c14be63 tgsi/ureg: Add ureg_DECL_gs_input(). by Michal Krol · 15 years ago
  75. 1778dda nv50: store immediates as uint32 by Christoph Bumiller · 15 years ago
  76. d4d8801 nouveau: nv50: Add missing ctor_immd_4u32 function by Patrice Mandin · 15 years ago
  77. e76bb2f r300: enable accelerated support for glCopyTexImage only under KMS by Maciej Cencora · 15 years ago
  78. 8403df3 r300: fix regression introduced by da73c1ed by Maciej Cencora · 15 years ago
  79. 9d8501b r300: fix glCopyTexSubImage by Maciej Cencora · 15 years ago
  80. 079b670 nv50: add proper zslice offset in miptree_surface by Christoph Bumiller · 15 years ago
  81. 7b5a6fa nv50: use m2mf z pos instead of calculating offset manually by Christoph Bumiller · 15 years ago
  82. 44d8c9a nv50: add craziness for non-constant TXB and TXL by Christoph Bumiller · 15 years ago
  83. b91503f Revert "nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (Warsow creates a 1x1 front buffer)" by Patrice Mandin · 15 years ago
  84. ec78445 nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (Warsow creates a 1x1 front buffer) by Patrice Mandin · 15 years ago
  85. 75f371e Remove grammar module -- no dependencies left. by Michal Krol · 15 years ago
  86. a3b3293 slang: Delete a file that is now autogenerated. by Michal Krol · 15 years ago
  87. a3eb0f7 Merge branch 'master' into glsl-pp-rework-2 by Michal Krol · 15 years ago
  88. d807782 nv50: support TXB and TXL by Christoph Bumiller · 15 years ago
  89. b0036f3 nv50: add S8Z24 depth texture format too by Christoph Bumiller · 15 years ago
  90. cc0ffab nv50: fix depth comparison func TSC bits by Christoph Bumiller · 15 years ago
  91. 6a689783 nv50: add src_mask case for IF opcode by Christoph Bumiller · 15 years ago
  92. 9f3644c nv50: plug memory leak in miptree creation/destruction by Christoph Bumiller · 15 years ago
  93. f7a9734 nv50: use copies of tgsi src nv50_regs by Christoph Bumiller · 15 years ago
  94. 6a15ec9 nv50: support vertex program textures by Christoph Bumiller · 15 years ago
  95. 784cca9 r300: disable blit debugging info by Maciej Cencora · 15 years ago
  96. 6b83154 r300: emit number of used colorbuffers to pass radeon cs checker by Maciej Cencora · 15 years ago
  97. dbd53f8 r300: setup render target format for r300/r400 cards too by Maciej Cencora · 15 years ago
  98. 353966b r300: finish blit support for r300 by Maciej Cencora · 15 years ago
  99. c1a7cc1 more blit fixes by Maciej Cencora · 15 years ago
  100. cd5f167 blit WIP by Maciej Cencora · 15 years ago