1. 53631be i965: Move intel_context::gen and gt fields to brw_context. by Kenneth Graunke · 11 years ago
  2. 2e26afb i965: Move intel_context::has_llc to brw_context. by Kenneth Graunke · 11 years ago
  3. 794de2f i965: Move intel_context::is_<platform> flags to brw_context. by Kenneth Graunke · 11 years ago
  4. 44fd490 i965: Move must_use/has_separate_stencil fields to brw_context. by Kenneth Graunke · 11 years ago
  5. 3b80b14 i965: Move intel_context::has_hiz to brw_context. by Kenneth Graunke · 11 years ago
  6. 351d2ad i965: Free brw, not intel. by Kenneth Graunke · 11 years ago
  7. e3c2bb1 i965: Shorten context base class dereference chains. by Kenneth Graunke · 11 years ago
  8. d5b4a3f i965: Move intel_context::has_swizzling to brw_context. by Kenneth Graunke · 11 years ago
  9. 02128c4 i965: Move intel_context::intelScreen to brw_context. by Kenneth Graunke · 11 years ago
  10. 44a11ea i965: Delete unused intel_context::driFd field. by Kenneth Graunke · 11 years ago
  11. e085876 i965: Store brw_context as the DRI driver private, not intel_context. by Kenneth Graunke · 11 years ago
  12. a1d94cd i965: Move intel_context::driContext to brw_context. by Kenneth Graunke · 11 years ago
  13. a9d33db i965: Move intel_context::NewGLState to brw_context. by Kenneth Graunke · 11 years ago
  14. dd54558 i965: Move intel_context::upload to brw_context. by Kenneth Graunke · 11 years ago
  15. 0273e6e i965: Move intel_context::max_gtt_map_object_size to brw_context. by Kenneth Graunke · 11 years ago
  16. b15f1fc i965: Move intel_context::perf_debug to brw_context. by Kenneth Graunke · 11 years ago
  17. 7c3180a i965: Move intel_context::no_batch_wrap to brw_context. by Kenneth Graunke · 11 years ago
  18. 5314afa i965: Move intel_context's framerate throttling fields to brw_context. by Kenneth Graunke · 11 years ago
  19. ec995de i965: Move intel_context::stats_wm to brw_context. by Kenneth Graunke · 11 years ago
  20. 329779a i965: Move intel_context::batch to brw_context. by Kenneth Graunke · 11 years ago
  21. 5d8186a i965: Move intel_context::hw_ctx to brw_context. by Kenneth Graunke · 11 years ago
  22. eeb75b4 i965: Move intel_context::bufmgr to brw_context. by Kenneth Graunke · 11 years ago
  23. e334390 i965: Move intel_context's driconf flags to brw_context. by Kenneth Graunke · 11 years ago
  24. fe0a8cb i965: Move intel_context::reduced_primitive to brw_context. by Kenneth Graunke · 11 years ago
  25. 9147b40 i965: Move front buffer rendering fields from intel_context to brw. by Kenneth Graunke · 11 years ago
  26. e43043c i965: Move intel_context::vtbl to brw_context. by Kenneth Graunke · 11 years ago
  27. fbdd389 i965: Move intel_context::optionCache to brw_context. by Kenneth Graunke · 11 years ago
  28. ca43757 i965: Pass brw_context to functions rather than intel_context. by Kenneth Graunke · 11 years ago
  29. 86f2711 i965: Remove pointless intel_context parameter from try_copy_propagate. by Kenneth Graunke · 11 years ago
  30. 18a223d i965: Add forward declarations of brw_context to a few places. by Kenneth Graunke · 11 years ago
  31. a692744 i965: Replace #include "intel_context.h" with brw_context.h. by Kenneth Graunke · 11 years ago
  32. 99ebf9d i965: Move ctx->Const setup from intelInitContext to the new helper. by Kenneth Graunke · 11 years ago
  33. 963d9f7 i965: Split code to set ctx->Const values into a helper function. by Kenneth Graunke · 11 years ago
  34. d13c120 i915: Remove i965+ chip names. by Kenneth Graunke · 11 years ago
  35. e4f3d5c i965: Remove i915 chip names. by Kenneth Graunke · 11 years ago
  36. 2921390 i965: Replace intel_context:needs_ff_sync with intel->gen == 5. by Kenneth Graunke · 11 years ago
  37. 968c577 i965: Add missing newline to blorp color clear perf_debug message. by Kenneth Graunke · 11 years ago
  38. 2923685 i965: Add an assertion to brwProgramStringNotify. by Paul Berry · 11 years ago
  39. 1415a18 i965: fix alpha test for MRT by Chris Forbes · 11 years ago
  40. 764afc4 i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c. by Kenneth Graunke · 11 years ago
  41. 466aa71 i965: Push intel_get_texture_alignment_unit call into brw_miptree_layout by Kenneth Graunke · 11 years ago
  42. c4c3c0d i965: Declare for-loop counters in the loop in brw_tex_layout.c. by Kenneth Graunke · 11 years ago
  43. ccf312f i965: Remove use of GLuint/GLint in brw_tex_layout.c. by Kenneth Graunke · 11 years ago
  44. ed95e39 i965: Tidy the brw_tex_layout.c copyright and file header comments. by Kenneth Graunke · 11 years ago
  45. 2ea87fd i965: Move i945_texture_layout_2d to brw_tex_layout.c by Kenneth Graunke · 11 years ago
  46. 1920209 i965: Remove fallthrough for Gen4 cube map layout. by Kenneth Graunke · 11 years ago
  47. 7e4007a i965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the other array cases. by Kenneth Graunke · 11 years ago
  48. bc51f15 i965: Pull 3D texture layout code out into a helper function. by Kenneth Graunke · 11 years ago
  49. abc2bdf i965: Replace maxBatchSize variable with BATCH_SZ define. by Kenneth Graunke · 11 years ago
  50. 2c602d2 i965: Move annotate_aub out of the vtable. by Kenneth Graunke · 11 years ago
  51. f05f879 i965: Move debug_batch hook out of the vtable. by Kenneth Graunke · 11 years ago
  52. 749160a i965: Remove render_target_supported from the vtable. by Kenneth Graunke · 11 years ago
  53. 7c5279e i965: Move is_hiz_depth_format out of the vtable. by Kenneth Graunke · 11 years ago
  54. 607338f i965: Remove the invalidate_state() vtable hook. by Kenneth Graunke · 11 years ago
  55. 251cdcf i965: Replace fprintfs with assertions in GLenum comparison translators. by Kenneth Graunke · 11 years ago
  56. 7ee616f i965: Replace intel_state.c enums with those from brw_defines.h. by Kenneth Graunke · 11 years ago
  57. c9db037 i965: Delete pre-DRI2.3 viewport hacks. by Kenneth Graunke · 11 years ago
  58. cbb37b7 i965: Remove "There are probably better ways" comment. by Kenneth Graunke · 11 years ago
  59. 7115bee i965: Delete brw_print_reg() function. by Kenneth Graunke · 11 years ago
  60. bc8b62e i965: Move contents of intel_clear.h to intel_context.h. by Kenneth Graunke · 11 years ago
  61. 7d8e70f i965: Move contents of intel_extensions.h to intel_context.h. by Kenneth Graunke · 11 years ago
  62. 7d11988 i965: Remove some dead code. by Kenneth Graunke · 11 years ago
  63. d245e79 i965: Delete dead intel_buffer_object::range_map_size field. by Kenneth Graunke · 11 years ago
  64. 1f6ebdd i965: Remove intel_buffer_object::source. by Kenneth Graunke · 11 years ago
  65. 6e5b80e i965: Fix buffer object segfault since removal of system memory BOs. by Kenneth Graunke · 11 years ago
  66. 030ca23 mesa: renumber shader indices according to their placement in pipeline by Marek Olšák · 11 years ago
  67. 722721d i965: Enable ext_framebuffer_multisample_blit_scaled on intel h/w by Anuj Phogat · 11 years ago
  68. 6fc3da2 i965/blorp: Add bilinear filtering of samples for multisample scaled blits by Anuj Phogat · 11 years ago
  69. 7214fe3 i965: Initialize brw_blorp_const_color_program member variables. by Vinson Lee · 11 years ago
  70. adf8afa i965: NULL check depth_mt to quiet static analysis. by Matt Turner · 11 years ago
  71. d7361f2 mesa: Remove unused allow_large_textures driconf from classic drivers. by Eric Anholt · 11 years ago
  72. 0360066 i915: Remove GLES 3.0 sRGB workaround. by Kenneth Graunke · 11 years ago
  73. dc87965 i965: Remove is_945. by Kenneth Graunke · 11 years ago
  74. a4e3195 i965: Delete hw_stencil flag. by Kenneth Graunke · 11 years ago
  75. 4299e35 i965: Remove hw_stipple flag. by Kenneth Graunke · 11 years ago
  76. 1a5dca3 i965: Remove use_early_z option. by Kenneth Graunke · 11 years ago
  77. 2cc5724 i965: Remove unused SUBPIXEL_* macros. by Kenneth Graunke · 11 years ago
  78. 2e9fe0c i965: Remove redundant Gen3 PCI IDs. by Kenneth Graunke · 11 years ago
  79. 1811f5c intel: Remove unused INTEL_MAX_FIXUP macro. by Kenneth Graunke · 11 years ago
  80. 0ac0a1b i965: Drop i915 register/instruction definitions. by Eric Anholt · 11 years ago
  81. 1b67cd2 i965: Drop code for calling the empty brw_update_draw_buffers() hook. by Eric Anholt · 11 years ago
  82. 7c23218 i965: Drop dead i915 blend state code. by Eric Anholt · 11 years ago
  83. d58d0a3 i965: Drop i915-specific blit clear code. by Eric Anholt · 11 years ago
  84. cf31a19 i965: Drop the system-memory VBO support for i915. by Eric Anholt · 11 years ago
  85. 814440a i965: Drop i915 swtnl code. by Eric Anholt · 11 years ago
  86. bb2e312 i965: Drop i915-specific vtbl entries. by Eric Anholt · 11 years ago
  87. a61d8f6 i965: Drop swtnl fallback code for i915. by Eric Anholt · 11 years ago
  88. 28e80d7 i965: Drop i915 code from intel_screen. by Eric Anholt · 11 years ago
  89. 4a08a86 i965: Drop #ifdef I915 code. by Eric Anholt · 11 years ago
  90. 6fddd37 i965: Drop code checking for gen <= 3. by Eric Anholt · 11 years ago
  91. 3c231b8 i915: Remove a duplicated set of PCI IDs. by Eric Anholt · 11 years ago
  92. 8ac1ed9 i915: Remove various remaining dead code. by Eric Anholt · 11 years ago
  93. 934974f i915: Remove dead debug flags. by Eric Anholt · 11 years ago
  94. 39c5fd7 i915: Remove state batch emit support. by Eric Anholt · 11 years ago
  95. a40f987 i915: Drop unused register #defines from the shared reg file. by Eric Anholt · 11 years ago
  96. 173666e i915: Drop 965+ GL version setup. by Eric Anholt · 11 years ago
  97. f642650 i915: Remove gen6+ batchbuffer support. by Eric Anholt · 11 years ago
  98. c25e3c3 i915: Drop chipset detection code for 965+ chipsets. by Eric Anholt · 11 years ago
  99. 014251e i915: Drop context fields specific to 965+ chipsets. by Eric Anholt · 11 years ago
  100. d71b730 i915: Drop all has_llc code. by Eric Anholt · 11 years ago