1. b1b969f r600g: don't use r600_context_reg on evergreen by Marek Olšák · 13 years ago
  2. 9344ab3 r600g: get rid of the mask in r600_pipe_reg by Marek Olšák · 13 years ago
  3. 4a058ae r600g: get rid of the mask parameter in pipe_state_add_reg by Marek Olšák · 13 years ago
  4. 0569f13 r600g: don't use register mask for TA_CNTL_AUX by Marek Olšák · 13 years ago
  5. a494301 r600g: don't use register mask for PA_CL_CLIP_CNTL by Marek Olšák · 13 years ago
  6. 97acf2c r600g: don't use register mask for PA_CL_VS_OUT_CNTL by Marek Olšák · 13 years ago
  7. 121940e r600g: set full register mask for PA_CL_CLIP_CNTL by Marek Olšák · 13 years ago
  8. a652cc4 r600g: don't use register mask for PA_SU_SC_MODE_CNTL by Marek Olšák · 13 years ago
  9. 2000086 r600g: don't add PA_SC_LINE_STIPPLE to rasterizer_state by Marek Olšák · 13 years ago
  10. 84b4b2a r600g: don't use register mask for CB_COLOR_CONTROL on r6xx-r7xx by Marek Olšák · 13 years ago
  11. 9c0b50c r600g: don't set CB_TARGET_MASK in set_framebuffer_state by Marek Olšák · 13 years ago
  12. 2ffa8af r600g: set full register mask for CB_COLOR_CONTROL on evergreen by Marek Olšák · 13 years ago
  13. e3032a0 r600g: use a more clever way to disable per-vertex point size by Marek Olšák · 13 years ago
  14. b6233f4 r600g: don't use register mask for DB_RENDER_CONTROL by Marek Olšák · 13 years ago
  15. 3d061ca r600g: cleanup setting DB_SHADER_CONTROL by Marek Olšák · 13 years ago
  16. a236194 r600g: rework and consolidate stencilref state setting by Marek Olšák · 13 years ago
  17. 5345e3e r600g: don't use register mask for SQ_GPR_RESOURCE_MGMT_1 by Marek Olšák · 13 years ago
  18. 177845d st/mesa: kill off point size clamping in vertex shaders by Marek Olšák · 13 years ago
  19. f183cc9 r600g: set minimum point size to 1.0 for non-sprite non-aa points by Marek Olšák · 13 years ago
  20. ac3a765 r300g: set minimum point size to 1.0 for non-sprite non-aa points by Marek Olšák · 13 years ago
  21. cb43954 svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa points by Marek Olšák · 13 years ago
  22. b478fcb st/mesa: simplify initialization of light_twoside by Marek Olšák · 13 years ago
  23. 6e9a165 mesa: consolidate general ubyte texstore code by Brian Paul · 13 years ago
  24. 4c7e44e mesa: use _mesa_pack_ubyte_rgba_rect() in texstore code by Brian Paul · 13 years ago
  25. 66940ad mesa: added _mesa_pack_ubyte_rgba_rect() by Brian Paul · 13 years ago
  26. ff2497d dri: Add a default drirc to be installed to provide application workarounds. by Eric Anholt · 13 years ago
  27. 6422478 i965: Add a driconf option to force GLSL extension behavior to "warn". by Eric Anholt · 13 years ago
  28. b9e27cc mesa: Add a flag for forcing all GLSL extensions to "warn". by Eric Anholt · 13 years ago
  29. 61b9ccd intel: Use libdrm's decode functionality instead of the gpu-tools copy. by Eric Anholt · 13 years ago
  30. 493faa0 i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present. by Eric Anholt · 13 years ago
  31. 9195191 i965/vs: Avoid allocating registers in to the gen7 MRF hack region. by Eric Anholt · 13 years ago
  32. e910241 i965/fs: Fix rendering corruption in unigine tropics. by Eric Anholt · 13 years ago
  33. b9aab8b autoconf: Enable missing-prototypes errors when available. by Eric Anholt · 13 years ago
  34. ef3cec5 Rename R300_NO_TCL envvar to RADEON_NO_TCL by Matt Turner · 13 years ago
  35. 647ca47 gallivm: Don't use C99 member initializers. by José Fonseca · 13 years ago
  36. dde807b gallivm: Move declaration before code. by José Fonseca · 13 years ago
  37. 25ee5a2 Use only native engine & bitwriter LLVM libraries for linking. by ojab · 13 years ago
  38. bc2875a gallivm: Add a new interface for doing TGSI->LLVM conversions by Tom Stellard · 13 years ago
  39. 82b71db gallium: Move duplicated helper macros to tgsi_exec.h by Tom Stellard · 13 years ago
  40. 6b63e25 gallium: Prefix #defines in tgsi_exec.h with TGSI_ by Tom Stellard · 13 years ago
  41. 9ee1bcf gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h by Tom Stellard · 13 years ago
  42. 5204974 gallivm: Add function lp_bld_gather_values() by Tom Stellard · 13 years ago
  43. df16945 tgsi: Add output_mode to struct tgsi_opcode_info v2 by Tom Stellard · 13 years ago
  44. c72d7df st/dri: Support 24bit formats in dri2_allocate_buffer by Benjamin Franzke · 13 years ago
  45. fef395c mesa/format_unpack: add LUMINANCE 8/16 UINT/INT by Dave Airlie · 13 years ago
  46. 29cf90b r600g: fix udiv/idiv/umod/imod on cayman by Dave Airlie · 13 years ago
  47. a33937d r600g: enable blend_bypass for uint/sint by Dave Airlie · 13 years ago
  48. cb40165 r600g: fix fragcoord.w test on cayman by Dave Airlie · 13 years ago
  49. f9f8ce3 r600g: remove unused streamout code by Marek Olšák · 13 years ago
  50. ce816dd r600g: disable printing debug info for streamout by Marek Olšák · 13 years ago
  51. c946fc0 gallium: remove trailing comma to silence warning by Brian Paul · 13 years ago
  52. 03dae29 add wayland cflags when building wayland-egl by Juan Zhao · 13 years ago
  53. 672ad90 nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVEL by Christoph Bumiller · 13 years ago
  54. 10c8552 dri: don't link with DRICORE_LIB_DEPS by Matt Turner · 13 years ago
  55. 335d49e scons: don't add -Wmissing-field-initializers by Marek Olšák · 13 years ago
  56. 41a4e27 st/mesa: use table-driven approach to exposing extensions for formats (v3) by Marek Olšák · 13 years ago
  57. c21d7b1 st/mesa: use table-driven approach to exposing extensions based on CAPs by Marek Olšák · 13 years ago
  58. 171be75 st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.c by Marek Olšák · 13 years ago
  59. 1d01429 state_stracker: Fix access to uninitialized memory. by Mathias Fröhlich · 13 years ago
  60. 7434320 draw: Remove unused variables. by Vinson Lee · 13 years ago
  61. 1a9d2b7 r600g: fix linear and flat interpolation by Vadim Girlin · 13 years ago
  62. eaf360e i965: fix inverted point sprite origin when rendering to FBO by Yuanhan Liu · 13 years ago
  63. d250287 mesa: remove byteswap check in fast_read_rgba_pixels_memcpy() by Brian Paul · 13 years ago
  64. 07ff5ad mesa: more use of _mesa_format_matches_format_and_type() in texstore code by Brian Paul · 13 years ago
  65. 6f55ef3 mesa: more use of _mesa_format_matches_format_and_type() in texstore code by Brian Paul · 13 years ago
  66. 453d4b4 mesa: more use of _mesa_format_matches_format_and_type() in texstore code by Brian Paul · 13 years ago
  67. f6af4c5 mesa: more use of _mesa_format_matches_format_and_type() in texstore code by Brian Paul · 13 years ago
  68. b277923 mesa: use _mesa_format_matches_format_and_type() in texstore code by Brian Paul · 13 years ago
  69. 94a0d38 mesa: implement more cases in _mesa_format_matches_format_and_type() by Brian Paul · 13 years ago
  70. 51aab79 mesa: use swapBytes parameter in _mesa_format_matches_format_and_type() by Brian Paul · 13 years ago
  71. 06aa607 mesa: added swapBytes parameter to _mesa_format_matches_format_and_type() by Brian Paul · 13 years ago
  72. 952ca07 mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_type() by Brian Paul · 13 years ago
  73. 966720f mesa: add BGR888 code in _mesa_format_matches_format_and_type() by Brian Paul · 13 years ago
  74. b019228 mesa: fix error in _mesa_format_matches_format_and_type() for RGB888 by Brian Paul · 13 years ago
  75. 370e5d2 mesa: remove redundant byte swap check by Brian Paul · 13 years ago
  76. 343100d mesa: remove LSB-first pixel packing check in glReadPixels by Brian Paul · 13 years ago
  77. ab1195c swrast: Fix implicit declaration warnings by Chad Versace · 13 years ago
  78. b8f7550 r600g: remove unsupported evergreen CB formats by Alex Deucher · 13 years ago
  79. 3409118 mesa: Avoid void * arithmetic. by José Fonseca · 13 years ago
  80. 1c0f1dd swrast: Fix fixed-function fragment processing by Chad Versace · 13 years ago
  81. 5665b5c mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED by Anuj Phogat · 13 years ago
  82. 5f65598 mesa: Don't round-trip integer texture data through a floating point temp. by Eric Anholt · 13 years ago
  83. dadbec1 mesa: When unpacking signed integer pixel data, don't clamp to 0. by Eric Anholt · 13 years ago
  84. 8b97bb0 mesa: Add clamping for packing of integer data. by Eric Anholt · 13 years ago
  85. de24cca mesa: Add missing format unpack for some integer texture formats. by Eric Anholt · 13 years ago
  86. 3a8cf33 i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures. by Eric Anholt · 13 years ago
  87. 796f44d intel: Pass the gl_renderbuffer to render_target_supported() vtable method. by Eric Anholt · 13 years ago
  88. 7cac886 intel: Make a renderbuffer wrapping a texture have the same _BaseFormat. by Eric Anholt · 13 years ago
  89. b73f5df intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image. by Eric Anholt · 13 years ago
  90. 74484c5 intel: Drop intel_wrap_miptree(). by Eric Anholt · 13 years ago
  91. a4586d2 intel: Comment typo fix. by Eric Anholt · 13 years ago
  92. 531e444 mesa: Fix handling of glCopyBufferSubData() for src == dst. by Eric Anholt · 13 years ago
  93. 42e9936 intel: Fix accum buffer mapping since the swrast rework. by Eric Anholt · 13 years ago
  94. 3d8c27f mesa: Fix display list handling for GL_EXT_framebuffer_multisample. by Eric Anholt · 13 years ago
  95. 25dd805 mesa: Fix display list handling for EXT_framebuffer_object. by Eric Anholt · 13 years ago
  96. 8b3c99a gallivm: Swizzle constants into the right AoS ordering. by Brian Paul · 13 years ago
  97. 07635a4 draw: Ensure that prepare is always run after LLVM garbagge collection. by José Fonseca · 13 years ago
  98. b728eef configure.ac: Don't use $CLANG since it will collide with the static analyzer. by Jeremy Huddleston · 13 years ago
  99. 3d993af Revert "r600g: use S_028B20_BUFFER_0_EN macro for streamout buffer enable" by Marek Olšák · 13 years ago
  100. 9895f77 i965/automake: use $top_srcdir instead of relative links by Matt Turner · 13 years ago