1. 562fdca update lod bias, limits by Brian · 17 years ago
  2. 5671bba clean-up by Brian · 17 years ago
  3. 8140642 use surface offset value in get_tile() by Brian · 17 years ago
  4. 09a1b91 initial lod/mipmap texture supported by Brian · 17 years ago
  5. 7faa354 setup frag shader state: color pass-through program by Brian · 17 years ago
  6. ed227b7 added assertion by Brian · 17 years ago
  7. 6dc212c print_vertex func for debugging by Brian · 17 years ago
  8. 3113254 new assertions by Brian · 17 years ago
  9. 960bf97 Add D3D9 opcodes up to ps_2_x and vs_2_x. by michal · 17 years ago
  10. 65f7b38 Don't use hardware driver by default, until its working a bit better. by Keith Whitwell · 17 years ago
  11. 715acc7 The i915simple driver now runs well enough to lock up hardware. by Keith Whitwell · 17 years ago
  12. cf3fb4e Call init_state_funcs by Keith Whitwell · 17 years ago
  13. 7bf2e9e Fix typo so that i915simple actually gets used. by Keith Whitwell · 17 years ago
  14. c28d2e6 remove unused file by keithw · 17 years ago
  15. db06826 remove unused file by keithw · 17 years ago
  16. 7f745381 Remove unused code, definitions. by Keith Whitwell · 17 years ago
  17. f71edfa increase texture size to 32x32 by root · 17 years ago
  18. 267cf16 very simple texture cache implementation by Brian · 17 years ago
  19. c8cc1e8 fix qs->next tests by Brian · 17 years ago
  20. e4eb973 add quad_stage::begin() funcs by Brian · 17 years ago
  21. f00179f Add a quad_stage::begin() method to do per-primitive preparations (like setting up samplers). by Brian · 17 years ago
  22. 8daa738 Remove more dead files. by Keith Whitwell · 17 years ago
  23. 173e2c6 Remove dead files. by Keith Whitwell · 17 years ago
  24. ef8b68a Pull in i915simple.a by Keith Whitwell · 17 years ago
  25. dbb297f Hook up i915simple. Doesn't compile. by Keith Whitwell · 17 years ago
  26. 7e78b9e rewrite texture sampling code (smaller, simpler) by Brian · 17 years ago
  27. e12810d add lambda param to get_sample() by Brian · 17 years ago
  28. 34a48ab sketch out 1D/3D/cube texture sampling by Brian · 17 years ago
  29. eb147ed added PIPE_TEX_FACE_* by Brian · 17 years ago
  30. 40bc47f replace draw_offset w/ 0 for now by Brian · 17 years ago
  31. 7523f49 define i915_surface struct by Brian · 17 years ago
  32. 8a475cb Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys. by Keith Whitwell · 17 years ago
  33. f62b573 more get_tile() work by Brian · 17 years ago
  34. 08f33a0 fully support all texcoord wrap modes by Brian · 17 years ago
  35. 01c35b5 Checkpoint of a super-simplified i915 driver in the pipe model. by Keith Whitwell · 17 years ago
  36. ddd30d8 clean up tgsi_sampler-related bits by Brian · 17 years ago
  37. e4b5265 use new tex filtering code by Brian · 17 years ago
  38. 0dc4eea initial texture filtering code by Brian · 17 years ago
  39. 283ed43 include p_state.h by Brian · 17 years ago
  40. 85675db added a get_tile() func by Brian · 17 years ago
  41. 11c557d map/unmap textures by Brian · 17 years ago
  42. 204d35c remove dst!=src assertion by Brian · 17 years ago
  43. b478486 debug info by Brian · 17 years ago
  44. b245840 set mt->format by Brian · 17 years ago
  45. 6cdff69 added pipe_mipmap_tree::format by Brian · 17 years ago
  46. 14b9834 s/intel/st/ by Brian · 17 years ago
  47. 4a470f6 Naive implementation of IF/ELSE/ENDIF. by michal · 17 years ago
  48. adf5560 checkpoint new tgsi_sampler_state struct by Brian · 17 years ago
  49. ab80be0 remove pipe_surface_sampler by Brian · 17 years ago
  50. d805d46 added st_atom_texture.c by Brian · 17 years ago
  51. d78dab1 plug in texture/sampler state update by Brian · 17 years ago
  52. 28d64d3 texture image state handling by Brian · 17 years ago
  53. b23f358 sketch out new pipe surface/sampler types by Brian · 17 years ago
  54. 281dad2 Handle labels for IF/ELSE correctly by michal · 17 years ago
  55. f141399 Enable compact TGSI dump. by michal · 17 years ago
  56. c7e6a2e Dump tokens in more compact form. by michal · 17 years ago
  57. cec49ee s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c by Brian · 17 years ago
  58. c61927a don't include non-existant intel_buffer_objects.h by Brian · 17 years ago
  59. 90ee7a4 Gutsy oopses on touch of existing file. Workaround. by Keith Whitwell · 17 years ago
  60. 87a8f56 Remove old intel_buffer_objects code - there is a state_tracker version now. by Keith Whitwell · 17 years ago
  61. 285c7d5 Labels are always label targets. by michal · 17 years ago
  62. 958a1ad prototypes by Brian · 17 years ago
  63. e43bc8d get rid of temp write_mono_row_ub() function by Brian · 17 years ago
  64. 647afc3 call st_init_driver_functions(), make intelInitDriverFunctions() static by Brian · 17 years ago
  65. 34ff87e call st_init_driver_functions() by Brian · 17 years ago
  66. 4a60b94 added softpipe_mipmap_tree_layout by Brian · 17 years ago
  67. 0763337 need a softpipe func for texture layout by Brian · 17 years ago
  68. 6da9234 New st_init_*_functions() to initialize the driver functions table. by Brian · 17 years ago
  69. 8ebf91d new header by Brian · 17 years ago
  70. a2e3def fix asst. warnings by Brian · 17 years ago
  71. 3f26f61 Add GLSL opcodes. by michal · 17 years ago
  72. 2cd6291 Add GLSL ops. by michal · 17 years ago
  73. 76478a4 Make SGE, SGT, SLE working. by michal · 17 years ago
  74. 10fd274 Remove garbage text. by michal · 17 years ago
  75. 555ff45 Use fp_attr_to_slot[]. by michal · 17 years ago
  76. 1d45082 Reorder opcodes. by michal · 17 years ago
  77. 2f35238 Translate the remaining ops. by michal · 17 years ago
  78. 073d25e Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch by Brian · 17 years ago
  79. 8929c90 added xm_softpipe.c by Brian · 17 years ago
  80. b1ad628 use new xmesa_create_softpipe() by Brian · 17 years ago
  81. a96d20e softpipe/winsys interface by Brian · 17 years ago
  82. f79b90b Translate MESA GLSL opcodes to TGSI opcodes. by michal · 17 years ago
  83. f203495 Add path for GL includes in mesa tree. by michal · 17 years ago
  84. ddece00 added st_cb_texture.c by Brian · 17 years ago
  85. 9ee61c9 clean-ups by Brian · 17 years ago
  86. 1cc774f switch to new texture functions in state tracker by Brian · 17 years ago
  87. 4435bae use new texture funcs by Brian · 17 years ago
  88. 0790d9a clean-ups by Brian · 17 years ago
  89. 24df8f8 new texture functions by Brian · 17 years ago
  90. 3e147fe comments by Brian · 17 years ago
  91. fe52cce Add GLSL opcodes. by michal · 17 years ago
  92. 2dd4506 disable/remove intel dependencies by Brian · 17 years ago
  93. d49cee1 more intel_context removal by Brian · 17 years ago
  94. f42feca disable some PBO code, remove intel dependencies by Brian · 17 years ago
  95. e3ad589 remove timing code by Brian · 17 years ago
  96. b9f4b0c Replace intel_texture_object with st_texture_object, intel_texture_image with st_texture_image by Brian · 17 years ago
  97. bc3b608 minor renaming by Brian · 17 years ago
  98. 307fe07 Lift intel_mipmap_tree.c to st_mipmap_tree.c by Brian · 17 years ago
  99. bdd3ccf More code movement, removal of intel dependencies by Brian · 17 years ago
  100. 24ddf11 remove more intel dependencies by Brian · 17 years ago