1. 9f51e18 added pixelzoom cmd line opt by Brian · 17 years ago
  2. 2f605fd set renderbuffer Width/Height = texture size by Brian · 17 years ago
  3. 4698483 Added st_fb_orientation() function to determine the up/down orientation of the framebuffer. by Brian · 17 years ago
  4. cd308df map stencil buffer too by Brian · 17 years ago
  5. 612cfb7 added assertion to check that texture width is non-zero by Brian · 17 years ago
  6. 5e1bfe4 fix up some render-to-texture code ... almost there by Brian · 17 years ago
  7. 8571c4b added an assertion by Brian · 17 years ago
  8. 76818b6 Missing files by Keith Whitwell · 17 years ago
  9. 40a86b2 Start breaking the #include dependencies between pipe drivers and mesa. by Keith Whitwell · 17 years ago
  10. d467791 check if we have a zbuf before enabling depth_test stage by Brian · 17 years ago
  11. 8cc668a fix some issues with texture/mipmap_tree state tracking by Brian · 17 years ago
  12. c271078 with Y=0=top, front/back determination is negated by Brian · 17 years ago
  13. faa14a9 check for ctx==NULL in st_renderbuffer_delete() by Brian · 17 years ago
  14. b7693ee Draw white square in lower-left corner to test orientation by Brian · 17 years ago
  15. 21b9b8b fill in the get_tile() function so ReadPixels can work by Brian · 17 years ago
  16. eb450bb flush pipe before reading image by Brian · 17 years ago
  17. 0095be5 Change/fix surface allocation functions. by Brian · 17 years ago
  18. 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
  19. e209ca8 do clipping in get_tile() by Brian · 17 years ago
  20. 498c9e9 added Bitmap() stub, call st_validate_state() in DrawPixels by Brian · 17 years ago
  21. 24e2130 remove some temp pipe hacks by Brian · 17 years ago
  22. 2486474 added st_cb_queryobj.c by Brian · 17 years ago
  23. 01efb1d Begin/EndQuery functions by Brian · 17 years ago
  24. bf383d1 repair breakage from recent pipe_winsys re-org by Brian · 17 years ago
  25. 37fdc69 fix invalid usage of buffer_unreference() by Brian · 17 years ago
  26. 83521ee notes/asserts for get/put_tile() by Brian · 17 years ago
  27. bec2230 move pipe_buffer_handle definition to top of file, use it in pipe_region by Brian · 17 years ago
  28. 0b13336 remove #include mtypes.h by Brian · 17 years ago
  29. 91c2216 Rename intel_buffers.[ch] to intel_swapbuffers.[ch] by Keith Whitwell · 17 years ago
  30. 8c44096 Fix some build failures. Move intelScreenContext to intel_context.c by Keith Whitwell · 17 years ago
  31. a0e48b1 Pull in improved debug from master by Keith Whitwell · 17 years ago
  32. 2eb839c make it easier to compare debug code with non-pipe version by Keith Whitwell · 17 years ago
  33. eada74d add intel_lock.c to build by keithw · 17 years ago
  34. 37863c3c remove intel_ioctl.c by keithw · 17 years ago
  35. 4bc932a move batch ioctl to intel_batchbuffer.c by keithw · 17 years ago
  36. 20995b7 remove unused irq functions by keithw · 17 years ago
  37. acff996 move locking to new file by keithw · 17 years ago
  38. ecea02f remove intelGetString() by keithw · 17 years ago
  39. 39407fd Move string functions to state_tracker, add queries to pipe, winsys. by Keith Whitwell · 17 years ago
  40. 1c8bcc7 Y invert, clean-up by Brian · 17 years ago
  41. 717831e invert Y for scissor by Brian · 17 years ago
  42. fb4ff8a use winsys supported_formats() query by keithw · 17 years ago
  43. 5b30113 add missing printf by keithw · 17 years ago
  44. 03a9994 move dri_bo() to a header file by keithw · 17 years ago
  45. 8fbd81b added pipe->max_texture_size() query, use it in st_drawpixels() by Brian · 17 years ago
  46. 47fc2c4 Lift common winsys functions into pipe's new p_winsys. by Keith Whitwell · 17 years ago
  47. 12e3bb1 fix image orientation by Brian · 17 years ago
  48. 04ee3ce readpixels handles any format/type/packing/transfer ops now by Brian · 17 years ago
  49. bc4aa83 setup sampler state, computed wincoords with pixel zoom factors by Brian · 17 years ago
  50. 6ccdd5b don't hardcode cpp by Brian · 17 years ago
  51. ce02b16 added st_sizeof_format() by Brian · 17 years ago
  52. 34d535a glRead/DrawPixels test by Brian · 17 years ago
  53. e51aa57 basic texture-based glDrawPixels path works by Brian · 17 years ago
  54. 9cf9aa1 use st_mesa_format_to_pipe_format() by Brian · 17 years ago
  55. 24e510e added st_mesa_format_to_pipe_format() by Brian · 17 years ago
  56. da9178c alignment/pitch/width clean-ups by Brian · 17 years ago
  57. 48f853f minor clean-ups by Brian · 17 years ago
  58. 5c2c056 Handle glFlush/glFinish through the state tracker. by Keith Whitwell · 17 years ago
  59. 9ac1a8d pipe->region_alloc() now takes width instead of pitch, plus a flags param by Brian · 17 years ago
  60. 519aace fix asst glitches by Brian · 17 years ago
  61. 80e8538 Add SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x. by michal · 17 years ago
  62. 9cad4dd Support predicates. by michal · 17 years ago
  63. 900b080 added st_cb_readpixels.c by Brian · 17 years ago
  64. 6f27aab use st_cb_readpixels.c by Brian · 17 years ago
  65. c943dab glReadPixels by Brian · 17 years ago
  66. 9879ca0 add missing break stmt by Brian · 17 years ago
  67. 3738606 more render to texture work by Brian · 17 years ago
  68. 137ec50 sketch out some render-to-texture code by Brian · 17 years ago
  69. 6349bd3 remove some temporary hacks by Brian · 17 years ago
  70. 0aa8b16 added pipe_surface_unreference() by Brian · 17 years ago
  71. 3cc5b16 include surface.offset in address calculations by Brian · 17 years ago
  72. 30e506e Clean up / sanitize debugging by Keith Whitwell · 17 years ago
  73. a27c0db Missing files by Keith Whitwell · 17 years ago
  74. c26d635 Remove dead include line by Keith Whitwell · 17 years ago
  75. 07fd9ad Fix merge issue by Keith Whitwell · 17 years ago
  76. fa6815f Give softpipe a native texture layout of its own. by Keith Whitwell · 17 years ago
  77. 938c307 Add printf handlers, pass pci id and move texlayout code to driver. by Keith Whitwell · 17 years ago
  78. c12b71e Pass pci_id to i915_create() by Keith Whitwell · 17 years ago
  79. cb2d95b Add a printf method to winsys and use for all debugging. by Keith Whitwell · 17 years ago
  80. af25ca6 Add a printf method to winsys. Not currently used. by Keith Whitwell · 17 years ago
  81. 6e3c015 obsolete files by Brian · 17 years ago
  82. 0643ea0 no longer need intel_surface.c by Brian · 17 years ago
  83. 8639a54 move intel_supported_formats() into intel_context.c by Brian · 17 years ago
  84. 12b0aa1 we can now just rely on softpipe for surface creation, quad_read/write, etc by Brian · 17 years ago
  85. 3654922 flesh out w/ more formats, y=0=top convention by Brian · 17 years ago
  86. c7dd9bf return (softpipe) in GL_RENDERER string - temporarily by Brian · 17 years ago
  87. f8ab247 rename st_cb_teximage.h st_format.h by Brian · 17 years ago
  88. 1463c00 Rename (file contains surface format-related functions) by Brian · 17 years ago
  89. a25dd4d code movement by Brian · 17 years ago
  90. d2bfdae invert Y axis by Brian · 17 years ago
  91. c715706 change triangle orientation, fix exit() by Brian · 17 years ago
  92. 3a9eca5 asst changes to get softpipe rendering again (no zbuf support for now) by Brian · 17 years ago
  93. 6883930 init strb->Base.DataType appropriately, clean-ups by Brian · 17 years ago
  94. 2f4f703a export softpipe_init_surface_funcs() by Brian · 17 years ago
  95. ac36cdb added null ptr checks by Brian · 17 years ago
  96. 78b1a29 Split texfilter enums to match common hardware usage. by Keith Whitwell · 17 years ago
  97. 00677fb silence warning by Keith Whitwell · 17 years ago
  98. 1ac106e silence warning by Keith Whitwell · 17 years ago
  99. c19a955 more work toward texture-based glDrawPixels by Brian · 17 years ago
  100. be57c1a comments by Brian · 17 years ago