1. c474f1f Port i965 driver to Gallium3D. by Zack Rusin · 17 years ago
  2. 1236367 Add surface storage allocation function to winsys interface. by José Fonseca · 17 years ago
  3. 609538f Add inline funtion to comput format size based on code in st_format.c. by José Fonseca · 17 years ago
  4. 7d1894c Cell: first triangle. by Brian · 17 years ago
  5. c9f9c50 XXX comments about some hard-coded values that need to be fixed by Brian · 17 years ago
  6. 5d41a71 minor clean-ups, comments by Brian · 17 years ago
  7. 0a79c65 gallium: use hardcoded cliptest code for fixed planes by Keith Whitwell · 17 years ago
  8. f2feb2e gallium: disable assert(0) in xmesa_surface() by Keith Whitwell · 17 years ago
  9. 7c306af gallium: remove unnecessary guards on qs->next by Keith Whitwell · 17 years ago
  10. e53303b Cell driver state-setter functions, basic tile get/put, glClear. by Brian · 17 years ago
  11. e248f94 remove ~ backup files by Brian · 17 years ago
  12. 4f58d9a Add 'type' parameter to is_format_supported() to specify texture vs. drawing surface, etc. by Brian · 17 years ago
  13. f26936b disable assertion in sp_tile_cache_set_surface() for now by Brian · 17 years ago
  14. 4ccd312 implement i915_put_tile_rgba() - temporary code though by Brian · 17 years ago
  15. 1b20b2d don't use get/put_tile_rgba() for accum buffer accesses by Brian · 17 years ago
  16. 37484a3 Fix up some confusion wrt winsys->buffer_create alignment / flags parameters. by Michel Dänzer · 17 years ago
  17. 41ce1f8 Link fewer common objects into Gallium winsys layers. by Michel Dänzer · 17 years ago
  18. f7195b3 Correct user VBO size. by Ben Skeggs · 17 years ago
  19. 913703d Remove stray references to struct pipe_region. by Michel Dänzer · 17 years ago
  20. 63e2ab8 use quadColor local var by Brian · 17 years ago
  21. 9884838 Fix looping for multi-color buffer writing. by Brian · 17 years ago
  22. 04e88f4 added null ptr check in draw_destroy() for rasterizer stage by Brian · 17 years ago
  23. f8f9580 Adapt for winsys interface changes. by José Fonseca · 17 years ago
  24. de7e51f gallium: use SSE by default by José Fonseca · 17 years ago
  25. 6cdcebe Allow tgsi_dump print-out to stderr or a string buffer. by Michal · 17 years ago
  26. 273f6e7 gallium: Remove buffer_unfence and buffer_finish. by José Fonseca · 17 years ago
  27. b478362 gallium: Reusable pipe buffer library. by José Fonseca · 17 years ago
  28. 708582f gallium: fix ordering of arguments to pack_ui32_float4 by Keith Whitwell · 17 years ago
  29. bbecce5 gallium: initialized draw element buffer to NULL by Keith Whitwell · 17 years ago
  30. da47ad0 gallium: add support for aliased 4ub format by Keith Whitwell · 17 years ago
  31. 73a0594 gallium: support the full range of possible vertex types by Keith Whitwell · 17 years ago
  32. d754548 gallium: add draw_stage::destroy(). by Michal · 17 years ago
  33. 74fe189 gallium: Comment on winsys's fence functions. Fix comment layout for doxygen. by José Fonseca · 17 years ago
  34. 6e876d1 temporary _mesa_printf symbol by keithw · 17 years ago
  35. e87efe7 [pipe]: add Offset() util macro by keithw · 17 years ago
  36. 79ad824 Document return types. by José Fonseca · 17 years ago
  37. cd1eefe add fence interfaces and buffer create flags to pipe_winsys by keithw · 17 years ago
  38. f83d4e7 Try to reduce the frequency of calls to pipe->get_tex_surface() by Brian · 17 years ago
  39. a110789 shorten loops over color bufs by Brian · 17 years ago
  40. 5d4b53b code re-org in softpipe_clear() by Brian · 17 years ago
  41. d1d9156 clean-ups by Brian · 17 years ago
  42. 127a493 Tile clearing optimizations. by Brian · 17 years ago
  43. 51537e0 Disable, remove tnl module from the Gallium build since no longer used. by Brian · 17 years ago
  44. c885775 New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl module. by Brian · 17 years ago
  45. 40e9c57 Disable swrast, swrast_setup and driverfuncs in the build. by Brian · 17 years ago
  46. 2d2bb35 Move _mesa_init_glsl_driver_functions() into shader_api.c by Brian · 17 years ago
  47. 54fc80a Define PIPE_FORMAT_ tokens as an enum set, rather than #defines. by Brian · 17 years ago
  48. 6070a0e include tgsi_dump.h by Brian · 17 years ago
  49. d3e0511 Replace "duplicate" formats by Brian · 17 years ago
  50. 2067eed Get rid of "duplicate" formats. by Brian · 17 years ago
  51. 099bf3f Enable the tile clear "optimization" by Brian · 17 years ago
  52. 872caf6 Make sp_tile_cache_flush_clear() static. by Brian · 17 years ago
  53. c69c7a6 Convert the clearValue back to floats for sp_tile_cache_clear() by Brian · 17 years ago
  54. 57df347 Some tile cache improvements, clean-ups. by Brian · 17 years ago
  55. dd87c43 don't dereference pt after realloc - fixes valgrind error by Brian · 17 years ago
  56. e6b5cf3 add some whitespace by Brian · 17 years ago
  57. 4c90dc7 Move struct softpipe_texture definition into sp_texture.h by Brian · 17 years ago
  58. 94a3cb0 minor code movement by Brian · 17 years ago
  59. da3dfe5 Add PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format(). by Brian · 17 years ago
  60. 0d1669f byteswapping fixes in choose_pixel_format() by Brian · 17 years ago
  61. 9772bb7 remove stray ; by Brian · 17 years ago
  62. e920f36 Remove obsolete xlib driver files by Brian · 17 years ago
  63. 749d723 Overhaul the Xlib winsys layer. by Brian · 17 years ago
  64. f77ce9e added ST_SURFACE_DEPTH by Brian · 17 years ago
  65. ee6b39c move surface pitch calculation so it always gets updated by Brian · 17 years ago
  66. 5823f99 fix void pointer arithmetic warnings by Brian · 17 years ago
  67. b9300f1 silence void ptr arithmetic warning by Brian · 17 years ago
  68. b859cdf Eliminate struct pipe_region. by Michel Dänzer · 17 years ago
  69. 987d59b Remove remnants of 'intel' from active state tracker code. by Michel Dänzer · 17 years ago
  70. d492b38 st_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444. by Michel Dänzer · 17 years ago
  71. 753db0d Hide texture layout details from the state tracker. by Michel Dänzer · 17 years ago
  72. 5935626 Add dependency checking for Cell driver sources. by Brian · 17 years ago
  73. ce30f05 silence warning by Brian · 17 years ago
  74. 146483d added PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value() by Brian · 17 years ago
  75. 3eadbe6 Fix endianness bug in _mesa_texstore_argb8888() by Brian · 17 years ago
  76. 9df0a6d added B8G8R8A8 support and improved pixel format selection when doing remote display to X server of different endianness. by Brian · 17 years ago
  77. 04516cf added tile funcs for B8G8R8A8 format by Brian · 17 years ago
  78. fa3fc81 added B8G8R8A8 format by Brian · 17 years ago
  79. 88b715b Initial Cell driver infrastructure. by Brian · 17 years ago
  80. 11a8016 Move dimensions from struct pipe_region to struct pipe_surface. by Michel Dänzer · 17 years ago
  81. 7043db6 Cleanup PIPE_FORMAT names. by Michal Krol · 17 years ago
  82. b3dee01 gallium: remove sp_headers.h references. by Michal Krol · 17 years ago
  83. abd5e8e gallium: reorg tgsi directories. by Michal Krol · 17 years ago
  84. 44519be gallium: back out winsys interface changes by Michal Krol · 17 years ago
  85. 9924f20 Use the new vertex buffer draw stage. by José Fonseca · 17 years ago
  86. 1a8daf0 New vertex buffer stage. by José Fonseca · 17 years ago
  87. 45f658f Fix build. by José Fonseca · 17 years ago
  88. 369ff97 The right include was mtypes.h. by José Fonseca · 17 years ago
  89. c584142 Fix build errors. by José Fonseca · 17 years ago
  90. 0e31e24 Fix compatibility issues between gcc and msvc. by Michal · 17 years ago
  91. 5961732 Make it compile under Win32. by Michal · 17 years ago
  92. 4541ee5 Remove fences from the i915simple winsys interface. by José Fonseca · 17 years ago
  93. 2112191 more simplification, clean-up in draw_set_vertex_info() by Brian · 17 years ago
  94. 9f0b5bb Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info(). by Brian · 17 years ago
  95. fbe68bf Simplify draw module's vertex_info. by Brian · 17 years ago
  96. 5a6017d add PIPE_FORMAT_Z24_S8 support to softpipe patsh by Brian · 17 years ago
  97. 0191570 initial support for PIPE_FORMAT_Z24_S8 by Brian · 17 years ago
  98. c4f9fbb optimize earlyz_quad(), add comments, remove unneeded #includes by Brian · 17 years ago
  99. 0204cbb optimize linear_interpolation(), perspective_interpolation() functions by Brian · 17 years ago
  100. 7f718f0 Implement early depth test. by Michal Krol · 17 years ago