summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-26gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger
2010-01-26r300g: Per-MRT blending is not supported.Corbin Simpson
2010-01-26mesa/st: code cleanups for new blend functionalityRoland Scheidegger
2010-01-25softpipe: enable new blend functionalityRoland Scheidegger
2010-01-25st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger
2010-01-25vega: don't enable blending if not necessaryRoland Scheidegger
2010-01-25xorg: do not enable unnecessary blending for xvRoland Scheidegger
2010-01-25trace: adapt to blend changesRoland Scheidegger
2010-01-25svga: adapt to blend changesRoland Scheidegger
2010-01-25softpipe: adapt to blend changesRoland Scheidegger
2010-01-25nouveau: adapt drviers to blend changesRoland Scheidegger
2010-01-25r300g: adapt to blend changesRoland Scheidegger
2010-01-25i965g: adapt to blend changesRoland Scheidegger
2010-01-25i915g: adapt to blend changesRoland Scheidegger
2010-01-25cell: adapt to blend changesRoland Scheidegger
2010-01-25llvmpipe: adapt to blend changesRoland Scheidegger
2010-01-25st/python: adapt to blend changesRoland Scheidegger
2010-01-25vega: adapt to blend changesRoland Scheidegger
2010-01-25xorg: adapt to blend changesRoland Scheidegger
2010-01-25gallium: fix cast for size calc of pipe_blend_stateRoland Scheidegger
2010-01-21docs: enhance blend documentationRoland Scheidegger
2010-01-21docs: clean up sampler descriptionRoland Scheidegger
2010-01-21gallium: adapt util code to blend changesRoland Scheidegger
2010-01-21gallium: new PIPE_CAP bits for the independent blend functionalityRoland Scheidegger
2010-01-20llvmpipe: adapt to per-rendertarget blend changesRoland Scheidegger
2010-01-20gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger
2010-01-20r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9cAlex Deucher
2010-01-20st/egl_g3d: Add support for driver probe.Chia-I Wu
2010-01-20st/egl_g3d: Add support for probe to native displays.Chia-I Wu
2010-01-20egl: Add a simple cache for driver probe.Chia-I Wu
2010-01-20egl: Improve driver matching.Chia-I Wu
2010-01-20egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.Chia-I Wu
2010-01-20egl: Remove unused driver and display functions.Chia-I Wu
2010-01-20egl: Use _eglPreloadDrivers.Chia-I Wu
2010-01-20egl: Add _eglPreloadDrivers.Chia-I Wu
2010-01-20st/egl_g3d: Do not reuse the pipe transfer in ximage.Chia-I Wu
2010-01-19Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith
2010-01-19r300g: Move GB_AA_CONFIG to its eventual new home.Corbin Simpson
2010-01-19r300g: Make invariant state into an atom.Corbin Simpson
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
2010-01-19util/blit: document params to util_blit_pixels_writemask()Brian Paul
2010-01-19mesa: added comment about future FBO formatsBrian Paul
2010-01-19st/mesa: enable EXT_framebuffer_multisampleMarek Olšák
2010-01-19r100/r200: fix Y coord flipping in accelerated blitsAlex Deucher
2010-01-19r100/r200: fix dst pitch in blit codeAlex Deucher
2010-01-19r200: add missing symlink to radeon_tex_copy.cAlex Deucher
2010-01-20r100/r200: align to pitch updates in blit interfaceMaciej Cencora
2010-01-19r200: use common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-19r100: use common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora