1. 11a8016 Move dimensions from struct pipe_region to struct pipe_surface. by Michel Dänzer · 17 years ago
  2. 7043db6 Cleanup PIPE_FORMAT names. by Michal Krol · 17 years ago
  3. b3dee01 gallium: remove sp_headers.h references. by Michal Krol · 17 years ago
  4. abd5e8e gallium: reorg tgsi directories. by Michal Krol · 17 years ago
  5. 44519be gallium: back out winsys interface changes by Michal Krol · 17 years ago
  6. 9924f20 Use the new vertex buffer draw stage. by José Fonseca · 17 years ago
  7. 1a8daf0 New vertex buffer stage. by José Fonseca · 17 years ago
  8. 45f658f Fix build. by José Fonseca · 17 years ago
  9. 369ff97 The right include was mtypes.h. by José Fonseca · 17 years ago
  10. c584142 Fix build errors. by José Fonseca · 17 years ago
  11. 0e31e24 Fix compatibility issues between gcc and msvc. by Michal · 17 years ago
  12. 5961732 Make it compile under Win32. by Michal · 17 years ago
  13. 4541ee5 Remove fences from the i915simple winsys interface. by José Fonseca · 17 years ago
  14. 2112191 more simplification, clean-up in draw_set_vertex_info() by Brian · 17 years ago
  15. 9f0b5bb Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info(). by Brian · 17 years ago
  16. fbe68bf Simplify draw module's vertex_info. by Brian · 17 years ago
  17. 5a6017d4 add PIPE_FORMAT_Z24_S8 support to softpipe patsh by Brian · 17 years ago
  18. 0191570 initial support for PIPE_FORMAT_Z24_S8 by Brian · 17 years ago
  19. c4f9fbb optimize earlyz_quad(), add comments, remove unneeded #includes by Brian · 17 years ago
  20. 0204cbb optimize linear_interpolation(), perspective_interpolation() functions by Brian · 17 years ago
  21. 7f718f0 Implement early depth test. by Michal Krol · 17 years ago
  22. ca7f68a Fix typo by José Fonseca · 17 years ago
  23. dec60d3 Proper fence reference counting. by José Fonseca · 17 years ago
  24. 34a0027 more convenient debug code by Brian · 17 years ago
  25. aa880bd Reimplement glRasterPos using the private 'draw' module. by Brian · 17 years ago
  26. 6a1154b adjustments so st_feedback_draw_vbo() can be used for glRasterPos by Brian · 17 years ago
  27. 95f066f note problem with fragment coord Y orientation by Brian · 17 years ago
  28. f361eda added a clip-bypass flag to rasterizer state by Brian · 17 years ago
  29. 90dd0cb Include fences in the i915simple winsys interface. by José Fonseca · 17 years ago
  30. 193c85e comments, assertions by Brian · 17 years ago
  31. 50a56cd minor simplifcation in vertex_fetch() by Brian · 17 years ago
  32. 33cf20b remove duplicate init func by Alan Hourihane · 17 years ago
  33. 6446986 Reorganize user-space vertex fields in draw_context into 'user' group. by Brian · 17 years ago
  34. 990fe4c remove unneeded #includes, added assertion in draw_compute_vertex_size() by Brian · 17 years ago
  35. ec0c5e5 Remove unneeded header, draw_prim.h by Brian · 17 years ago
  36. 1574611 Fix minor logic error in get_queued_prim() which caused flushing when there was still room in the prim queue. by Brian · 17 years ago
  37. 48863cd new comments by Brian · 17 years ago
  38. 03f4a48 remove unneeded #includes by Brian · 17 years ago
  39. 03484d0 comments, remove unneeded #includes by Brian · 17 years ago
  40. f66fed5 For TGSI_TEXTURE_2D/RECT, need to provide 3 coords (STP) in case shadow compare mode is enabled. by Brian · 17 years ago
  41. 3d8c05f Implement shadow comparisons. by Brian · 17 years ago
  42. a7be1c5 use pipe_surface_reference() in sp_tile_cache_set_surface() by Brian · 17 years ago
  43. c0b2714 simplify depth_value(), return proper value for Z16 format by Brian · 17 years ago
  44. cee1d13 fix bad width/height code in softpipe_clear() by Brian · 17 years ago
  45. ae9fe0f Remove TGSI_OPCODE_TXP by Brian · 17 years ago
  46. fa63d6d check for divide by W flag when translating TGSI_OPCODE_TEX (fixes projected textures) by Brian · 17 years ago
  47. 02f7f46 new init_renderbuffer_bits() helper by Brian · 17 years ago
  48. 89b7b18 tweak anisotropic filtering code by Brian · 17 years ago
  49. 548eddc enable PIPE_CAP_TEXTURE_SHADOW_MAP (but not quite working yet) by Brian · 17 years ago
  50. dca71c4 remove translate_compare_func(), use i915_translate_compare_func() by Brian · 17 years ago
  51. 8ce6d6b move EXT_shadow_funcs assignment by Brian · 17 years ago
  52. a736670 set sampler state for shadow test by Brian · 17 years ago
  53. b187631 Replace gl_stencil_func_to_sp() and gl_depth_func_to_sp() with st_compare_func_to_pipe() by Brian · 17 years ago
  54. 2c11846 Fix some issues hit when rendering to a depth-only renderbuffer (shadowtex). by Brian · 17 years ago
  55. 98c539d in check_end_texture_render(), test for presence of a renderbuffer and texobj by Brian · 17 years ago
  56. e2593bb remove unneeded #include by Brian · 17 years ago
  57. 44254b9 Added pipe->get_paramf() to query float limits. by Brian · 17 years ago
  58. 95128c1 check for fence==NULL in intel_batchbuffer_finish(), fixes glxinfo crash on exit by Brian · 17 years ago
  59. 3871d28 Rename struct field 'private' to 'priv'. by Michel Dänzer · 17 years ago
  60. 6400658 fix warning by Brian · 17 years ago
  61. 74df1f4 update flush/fence comments for i915_flush() by Brian · 17 years ago
  62. 3fe055e Remove winsys->wait_idle(), subsumed by pipe->flush(). by Brian · 17 years ago
  63. ae44a81 New PIPE_FLUSH_WAIT flag for pipe->flush(). by Brian · 17 years ago
  64. 10c62bf Remove context dependencies in winsys layer. by Brian · 17 years ago
  65. 03cfeb3 enable GL_ARB/NV_point_sprite together by Brian · 17 years ago
  66. ed6e591 cosmetic fix to driFenceFinish() call by Brian · 17 years ago
  67. 51653cd replace magic number 3 with DRM_FENCE_TYPE_EXE | DRM_I915_FENCE_TYPE_RW in driFenceFinish() call by Brian · 17 years ago
  68. 0852cf8 just reorder a few members of pipe_winsys, update comments by Brian · 17 years ago
  69. c712d09 remove DriverCtx=intel assigment/hack by Brian · 17 years ago
  70. 2611703 Pass winsys as a parameter to intel_create_i915simple(), intel_create_softpipe() by Brian · 17 years ago
  71. f40f45c var renaming: s/sws/winsys/ by Brian · 17 years ago
  72. 237429a more dead code removal by Brian · 17 years ago
  73. 7a9c129 re-enable PIPE_FORMAT_U_Z32 support by Brian · 17 years ago
  74. fc6172b better depth buffer selection by Brian · 17 years ago
  75. 187b631 Float->uint conversion for PIPE_FORMAT_U_Z32 resulted in overflow in depth_value(). Special-case it. by Brian · 17 years ago
  76. 7e884c6 disable/remove dead code by Brian · 17 years ago
  77. 182e861 Disable the call to driBOReference() in i915_update_texture() by Brian · 17 years ago
  78. 5d90215 redo xm_surface_release() to match i915 by Brian · 17 years ago
  79. c3e7bb4 fix bad varname by Brian · 17 years ago
  80. 601a9ea init glsl functions in st_init_driver_functions() by Brian · 17 years ago
  81. 6c4447e fix typos, re-enable some extensions to get back to GL 2.1 level by Brian · 17 years ago
  82. 7d1a04e Add winsys->surface_release() to complement winsys->surface_alloc(). by Brian · 17 years ago
  83. 5223666 Check the right ammount of free space in vertex buffer. by José Fonseca · 17 years ago
  84. 3e22180 Reset temporary vertices ids. by José Fonseca · 17 years ago
  85. c28fdf3 Use a consistent number to identify undefined vertices. by José Fonseca · 17 years ago
  86. 3922bae Reuse the vertex buffer until the vertex size changes. by José Fonseca · 17 years ago
  87. f39a520 Track hardware vertex buffer state changes. by José Fonseca · 17 years ago
  88. 85c7683 Improved logic for setting up depth/stencil buffers in st_create_framebuffer() by Brian · 17 years ago
  89. b0e7da8 restore dispatch/extension code (without, dynamic entrypoints aren't added) by Brian · 17 years ago
  90. a895910 disable PIPE_FORMAT_U_Z32, doesn't work ATM by Brian · 17 years ago
  91. 2b0d1b6 Update xmesa_is_format_supported() by Brian · 17 years ago
  92. 3470d81 realloc surface if format changes, remove dead code by Brian · 17 years ago
  93. a151ad2 rename xmesa_create_softpipe() xmesa_create_context() by Brian · 17 years ago
  94. 54b43da rename xmesa_create_softpipe() xmesa_create_context() by Brian · 17 years ago
  95. 5fb6ebf disable finish_or_flush() for now by Brian · 17 years ago
  96. d35cb1a remove dead code in softpipe_is_format_supported() by Brian · 17 years ago
  97. db01ff6 document flags param to region_alloc() by Brian · 17 years ago
  98. 3762445 remove more dependencies on Mesa types/functions by Brian · 17 years ago
  99. 4cf56a4 implement context sharing code by Brian · 17 years ago
  100. 5e24e3c code clean-up by Brian · 17 years ago