1. 57b5d36 Use sse only if GALLIUM_SSE is defined by Zack Rusin · 17 years ago
  2. 6dcfddb Redoing the way we handle vertex shaders for the draw module. by Zack Rusin · 17 years ago
  3. 7966e47 set miptree pitch to region pitch after allocating the region in st_miptree_create() by Brian · 17 years ago
  4. 28b315d comments by Brian · 17 years ago
  5. e0271e1 remove dead code by keithw · 17 years ago
  6. 48385cd reduced debug by keithw · 17 years ago
  7. 82e2d32 Fix some compiler warnings with -pedantic by Keith Whitwell · 17 years ago
  8. 65e3af5 Enable codegen based whenever __i386__ is defined. by Keith Whitwell · 17 years ago
  9. 035a824 fix merge by keithw · 17 years ago
  10. c5cfa63 disable debug by Keith Whitwell · 17 years ago
  11. e078f91 restore primitive trimming in sp_draw_arrays.c by keithw · 17 years ago
  12. 08589f7 Make flushing more lazy in the draw module. by Keith Whitwell · 17 years ago
  13. 7770acf Use Gallium in the renderer string by keithw · 17 years ago
  14. 5c83f13 Do image flipping in do_copy_texsubimage() and GL pixel transfer ops (except convolution). by Brian · 17 years ago
  15. c6717a8 fallback_copy_texsubimage() basically works now (at least w/ Xlib driver). by Brian · 17 years ago
  16. 78008db added a8r8g8b8_put_tile() by Brian · 17 years ago
  17. fcd4eeb don't use scissored bounds in _mesa_clip_copytexsubimage() by Brian · 17 years ago
  18. 038cb56 More work on glCopyTexSubImage. by Brian · 17 years ago
  19. b27498c checkpoint: glCopyTexImage work by Brian · 17 years ago
  20. b3bb1e3 s/_mesa_copy_rect/copy_rect/ by Brian · 17 years ago
  21. 324ecad Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in the drivers. by Brian · 17 years ago
  22. bad4e10 check for _NEW_PROGRAM mesa state (fixes arbfplight) by Brian · 17 years ago
  23. 715e5ed better debugging by Brian · 17 years ago
  24. 960fe21 comments, null ptr checks, etc. by Brian · 17 years ago
  25. b28f4a2 don't apply pixelzoom to bitmaps by Brian · 17 years ago
  26. 0dfa550 st_draw_vertices() no longer needs attribs[] array parameter by Brian · 17 years ago
  27. ccff14d Simple implementation of glBitmap rendering. by Brian · 17 years ago
  28. 02ea8b8 re-org/prep for glBitmap by Brian · 17 years ago
  29. b5051bf clean-up #includes by Brian · 17 years ago
  30. 3850401 better debug output by Brian · 17 years ago
  31. 83fad68 include programopt.h by Brian · 17 years ago
  32. 3bf8d2a Disable vertex shader fog, compute fog in fragment shader. by Brian · 17 years ago
  33. 07f31a2 some clean-up of ST_NEW_ shader flags by Brian · 17 years ago
  34. 1201eb8 disable TGSI_DEBUG by Brian · 17 years ago
  35. 6b1d2fa replaced by st_atom_shader.c by Brian · 17 years ago
  36. 40c543e Translate mesa vertex/fragment programs to TGSI programs at same time to do proper linking. by Brian · 17 years ago
  37. f9ed2fd translate Mesa programs to TGSI programs (formerly in st_atom_[fv]s.c) by Brian · 17 years ago
  38. 07ef3e4 vertex/fragment shader state and linking by Brian · 17 years ago
  39. ff08c7b test for presence of both front and back color vertex slots by Brian · 17 years ago
  40. 608914a remove unused lookup array by Brian · 17 years ago
  41. a37e0da First attempt at building vertex buffers post-clip. by Keith Whitwell · 17 years ago
  42. 45b37dc turn off shader debug by keithw · 17 years ago
  43. 0940059 test against -1 for front/back attrib by keithw · 17 years ago
  44. c0dd022 Enable SSE2 for FS. by michal · 17 years ago
  45. c0afc92 In here we actually do want to assign it. Fix compilation. by Zack Rusin · 17 years ago
  46. 1ae7373 invert draw_vertex_cache_check_space() by Brian · 17 years ago
  47. ac39441 added PSIZE by Brian · 17 years ago
  48. 890125d fix some post-transform vertex layout issues (bcolors, psize emitted last by Brian · 17 years ago
  49. da45890 Fix up some point size breakage. Start on fogcoord too. by Brian · 17 years ago
  50. 46f606e reenable some clear code that was temporarily disabled by Brian · 17 years ago
  51. 440a5c7 remove debug printfs by Brian · 17 years ago
  52. a3a8887 comments by Brian · 17 years ago
  53. 1ce50d8 use VERT_ATTRIB_MAX for loop limit by Brian · 17 years ago
  54. 1199605 remove SEMANTIC_TEXCOORD by Brian · 17 years ago
  55. e9259ad Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC. by Brian · 17 years ago
  56. 97b81eb rename index var from i to attr, use FRAG_ATTRIB_MAX instead of 16 by Brian · 17 years ago
  57. 8d987d3 minor renaming by Brian · 17 years ago
  58. 9f96c5d pass vs output semantics to tgsi_mesa_compile_vp_program() to generate output DECs by Brian · 17 years ago
  59. f38881c fix in/out typos by Brian · 17 years ago
  60. ed10ece Pass vertex program input semantics into tgsi_mesa_compile_vp_program() to produce DCLs. by Brian · 17 years ago
  61. 562c941 fix 1/i typos by Brian · 17 years ago
  62. ae58f38 Fix the doxygen target in the top-level Makefile. by José Fonseca · 17 years ago
  63. 42df29d Convert i915 to use cso semantics of alpha_test. by Zack Rusin · 17 years ago
  64. 6cb87cf Make the alpha test state a cso. by Zack Rusin · 17 years ago
  65. b0fa489 Silence a few warnings. by Zack Rusin · 17 years ago
  66. 154335d remove :5 form format field in pipe_surface, makes no difference at this time by Brian · 17 years ago
  67. 1bf93fc remove old code in src_vector() by Brian · 17 years ago
  68. f69b5c5 Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes. by Brian · 17 years ago
  69. 478d1e2 remove old/used code by Brian · 17 years ago
  70. 064daf3 remove lots of dead code related to program input/output mapping by Brian · 17 years ago
  71. a8834a7 obsolete by Brian · 17 years ago
  72. c231a9d remove #includes of tgsi_attribs.h by Brian · 17 years ago
  73. 674d013 checkpoint: TGSI_ATTRIB_x tokens no longer used by Brian · 17 years ago
  74. 0867345 Checkpoint: vertex attribute clean-up. by Brian · 17 years ago
  75. 745f0cb Always update st->state.vs, not just when the program is dirty. by Brian · 17 years ago
  76. 768302c remove unused lookup[] by Brian · 17 years ago
  77. b5908a7 fix input/output typos by Brian · 17 years ago
  78. 742e32a Cache the i915 sampler state. by Zack Rusin · 17 years ago
  79. cc2629f Make the rasterizer state in i915 use the cso semantics. by Zack Rusin · 17 years ago
  80. 893f9cd Allow drivers to cache the template in case they want to by Zack Rusin · 17 years ago
  81. 1d8c31b Rewrite the depth_stencil state handling in i915. by Zack Rusin · 17 years ago
  82. 7a06c02 Fix failover state binding and convert the sampler to use the new by Zack Rusin · 17 years ago
  83. a6c0c55 Convert depth_stencil state to the new semantics. by Zack Rusin · 17 years ago
  84. daf5b0f Switch fragment/vertex shaders to the new caching semantics. by Zack Rusin · 17 years ago
  85. 37cf13e Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics. by Brian · 17 years ago
  86. 83a674a Update linux-profile config. by José Fonseca · 17 years ago
  87. a0e948f Fix a really stupid mistake that Michel hit. Return proper hash. by Zack Rusin · 17 years ago
  88. c9a5ef1 Fix window resizes. by Michel Dänzer · 17 years ago
  89. 617b39c Pad surface dimensions to multiples of 2. by Michel Dänzer · 17 years ago
  90. b8ecec7 Adding proper includes often helps with the warnings, or so i hear.. by Zack Rusin · 17 years ago
  91. c8650b0 Avoid redundant reallocation of the template. by Zack Rusin · 17 years ago
  92. fe555c3 Convert the rasterizer cso to the new semantics. by Zack Rusin · 17 years ago
  93. b6d50ab Convert the i915 driver blend state to the new semantics. by Zack Rusin · 17 years ago
  94. c0bf732 Redo the cso cache to map driver data in a lot more pleasing way. by Zack Rusin · 17 years ago
  95. b3cc74a grab vertex program pointer after state validation by Brian · 17 years ago
  96. bcc13fd Only generate vertex shader code when necessary. by Michel Dänzer · 17 years ago
  97. f22e920 Finish up conversions of shaders to immutable objects. by Zack Rusin · 17 years ago
  98. bb611c5 Checkpoint: rework shader input/output register mapping. by Brian · 17 years ago
  99. 63be96b temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled by Brian · 17 years ago
  100. 3f0e04e intel_winsys: Disable scheduled buffer swaps for now. by Michel Dänzer · 17 years ago