1. 5d42fdb mt->pitch must be at least 16 because of 64-byte alignment in sp_region.c (fix that someday) by Brian · 17 years ago
  2. e209ca8 do clipping in get_tile() by Brian · 17 years ago
  3. 498c9e9 added Bitmap() stub, call st_validate_state() in DrawPixels by Brian · 17 years ago
  4. 24e2130 remove some temp pipe hacks by Brian · 17 years ago
  5. 2486474 added st_cb_queryobj.c by Brian · 17 years ago
  6. 01efb1d Begin/EndQuery functions by Brian · 17 years ago
  7. bf383d1 repair breakage from recent pipe_winsys re-org by Brian · 17 years ago
  8. 37fdc69 fix invalid usage of buffer_unreference() by Brian · 17 years ago
  9. 83521ee notes/asserts for get/put_tile() by Brian · 17 years ago
  10. bec2230 move pipe_buffer_handle definition to top of file, use it in pipe_region by Brian · 17 years ago
  11. 0b13336 remove #include mtypes.h by Brian · 17 years ago
  12. 91c2216 Rename intel_buffers.[ch] to intel_swapbuffers.[ch] by Keith Whitwell · 17 years ago
  13. 8c44096 Fix some build failures. Move intelScreenContext to intel_context.c by Keith Whitwell · 17 years ago
  14. a0e48b1 Pull in improved debug from master by Keith Whitwell · 17 years ago
  15. 2eb839c make it easier to compare debug code with non-pipe version by Keith Whitwell · 17 years ago
  16. eada74d add intel_lock.c to build by keithw · 17 years ago
  17. 37863c3c remove intel_ioctl.c by keithw · 17 years ago
  18. 4bc932a move batch ioctl to intel_batchbuffer.c by keithw · 17 years ago
  19. 20995b7 remove unused irq functions by keithw · 17 years ago
  20. acff996 move locking to new file by keithw · 17 years ago
  21. ecea02f remove intelGetString() by keithw · 17 years ago
  22. 39407fd Move string functions to state_tracker, add queries to pipe, winsys. by Keith Whitwell · 17 years ago
  23. 1c8bcc7 Y invert, clean-up by Brian · 17 years ago
  24. 717831e invert Y for scissor by Brian · 17 years ago
  25. fb4ff8a use winsys supported_formats() query by keithw · 17 years ago
  26. 5b30113 add missing printf by keithw · 17 years ago
  27. 03a9994 move dri_bo() to a header file by keithw · 17 years ago
  28. 8fbd81b added pipe->max_texture_size() query, use it in st_drawpixels() by Brian · 17 years ago
  29. 47fc2c4 Lift common winsys functions into pipe's new p_winsys. by Keith Whitwell · 17 years ago
  30. 12e3bb1 fix image orientation by Brian · 17 years ago
  31. 04ee3ce readpixels handles any format/type/packing/transfer ops now by Brian · 17 years ago
  32. bc4aa83 setup sampler state, computed wincoords with pixel zoom factors by Brian · 17 years ago
  33. 6ccdd5b don't hardcode cpp by Brian · 17 years ago
  34. ce02b16 added st_sizeof_format() by Brian · 17 years ago
  35. 34d535a glRead/DrawPixels test by Brian · 17 years ago
  36. e51aa57 basic texture-based glDrawPixels path works by Brian · 17 years ago
  37. 9cf9aa1 use st_mesa_format_to_pipe_format() by Brian · 17 years ago
  38. 24e510e added st_mesa_format_to_pipe_format() by Brian · 17 years ago
  39. da9178c alignment/pitch/width clean-ups by Brian · 17 years ago
  40. 48f853f minor clean-ups by Brian · 17 years ago
  41. 5c2c056 Handle glFlush/glFinish through the state tracker. by Keith Whitwell · 17 years ago
  42. 9ac1a8d pipe->region_alloc() now takes width instead of pitch, plus a flags param by Brian · 17 years ago
  43. 519aace fix asst glitches by Brian · 17 years ago
  44. 80e8538 Add SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x. by michal · 17 years ago
  45. 9cad4dd Support predicates. by michal · 17 years ago
  46. 900b080 added st_cb_readpixels.c by Brian · 17 years ago
  47. 6f27aab use st_cb_readpixels.c by Brian · 17 years ago
  48. c943dab glReadPixels by Brian · 17 years ago
  49. 9879ca0 add missing break stmt by Brian · 17 years ago
  50. 3738606 more render to texture work by Brian · 17 years ago
  51. 137ec50 sketch out some render-to-texture code by Brian · 17 years ago
  52. 6349bd3 remove some temporary hacks by Brian · 17 years ago
  53. 0aa8b16 added pipe_surface_unreference() by Brian · 17 years ago
  54. 3cc5b16 include surface.offset in address calculations by Brian · 17 years ago
  55. 30e506e Clean up / sanitize debugging by Keith Whitwell · 17 years ago
  56. a27c0db Missing files by Keith Whitwell · 17 years ago
  57. c26d635 Remove dead include line by Keith Whitwell · 17 years ago
  58. 07fd9ad Fix merge issue by Keith Whitwell · 17 years ago
  59. fa6815f Give softpipe a native texture layout of its own. by Keith Whitwell · 17 years ago
  60. 938c307 Add printf handlers, pass pci id and move texlayout code to driver. by Keith Whitwell · 17 years ago
  61. c12b71e Pass pci_id to i915_create() by Keith Whitwell · 17 years ago
  62. cb2d95b Add a printf method to winsys and use for all debugging. by Keith Whitwell · 17 years ago
  63. af25ca6 Add a printf method to winsys. Not currently used. by Keith Whitwell · 17 years ago
  64. 6e3c015 obsolete files by Brian · 17 years ago
  65. 0643ea0 no longer need intel_surface.c by Brian · 17 years ago
  66. 8639a54 move intel_supported_formats() into intel_context.c by Brian · 17 years ago
  67. 12b0aa1 we can now just rely on softpipe for surface creation, quad_read/write, etc by Brian · 17 years ago
  68. 3654922 flesh out w/ more formats, y=0=top convention by Brian · 17 years ago
  69. c7dd9bf return (softpipe) in GL_RENDERER string - temporarily by Brian · 17 years ago
  70. f8ab247 rename st_cb_teximage.h st_format.h by Brian · 17 years ago
  71. 1463c00 Rename (file contains surface format-related functions) by Brian · 17 years ago
  72. a25dd4d code movement by Brian · 17 years ago
  73. d2bfdae invert Y axis by Brian · 17 years ago
  74. c715706 change triangle orientation, fix exit() by Brian · 17 years ago
  75. 3a9eca5 asst changes to get softpipe rendering again (no zbuf support for now) by Brian · 17 years ago
  76. 6883930 init strb->Base.DataType appropriately, clean-ups by Brian · 17 years ago
  77. 2f4f703a export softpipe_init_surface_funcs() by Brian · 17 years ago
  78. ac36cdb added null ptr checks by Brian · 17 years ago
  79. 78b1a29 Split texfilter enums to match common hardware usage. by Keith Whitwell · 17 years ago
  80. 00677fb silence warning by Keith Whitwell · 17 years ago
  81. 1ac106e silence warning by Keith Whitwell · 17 years ago
  82. c19a955 more work toward texture-based glDrawPixels by Brian · 17 years ago
  83. be57c1a comments by Brian · 17 years ago
  84. 3d31252 move viewport Y inversion to state tracker by Brian · 17 years ago
  85. 7c9a135 Add more i915 state packets. by Keith Whitwell · 17 years ago
  86. b3efc75 Remove unused file by Keith Whitwell · 17 years ago
  87. f1637e8 invert Y axis with the viewport transformation to put things right side up by Brian · 17 years ago
  88. 584c076 vertex colors are ARGB by Brian · 17 years ago
  89. debb488 Missing files by Keith Whitwell · 17 years ago
  90. e23966f Some basic state - blend and ztest sort of work. by Keith Whitwell · 17 years ago
  91. 3bf25e5 Remove references to fallbacks from this directory by Keith Whitwell · 17 years ago
  92. df338be comments, assertions, etc by Brian · 17 years ago
  93. ef5d99e Obsolete by Brian · 17 years ago
  94. e24c696 dead code removal by Brian · 17 years ago
  95. 94fda56 Emit drawrect command as we no longer ask the kernel to do this. by Keith Whitwell · 17 years ago
  96. bb14274 Remove unused blit functions. by Keith Whitwell · 17 years ago
  97. 277e498 Don't reemit hardware state *every* primitive. by Keith Whitwell · 17 years ago
  98. fb8caff fix merge conflicts by Brian · 17 years ago
  99. 0c4c86c don't use intel_read_draw_buffer.c anymore by Brian · 17 years ago
  100. 3c07bbb assertions by Brian · 17 years ago