1. 137ec50 sketch out some render-to-texture code by Brian · 17 years ago
  2. 6349bd3 remove some temporary hacks by Brian · 17 years ago
  3. 0aa8b16 added pipe_surface_unreference() by Brian · 17 years ago
  4. 3cc5b16 include surface.offset in address calculations by Brian · 17 years ago
  5. 30e506e Clean up / sanitize debugging by Keith Whitwell · 17 years ago
  6. a27c0db Missing files by Keith Whitwell · 17 years ago
  7. c26d635 Remove dead include line by Keith Whitwell · 17 years ago
  8. 07fd9ad Fix merge issue by Keith Whitwell · 17 years ago
  9. fa6815f Give softpipe a native texture layout of its own. by Keith Whitwell · 17 years ago
  10. 938c307 Add printf handlers, pass pci id and move texlayout code to driver. by Keith Whitwell · 17 years ago
  11. c12b71e Pass pci_id to i915_create() by Keith Whitwell · 17 years ago
  12. cb2d95b Add a printf method to winsys and use for all debugging. by Keith Whitwell · 17 years ago
  13. af25ca6 Add a printf method to winsys. Not currently used. by Keith Whitwell · 17 years ago
  14. 6e3c015 obsolete files by Brian · 17 years ago
  15. 0643ea0 no longer need intel_surface.c by Brian · 17 years ago
  16. 8639a54 move intel_supported_formats() into intel_context.c by Brian · 17 years ago
  17. 12b0aa1 we can now just rely on softpipe for surface creation, quad_read/write, etc by Brian · 17 years ago
  18. 3654922 flesh out w/ more formats, y=0=top convention by Brian · 17 years ago
  19. c7dd9bf return (softpipe) in GL_RENDERER string - temporarily by Brian · 17 years ago
  20. f8ab247 rename st_cb_teximage.h st_format.h by Brian · 17 years ago
  21. 1463c00 Rename (file contains surface format-related functions) by Brian · 17 years ago
  22. a25dd4d code movement by Brian · 17 years ago
  23. d2bfdae invert Y axis by Brian · 17 years ago
  24. c715706 change triangle orientation, fix exit() by Brian · 17 years ago
  25. 3a9eca5 asst changes to get softpipe rendering again (no zbuf support for now) by Brian · 17 years ago
  26. 6883930 init strb->Base.DataType appropriately, clean-ups by Brian · 17 years ago
  27. 2f4f703a export softpipe_init_surface_funcs() by Brian · 17 years ago
  28. ac36cdb added null ptr checks by Brian · 17 years ago
  29. 78b1a29 Split texfilter enums to match common hardware usage. by Keith Whitwell · 17 years ago
  30. 00677fb silence warning by Keith Whitwell · 17 years ago
  31. 1ac106e silence warning by Keith Whitwell · 17 years ago
  32. c19a955 more work toward texture-based glDrawPixels by Brian · 17 years ago
  33. be57c1a comments by Brian · 17 years ago
  34. 3d31252 move viewport Y inversion to state tracker by Brian · 17 years ago
  35. 7c9a135 Add more i915 state packets. by Keith Whitwell · 17 years ago
  36. b3efc75 Remove unused file by Keith Whitwell · 17 years ago
  37. f1637e8 invert Y axis with the viewport transformation to put things right side up by Brian · 17 years ago
  38. 584c076 vertex colors are ARGB by Brian · 17 years ago
  39. debb488 Missing files by Keith Whitwell · 17 years ago
  40. e23966f Some basic state - blend and ztest sort of work. by Keith Whitwell · 17 years ago
  41. 3bf25e5 Remove references to fallbacks from this directory by Keith Whitwell · 17 years ago
  42. df338be comments, assertions, etc by Brian · 17 years ago
  43. ef5d99e Obsolete by Brian · 17 years ago
  44. e24c696 dead code removal by Brian · 17 years ago
  45. 94fda56 Emit drawrect command as we no longer ask the kernel to do this. by Keith Whitwell · 17 years ago
  46. bb14274 Remove unused blit functions. by Keith Whitwell · 17 years ago
  47. 277e498 Don't reemit hardware state *every* primitive. by Keith Whitwell · 17 years ago
  48. fb8caff fix merge conflicts by Brian · 17 years ago
  49. 0c4c86c don't use intel_read_draw_buffer.c anymore by Brian · 17 years ago
  50. 3c07bbb assertions by Brian · 17 years ago
  51. 807ecbd *numFormats = 3 by Brian · 17 years ago
  52. 3e930c3 minor clean-ups by Brian · 17 years ago
  53. a451721 remove intel_depthstencil.c and intel_fbo.c by Brian · 17 years ago
  54. a47c387 Obsolete files by Brian · 17 years ago
  55. 3a035d0 don't include intel_depthstencil.h by Brian · 17 years ago
  56. 74b5cb0 remove some includes by Brian · 17 years ago
  57. f5713c7 Checkpoint intel_renderbuffer removal. by Brian · 17 years ago
  58. 36fc648 remove dead code, remove intel_fbo.h includes by Brian · 17 years ago
  59. 01ee12c surface-related prototypes by Brian · 17 years ago
  60. 64da751 checkpoint: no longer using intel_fbo.c by Brian · 17 years ago
  61. b6e4efb remove color_rb[] and lots of dead code by Brian · 17 years ago
  62. 0481f22 disable intel_get_rb_region() by Brian · 17 years ago
  63. 334d365 checkpoint: more intel_renderbuffer removal by Brian · 17 years ago
  64. d177a00 checkpoint: intel_renderbuffer removal (intel_renderbuffer now == gl_renderbuffer by Brian · 17 years ago
  65. 4ab52c4 checkpoint: intel_renderbuffer removal (move vbl_pending field into intel_framebuffer by Brian · 17 years ago
  66. 3614a9a checkpoint: intel_renderbuffer removal by Brian · 17 years ago
  67. ba75e41 Update opcode list. by michal · 17 years ago
  68. 81e595d Further opcode list reorg. by michal · 17 years ago
  69. 5279b26 Quieten TGSI by Keith Whitwell · 17 years ago
  70. 17dde8d Quieten TGSI by Keith Whitwell · 17 years ago
  71. 4e517f9 Supporting batchbuffer changes for 1st hwpipe triangles... by Keith Whitwell · 17 years ago
  72. 13eaf04 Remove unreferenced file. by Keith Whitwell · 17 years ago
  73. 93b6e8a Tweaks to state emit, acheives first hw triangles from a pipe driver. by Keith Whitwell · 17 years ago
  74. c046174 Pull in debug code for human-readable batchbuffer dumps. by Keith Whitwell · 17 years ago
  75. 9526f74 The pipe version of these files. Can probably relocate to pipe/i915simple. by Keith Whitwell · 17 years ago
  76. dc2c20b Put back the old versions of intel_tex_layout.* in this shared directory. by Keith Whitwell · 17 years ago
  77. b0e57f7 Hook up pipe flush functionality by Keith Whitwell · 17 years ago
  78. 93d5cfd Add flush/finish functionality to pipe. by Keith Whitwell · 17 years ago
  79. d0521eb Split swapbuffers and read/draw buffers functionality into two files. by Keith Whitwell · 17 years ago
  80. 64f4268 Declare missing opcode aliases. Declare SGN opcode. by michal · 17 years ago
  81. 562fdca update lod bias, limits by Brian · 17 years ago
  82. 5671bba clean-up by Brian · 17 years ago
  83. 8140642 use surface offset value in get_tile() by Brian · 17 years ago
  84. 09a1b91 initial lod/mipmap texture supported by Brian · 17 years ago
  85. 7faa354 setup frag shader state: color pass-through program by Brian · 17 years ago
  86. ed227b7 added assertion by Brian · 17 years ago
  87. 6dc212c print_vertex func for debugging by Brian · 17 years ago
  88. 3113254 new assertions by Brian · 17 years ago
  89. 960bf97 Add D3D9 opcodes up to ps_2_x and vs_2_x. by michal · 17 years ago
  90. 65f7b38 Don't use hardware driver by default, until its working a bit better. by Keith Whitwell · 17 years ago
  91. 715acc7 The i915simple driver now runs well enough to lock up hardware. by Keith Whitwell · 17 years ago
  92. cf3fb4e Call init_state_funcs by Keith Whitwell · 17 years ago
  93. 7bf2e9e Fix typo so that i915simple actually gets used. by Keith Whitwell · 17 years ago
  94. c28d2e6 remove unused file by keithw · 17 years ago
  95. db06826 remove unused file by keithw · 17 years ago
  96. 7f745381 Remove unused code, definitions. by Keith Whitwell · 17 years ago
  97. f71edfa increase texture size to 32x32 by root · 17 years ago
  98. 267cf16 very simple texture cache implementation by Brian · 17 years ago
  99. c8cc1e8 fix qs->next tests by Brian · 17 years ago
  100. e4eb973 add quad_stage::begin() funcs by Brian · 17 years ago