1. 37da2d6 gallium: updated/improved comments, minor re-formatting by Brian Paul · 17 years ago
  2. bdf279b consolidate some parsing functions that were pretty much identical for vertex/fragment programs by Brian · 17 years ago
  3. 5052dab mesa: misc sync-up with master by Brian · 17 years ago
  4. d46ac95 raise GL_INVALID_OPERATION if glProgramString compilation fails by Brian · 17 years ago
  5. 4adee84 Fix the compile of disabled DEBUG_PARSING code. by Brian · 17 years ago
  6. a072094 make sure state token values are fully initialized by Brian · 17 years ago
  7. 50a20d4 added program_error2() function for better error reporting by Brian · 17 years ago
  8. 7b91d87 Fix state.texgen parsing error (bug 12313). by Brian · 17 years ago
  9. 6f82861 gallium: Update calls to the simple shader functions by Brian · 17 years ago
  10. dccbfd8 gallium: return pipe_shader_state from the simple shader functions by Brian · 17 years ago
  11. 89222ee gallium: fix Element() macro redefinition warning by Brian · 17 years ago
  12. ba49fa3 gallium: fix incorrect types for shaders by Brian · 17 years ago
  13. df1744c gallium: remove temporary static var by Brian · 17 years ago
  14. d355eee gallium: silence unused var warning by Brian · 17 years ago
  15. 132df5e cell: include cell_state_per_fragment.h to silence warning by Brian · 17 years ago
  16. 8b8a947 cell: added (uint64_t) cast to silence warning by Brian · 17 years ago
  17. 979358c cell: fix unclosed comment by Brian · 17 years ago
  18. 70659e8 xlib: Fix build error from recent fence changes by Ian Romanick · 17 years ago
  19. 92126ce cell: Implement code-gen for logic op by Ian Romanick · 17 years ago
  20. 1ecb2e4 gallium: need to call st_validate_state() in Bitmap() by Brian Paul · 17 years ago
  21. 8cb8580 gallium: as for aapoints, make the extra texcoord per-shader state by Brian Paul · 17 years ago
  22. 4abe1eb gallium: Change pipe->flush() interface to optionally return a fence. by Michel Dänzer · 17 years ago
  23. e55dccd gallium: the generic attrib we use for computing coverage is per-shader by Brian · 17 years ago
  24. 9f7cd57 gallium: added fragment emit/write debug counters by Brian · 17 years ago
  25. 542e346 cell: Enable MIT-SHM on Cell. by Ian Romanick · 17 years ago
  26. b09de96 xlib: Add support for MIT-SHM in xlib winsys driver by Ian Romanick · 17 years ago
  27. 84d8030 cell: Float convert-to and convert-from instructions use different shift bias by Ian Romanick · 17 years ago
  28. e1543fa draw: Take flatshade_first rasterizer bit into account. by Michal Krol · 17 years ago
  29. dc9757e gallium: Introduce flatshade_first field to rasterizer_state. by Michal Krol · 17 years ago
  30. 7f56c8e gallium: disable the selection/feedback draw module's options for wide lines, points, etc. by Brian Paul · 17 years ago
  31. 070a744 gallium: added some debug code (disable) by Brian Paul · 17 years ago
  32. cf7daba mesa: fix some issues in _mesa_combine_programs() by Brian Paul · 17 years ago
  33. 05a4ecd draw: vertex fetch can be validated too early leading to an assertion... disable by Keith Whitwell · 17 years ago
  34. cbec008 draw: don't use fetch_and_store for bypass_vs mode, it's not quite right by Keith Whitwell · 17 years ago
  35. c0ef166 mesa: append fog instructions after parsing if a fog option is set by Brian Paul · 17 years ago
  36. bedb93e mesa: when negating scalar src args, use NEGATE_XYZW, not NEGATE_X by Brian Paul · 17 years ago
  37. 331a561 Fix typo by José Fonseca · 17 years ago
  38. 4505acf draw: take primitive into account when deciding if the pipeline is active by Keith Whitwell · 17 years ago
  39. aacfc32 gallium: Use debug_get_option for GETENV by José Fonseca · 17 years ago
  40. 6fa0bd0 gallium: Fix default option on Windows. by José Fonseca · 17 years ago
  41. d453042 gallium: don't enable stencil test if no stencil buffer. by Brian Paul · 17 years ago
  42. 6579440 gallium: be smarter about picking the sampler unit for pstipple, aaalines by Brian · 17 years ago
  43. 4654803 gallium: fix a few bugs, warnings in the p_debug code by Brian · 17 years ago
  44. d6af8fc gallium: move sampler_unit field to pstip_fragment_shader since it's per-shader by Brian · 17 years ago
  45. e27127a gallium: save/restore samplers in draw_textured_quad() by Brian · 17 years ago
  46. f654ab4 mesa: call glutDestroyWindow (help find mem leaks) by Brian Paul · 17 years ago
  47. 45cc35e gallium: fix a few texture border/mipmap glitches found w/ conform by Brian Paul · 17 years ago
  48. 762e96c gallium: check SamplersUsed to determine if texture needed, as in st_atom_sampler.c by Brian Paul · 17 years ago
  49. ae146e4 gallium: make a copy of the vertex shader's token array. by Brian · 17 years ago
  50. 7f43029 gallium: use pipe_texture_reference() in a few places (fixes refcounting bugs) by Brian · 17 years ago
  51. 648e26a gallium: added tgsi_num_tokens() function to return number of tokens in token array. by Brian · 17 years ago
  52. e8c6ea4 gallium: Simple cross platform get-opt system. by José Fonseca · 17 years ago
  53. dd51365 gallium: cleanup p_debug by José Fonseca · 17 years ago
  54. d83e75c gallium: move filter assignment out of loop by Brian · 17 years ago
  55. 4e398df gallium: fix REALLOC() to copy smaller of old/new sizes by Brian · 17 years ago
  56. 48726e1 gallium: Protect operator precedence in macro. by José Fonseca · 17 years ago
  57. 22a3d02 gallium: free bitmap fragment shaders, misc clean-up by Brian Paul · 17 years ago
  58. d246274 gallium: add missing cso_save_samplers() call by Brian Paul · 17 years ago
  59. bf8de6d gallium: Remove util_gen_mipmap_filter(). by Michal Krol · 17 years ago
  60. 110b63d gallium: pass the filter mode to util_gen_mipmap(). by Brian · 17 years ago
  61. c8c3735 gallium: tweak coords in u_gen_mipmap code by Michal Krol · 17 years ago
  62. e0a9ce1 draw: pre-declare referenced structs by Keith Whitwell · 17 years ago
  63. f4588c1 Revert "draw: Fix #include order to fix Linux build." by Keith Whitwell · 17 years ago
  64. a6d17bf draw: Fix #include order to fix Linux build. by Michel Dänzer · 17 years ago
  65. 3b217c7 draw: check need_pipeline() in passthrough by Keith Whitwell · 17 years ago
  66. 3e9b1bc draw: tweak the definition of draw_need_pipeline, fix minor bug by Keith Whitwell · 17 years ago
  67. e6ea786 draw: fix crlf by Keith Whitwell · 17 years ago
  68. 743e990 draw: rename emit functions to match pipe_format names by Keith Whitwell · 17 years ago
  69. 899fcde draw: restructure fetch/emit as a pair of function calls by Keith Whitwell · 17 years ago
  70. 6edaef5 gallium: Add util_gen_mipmap_filter(). by Michal Krol · 17 years ago
  71. 38dc0f8 gallium: Fix memory leak. by José Fonseca · 17 years ago
  72. 48ef11d gallium: Remove the debug_mask_* stuff. by José Fonseca · 17 years ago
  73. d09b92d gallium: Fix typo. by José Fonseca · 17 years ago
  74. 732422f gallium: Memory debugging utilities. by José Fonseca · 17 years ago
  75. 312cbc5 gallium: wrap decls in extern "C" by José Fonseca · 17 years ago
  76. 301b187 draw: fix some unsigned vs ushort confusion by Keith Whitwell · 17 years ago
  77. f40357e gallium: beginnings of draw module vertex rework by Keith Whitwell · 17 years ago
  78. a35c1ca gallium: fix a few more shader-related mem leaks by Brian · 17 years ago
  79. f8acc39 use ctx->Driver.DeleteProgram() in a few more places by Brian · 17 years ago
  80. dae7993 gallium: free samplers, textures in destroy() by Brian · 17 years ago
  81. 2f8f6c2 gallium: remove temporary _screen suffix from function names by Brian · 17 years ago
  82. 0b60ade gallium: fix a few mem leaks when deleting programs by Brian · 17 years ago
  83. 28b3b07 gallium: fix mem leak (fee pstipple stage) by Brian · 17 years ago
  84. f73cfd9 delete default programs with ctx->Driver.DeleteProgram() by Brian · 17 years ago
  85. 4e977fb gallium: Remove pedantic asserts. by José Fonseca · 17 years ago
  86. 4753144 cell: Generate blend / depth test code when state atom is created by Ian Romanick · 17 years ago
  87. 600499c cell: Change code-gen for CONST_COLOR blend factor by Ian Romanick · 17 years ago
  88. f140062 Tabs to spaces by Ian Romanick · 17 years ago
  89. 2902c16 cell: Remove unnecessary default_blend work-around by Ian Romanick · 17 years ago
  90. fb1f4e2 gallium: fix const buffer update bug by Brian · 17 years ago
  91. a39091b Refactor PBO validate/map code. by Brian · 17 years ago
  92. f1626f0 gallium: implement PBO operations for glDraw/ReadPixels and glBitmap by Brian Paul · 17 years ago
  93. ff938bf add a number of PBO validate/map/unmap functions by Brian Paul · 17 years ago
  94. c80a380 Fix some PBO breakage. by Brian · 17 years ago
  95. b70a6ba i915: added to-do note about setting the max_lod register to get proper min/mag filter selection by Brian · 17 years ago
  96. 74525d4 mesa: minor code re-org by Brian Paul · 17 years ago
  97. 3600e74 gallium: use is_format_supported(PIPE_FORMAT_DXT5_RGBA) to check if s3tc is supported by Brian Paul · 17 years ago
  98. 4394736 gallium: added DXT formats (preliminary, will probably change) by Brian Paul · 17 years ago
  99. 13540d3 gallium: use is_format_supported() to determine if GL_EXT_texture_sRGB is supported by Brian Paul · 17 years ago
  100. 419248b gallium: document is_format_supported()'s type param by Brian Paul · 17 years ago