1. e2feb80 Remove pipe->max_texture_size(), use get_param() instead. by Brian · 17 years ago
  2. 24ac9c3 check for __i386__ or __386__ instead of USE_X86_ASM by Brian · 17 years ago
  3. a06dcfd Allow custom pipe driver buffer usage flags. by José Fonseca · 17 years ago
  4. fa1a66d Supply buffer usage hints to winsys. by José Fonseca · 17 years ago
  5. 4f79dbd Convert format bitfields to shifts and masks. by Michel Dänzer · 17 years ago
  6. 0ab2c84 Fix non-x86 build. by Michel Dänzer · 17 years ago
  7. c6499a7 Determine GL extensions/limits by making pipe queries. by Brian · 17 years ago
  8. 01e7165 clean ups by Brian · 17 years ago
  9. d31d93f change includes, minor simplification in intelDisplaySurface() by Brian · 17 years ago
  10. cadaa43 include mtypes.h (temporary) by Brian · 17 years ago
  11. ced9c0f don't include mtypes.h in st_public.h by Brian · 17 years ago
  12. 9b0f71e move st_invalidate_state() prototype to st_context.h by Brian · 17 years ago
  13. 91564ee Remove some temporary state tracker context/framebuffer_create functions. by Brian · 17 years ago
  14. e39f1b4 Update xlib driver to use newer state tracker context/framebuffer functions. by Brian · 17 years ago
  15. 9a563d5 no-op glCopyPixels if width or height is zero by Brian · 17 years ago
  16. f4d51d8 asst clean-ups by Brian · 17 years ago
  17. e4bad27 remove some GL types, mesa includes by Brian · 17 years ago
  18. 3f80be3 move intel_context_mesa() into intel_swapbuffers.c (the only place it's used now) by Brian · 17 years ago
  19. 6ad4656 Move driBatchPoolInit() into new intel_batchpool.h header. by Brian · 17 years ago
  20. b17675d Move driBatchPoolInit() into new intel_batchpool.h header. by Brian · 17 years ago
  21. adf3761 remove intelScreenPrivate typedef and use cast wrapper function to be like intel_context and intel_framebuffer by Brian · 17 years ago
  22. 736baf2 remove driScrnPriv field from intel_screen by Brian · 17 years ago
  23. cd360b7 comments by Brian · 17 years ago
  24. 1bbc86e fix typo, formatting by Brian · 17 years ago
  25. f8f1c4a remove unused intelScreen->texPool by Brian · 17 years ago
  26. 6a95fe8 add missing free() in intelDestroyContext by Brian · 17 years ago
  27. 897428c comments, clean-ups, assertions by Brian · 17 years ago
  28. 4136884 rewrite/simplify intelCopySubBuffer() by Brian · 17 years ago
  29. 81c1993 rewrite/simplify intelSwapBuffers() by Brian · 17 years ago
  30. 7486673 added st_notify_swapbuffers() by Brian · 17 years ago
  31. 9fc03fe replace get_color_surface() with st_get_framebuffer_surface() by Brian · 17 years ago
  32. 616bf35 added st_get_framebuffer_surface() and ST_SURFACE_x tokens by Brian · 17 years ago
  33. f221ea6 comments, tweaks by Brian · 17 years ago
  34. 29c1fdd better use of intel_context() cast wrappers by Brian · 17 years ago
  35. 2edc87e clean-up/re-org of intel_framebuffer code by Brian · 17 years ago
  36. 1f17d84 remove unused intel_fb decls, code by Brian · 17 years ago
  37. 32f05c3 move intelCopySubBuffer() decl by Brian · 17 years ago
  38. c1933ed remove dead code in intelCreateBuffer() by Brian · 17 years ago
  39. bac76b7 remove intel_context cliprect code by Brian · 17 years ago
  40. 1cb8147 remove unused var by Brian · 17 years ago
  41. 5d8e383 remove cliprect code by Brian · 17 years ago
  42. 4e0b389 remove mesa includes by Brian · 17 years ago
  43. 1313309 use st_unreference_framebuffer() by Brian · 17 years ago
  44. 44dfed1 added st_unreference_framebuffer() by Brian · 17 years ago
  45. fc73b21 rename intelWindowMoved() to intelUpdateWindowSize() by Brian · 17 years ago
  46. 02a1c8f pass __DRIdrawablePrivate to intelWindowMoved(), rather than context ptr by Brian · 17 years ago
  47. cb62b64 simplify the window moved/resized code a bit by Brian · 17 years ago
  48. ed8774e set stfb->Base.Initialized by Brian · 17 years ago
  49. e9d2156 Remove intelUpdateFramebufferSize(), use st_resize_framebuffer(). by Brian · 17 years ago
  50. 3d14b2c added st_resize_framebuffer() by Brian · 17 years ago
  51. ecb4127 use st_make_current() by Brian · 17 years ago
  52. c4a9c49 restore dummy card_extensions extensions array, needed for dispatch setup by Brian · 17 years ago
  53. 2085cc9 use st_create_framebuffer() by Brian · 17 years ago
  54. e49efda st_create_framebuffer() working by Brian · 17 years ago
  55. bffed01 move st_create_framebuffer() to new st_framebuffer.c file by Brian · 17 years ago
  56. 01b71b8 new file for st_framebuffer stuff by Brian · 17 years ago
  57. 794e03d Introduce st_framebuffer type and st_create_framebuffer(), st_make_current() by Brian · 17 years ago
  58. 7edf630 more dead code removal, clean-up by Brian · 17 years ago
  59. 5ff1ff2 move intelScreenContext() to intel_swapbuffers.c and make static by Brian · 17 years ago
  60. 070aad3 remove mesa extension code by Brian · 17 years ago
  61. 35924a3 remove old mesa context creation code by Brian · 17 years ago
  62. e8f1006 remove dead code, unnecessary #includes, etc by Brian · 17 years ago
  63. 798658c remove INTEL_FIREVERTICES by Brian · 17 years ago
  64. cf30d37 remove refcount, fboRect fields by Brian · 17 years ago
  65. ca96ee4 remove intel->pipe field by Brian · 17 years ago
  66. a50d2fe remove some struct decls by Brian · 17 years ago
  67. 0452eb9 s/intelDisplayBuffer/intelDisplaySurface by Brian · 17 years ago
  68. d049383 simplify intelSwapBuffers() by Brian · 17 years ago
  69. d083cbb remove useless code by Brian · 17 years ago
  70. 2beb872 remove disabled vblank/sync code by Brian · 17 years ago
  71. 488326b disable vblank/sync code by Brian · 17 years ago
  72. a5df423 added check for fb==NULL by Brian · 17 years ago
  73. 29feee2 remove dead pageflip code by Brian · 17 years ago
  74. b8897d7 disable page flip code by Brian · 17 years ago
  75. 0ff447e include context.h by Brian · 17 years ago
  76. 156e490 replace IntelFlush(), FLUSH_VERTICES(), etc. with st_flush() call by Brian · 17 years ago
  77. 08f88cb call FLUSH_VERTICES() in st_flush() by Brian · 17 years ago
  78. 4019277 public st_flush() by Brian · 17 years ago
  79. f6427e35 remove extern decls for non-existant functions by Brian · 17 years ago
  80. 09771f8c #include clean-ups, fixes by Brian · 17 years ago
  81. 381b68d comment about renderbuffers vs. surfaces by Brian · 17 years ago
  82. 00a133a remove some dead code, clean-ups by Brian · 17 years ago
  83. 17d044e more clean-up in intelDisplayBuffer() by Brian · 17 years ago
  84. fda91cf Check if the user/texenvprogram is just a pass-through program and skip program concatenation. by Brian · 17 years ago
  85. 7a7899a Allow batch buffer debugging without calling i915_winsys->batch_start so often. by José Fonseca · 17 years ago
  86. 5fa6ea6 Do something sensible when failed to reserve space in the batch buffer. by José Fonseca · 17 years ago
  87. 5c1606a Detail i915 winsys interface comments. by José Fonseca · 17 years ago
  88. 3c393b8 Render primitives using indirect vertices in a vertex buffer. by José Fonseca · 17 years ago
  89. 16fe6a0 Cleanups. by Zack Rusin · 17 years ago
  90. a2debc2 Implement sin opcode. by Zack Rusin · 17 years ago
  91. e0e91e7 Implement scs opcode by Zack Rusin · 17 years ago
  92. 5c7bfb0 Implement COS and CMP opcode. by Zack Rusin · 17 years ago
  93. cf363ba Add debugging ifdefs to make it less verbose by Zack Rusin · 17 years ago
  94. 45003b0 Get fragment shaders working on top of LLVM. by Zack Rusin · 17 years ago
  95. 2af2f7e Change the fragment shader signature to better match actual by Zack Rusin · 17 years ago
  96. 25d91c2 Add basic entry points for fragment shaders. by Zack Rusin · 17 years ago
  97. 7ff0df6 Renaming llvmtgsi to gallivm. Taking first steps on the way to supporting by Zack Rusin · 17 years ago
  98. d8e66ac Start re-working SwapBuffers. by Brian · 17 years ago
  99. 28bed6d Use new state tracker context/destroy funcs with wrap Mesa context. by Brian · 17 years ago
  100. 80d2658 Sketch out new create/destroy context functions which create/wrap a Mesa context. by Brian · 17 years ago