1. 867d0cc i965: Add perf debug hint when the app makes us do index buffer scanning. by Eric Anholt · 11 years ago
  2. c298f5f i965: Try to avoid stalls on the GPU when doing glBufferSubData(). by Eric Anholt · 11 years ago
  3. 3b58e0e i965: Be sure to reset brw->vb.buffers[] when trying to redo vertex setup. by Eric Anholt · 11 years ago
  4. a5e2e7f i965: Add support for GL_ARB_texture_buffer_range. by Eric Anholt · 11 years ago
  5. b37f7e0 i965: Add a note about the late-allocation in intel_bufferobj_buffer(). by Eric Anholt · 11 years ago
  6. 060a49a i965: Drop intel_bufferobj_source(). by Eric Anholt · 11 years ago
  7. c0a9436 i965: Fix texture buffer rendering after a whole buffer replacement. by Eric Anholt · 11 years ago
  8. 30bb170 i965: Expose write_reg() as brw_store_register_mem64(). by Kenneth Graunke · 11 years ago
  9. d5db3ec i965: Move flushing out of write_reg and into the callers. by Kenneth Graunke · 11 years ago
  10. 09ceed7 mesa/tests: Add simple, dumb test for _mesa_program_state_string by Ian Romanick · 11 years ago
  11. dafa97f mesa: fixes for MSVC 2013 by Scott Graham · 11 years ago
  12. 65ee044 st/mesa: minor whitespace, comment changes in st_draw.c by Brian Paul · 11 years ago
  13. f0d4636 mesa: fix a couple issues with U_FIXED, I_FIXED macros by Brian Paul · 11 years ago
  14. 971c743 mesa: remove remnants of GL_MESA_shader_debug by Brian Paul · 11 years ago
  15. 43b05b8 i965: Only emit interpolation setup if there are actual FS inputs. by Kenneth Graunke · 11 years ago
  16. c4de86f i965/fs: Fix accidental type conversion in header setup by Chris Forbes · 11 years ago
  17. b38af01 i965/fs: Fix handling of sampler messages with header but zero offset by Chris Forbes · 11 years ago
  18. 2d32821 i965: Implement ARB_texture_mirror_clamp_to_edge. by Kenneth Graunke · 11 years ago
  19. cc2f878 i965: Drop unused simple_list.h includes. by Kenneth Graunke · 11 years ago
  20. 1442929 radeon: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  21. 5da618c r200: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  22. e487948 gallium: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  23. a59ae25 swrast: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  24. 1bbd3bb mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  25. 00b5d8a i965: Mark G45 as having surface tile offset support. by Kenneth Graunke · 11 years ago
  26. 567445e i965: Enable OpenGL 3.3 and GLSL 3.30. by Kenneth Graunke · 11 years ago
  27. b3360d2 i965: Fold brwInitVtbl() into brwCreateContext(). by Kenneth Graunke · 11 years ago
  28. f8fef8e i965: Merge brw_destroy_context() into intelDestroyContext(). by Kenneth Graunke · 11 years ago
  29. 7601ba6 i965: Replace dri_bo_release with drm_intel_bo_unreference. by Kenneth Graunke · 11 years ago
  30. 5f76bc3 i965: Unindent the body of intelDestroyContext. by Kenneth Graunke · 11 years ago
  31. 80a9c42 i965: Un-virtualize brw_new_batch(). by Kenneth Graunke · 11 years ago
  32. 6613f34 i965: Un-virtualize brw_finish_batch(). by Kenneth Graunke · 11 years ago
  33. 282bb87 st/mesa: add a few comments in st_create_context_priv() by Brian Paul · 11 years ago
  34. 530afc8 st/mesa: handle layer and primitive id output and point size input by Dave Airlie · 11 years ago
  35. 038a9aa st/mesa: add geometry shader ubo support by Dave Airlie · 11 years ago
  36. 20cad7f mesa/st: Allow geometry shaders without gl_Position export. by Fabian Bieler · 11 years ago
  37. 9bfa475 st/mesa, glsl_to_tgsi: add support for geometry shaders by Bryan Cain · 12 years ago
  38. 6b0df34 mesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geometry_program(). by Bryan Cain · 12 years ago
  39. 4ef1c8f Revert "i965: Create ARGB2101010 DRI configs" by Kristian Høgsberg · 11 years ago
  40. 197f3a3 i965/fs: Handle printing HW_REGS in dump_instruction(). by Matt Turner · 11 years ago
  41. 7d0519c i965: Print instructions' children during scheduling debugging. by Matt Turner · 11 years ago
  42. 2273b04 mesa: change glTexImage[23]DMultisample() internalformat to GLenum by Brian Paul · 11 years ago
  43. 3c074e4 vbo: access VBO memory more efficiently when building display lists by Brian Paul · 11 years ago
  44. fa9c702 mesa: consolidate cube width=height error checking by Brian Paul · 11 years ago
  45. 3160ec3 dri: Add __DRIimage support for the ARGB2101010 format by Kristian Høgsberg · 11 years ago
  46. f354bcc i965: Create ARGB2101010 DRI configs by Kristian Høgsberg · 11 years ago
  47. afda76c dri/common: Add support for creating ARGB2101010 configs by Kristian Høgsberg · 11 years ago
  48. e2620c1 i965: Add support for RGB565 __DRIimage by Singh, Satyeshwar · 11 years ago
  49. b1e7cd0 configure.ac: drop obsolete variable HAVE_COMMON_DRI by Emil Velikov · 11 years ago
  50. cd3fa17 swrast: add correct include for out-of-tree builds by Emil Velikov · 11 years ago
  51. 467e3aa mesa: fix transform feedback when a geometry shader is active. by Bryan Cain · 12 years ago
  52. afccf3d i965/gs: Set the REORDER bit in 3DSTATE_GS. by Paul Berry · 11 years ago
  53. caf9cef i965/fs: Remove bogus field prog_data->dispatch_width. by Paul Berry · 11 years ago
  54. 705a90e i965: Move the common binding table offset code to brw_shader.cpp. by Eric Anholt · 11 years ago
  55. d395485 i965/vec4: Dynamically assign the VS/GS binding table offsets. by Eric Anholt · 11 years ago
  56. 4e53064 i965/fs: Dynamically set up the WM binding table offsets. by Eric Anholt · 11 years ago
  57. 3c9dc2d i965: Make a brw_stage_prog_data for storing the SURF_INDEX information. by Eric Anholt · 11 years ago
  58. 5463b5b i965: Always have the struct gl_program * in the backend visitor. by Eric Anholt · 11 years ago
  59. 2788798 i965: Drop a couple of unused defines. by Eric Anholt · 11 years ago
  60. fbc088e i965: Remove dead arguments from prog_data_compare. by Eric Anholt · 11 years ago
  61. a5ec01f i965: Don't copy prop source mods into instructions that can't take them. by Matt Turner · 11 years ago
  62. 53904c6 mesa: Add missing switch break in invalidate_framebuffer_storage() by Constantin Baranov · 11 years ago
  63. 8958741 i965: Merge intel_context.h into brw_context.h. by Kenneth Graunke · 11 years ago
  64. 3dda3eb i965: Delete our copy of likely/unlikely macros. by Kenneth Graunke · 11 years ago
  65. 67601da2 mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h. by Kenneth Graunke · 11 years ago
  66. 1a82081 mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h. by Kenneth Graunke · 11 years ago
  67. 50c9f04 i965: Move need_workaround_flush = true to intel_batchbuffer_init. by Kenneth Graunke · 11 years ago
  68. ddc8dec i965: Move DriverFlag initialization to brw_init_state(). by Kenneth Graunke · 11 years ago
  69. ba0cc79 i965: Merge intelInitContext into brwCreateContext. by Kenneth Graunke · 11 years ago
  70. 90d52d2 i965: Move viewport driver hook setup to brw_init_driver_functions. by Kenneth Graunke · 11 years ago
  71. f118fc2 i965: Make brwInitFunctions take brw_context rather than intel_screen. by Kenneth Graunke · 11 years ago
  72. 9848a42 i965: Merge intelInitFunctions() and brwInitFunctions(). by Kenneth Graunke · 11 years ago
  73. 0138fd4 i965: Merge intel_context.c into brw_context.c. by Kenneth Graunke · 11 years ago
  74. 8d315b2 i965: Move memset of TextureFormatSupported to brw_init_surface_formats. by Kenneth Graunke · 11 years ago
  75. fc5b865 i965: Remove has_aa_line_parameters. by Kenneth Graunke · 11 years ago
  76. 220c1e5 i965: Move state setup from brwCreateContext to brw_init_state(). by Kenneth Graunke · 11 years ago
  77. d31b928 i965: Remove the brw_context::emit_state_always flag. by Kenneth Graunke · 11 years ago
  78. 02b632d i965: Move hardware feature flags to brw_device_info. by Kenneth Graunke · 11 years ago
  79. ea890c0 i965: Move device quirks to brw_device_info. by Kenneth Graunke · 11 years ago
  80. d76f6c7 i965: Move hardware limits to brw_device_info. by Kenneth Graunke · 11 years ago
  81. afe05e7 i965: Replace some intel_screen fields with brw_device_info references. by Kenneth Graunke · 11 years ago
  82. 9d490c1 i965: Delete the INTEL_SEPARATE_STENCIL override. by Kenneth Graunke · 11 years ago
  83. 6e9f427 i965: Add a new brw_device_info structure. by Kenneth Graunke · 11 years ago
  84. 4a29b9a i965: Add the family name to the PCI ID table. by Kenneth Graunke · 11 years ago
  85. 8d4ecbc i965: Remove #define name from PCI ID table. by Kenneth Graunke · 11 years ago
  86. 90511fa i965: Pull most driconf option handling into a centralized function. by Kenneth Graunke · 11 years ago
  87. 0fb525b i965: Move a bunch of code from intelInitContext to brwCreateContext. by Kenneth Graunke · 11 years ago
  88. a25caad i965: Update the comment about viewport hacks. by Kenneth Graunke · 11 years ago
  89. 832bcc3 i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files. by Kenneth Graunke · 11 years ago
  90. 3f7b4e5 i965: Rename brwCreateContext's error parameter to dri_ctx_error. by Kenneth Graunke · 11 years ago
  91. 95bd8a3 dri: Move i965-specific context flag logic to dri common. by Eric Anholt · 11 years ago
  92. 200f9a0 mesa: Remove warning that geometry shader support is experimental. by Paul Berry · 11 years ago
  93. b6d6ea3 i965: Turn on GLSL 1.50 and GL 3.2 support for i965 gen7. by Paul Berry · 12 years ago
  94. a9a7864 mesa: Do not use newlocale on NetBSD. by Vinson Lee · 11 years ago
  95. 6f1b505 mesa: add comment to clarify ctx->Driver.MapBufferRange() return value by Brian Paul · 11 years ago
  96. 3710b65 st/mesa: whitespace fixes in st_cb_bufferobjects.c by Brian Paul · 11 years ago
  97. ffe5293 vbo: assorted minor clean-ups by Brian Paul · 11 years ago
  98. 396c69b mesa: Allow external textures to use fallback (0, 0, 0, 1) by Topi Pohjolainen · 11 years ago
  99. 49ed5991 i965: extend fast texture upload by Frank Henigman · 11 years ago
  100. 8821e9d dri: Reference the global driver vtable once at screen init.. by Eric Anholt · 11 years ago