Age | Commit message (Expand) | Author |
2010-01-26 | egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay. | Chia-I Wu |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-25 | r300g: Finish and enable immediate mode. | Corbin Simpson |
2010-01-25 | radeong: Make sure that we're not emitting relocations for local buffers. | Corbin Simpson |
2010-01-25 | radeong: Make is_r3xx inline to avoid warnings. | Corbin Simpson |
2010-01-25 | radeong: Clean up domain usages. | Corbin Simpson |
2010-01-25 | Revert "r300g,radeong: finish and enable the immediate mode" | Corbin Simpson |
2010-01-25 | softpipe: enable new blend functionality | Roland Scheidegger |
2010-01-25 | st/xorg: Fix crash on resize with libkms | Jakob Bornecrantz |
2010-01-25 | st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasks | Roland Scheidegger |
2010-01-25 | vega: fix incorrect samplers, textures indexes in blend_bind_samplers() | Igor Oliveira |
2010-01-25 | vega: don't enable blending if not necessary | Roland Scheidegger |
2010-01-25 | xorg: do not enable unnecessary blending for xv | Roland Scheidegger |
2010-01-25 | trace: adapt to blend changes | Roland Scheidegger |
2010-01-25 | svga: adapt to blend changes | Roland Scheidegger |
2010-01-25 | softpipe: adapt to blend changes | Roland Scheidegger |
2010-01-25 | nouveau: adapt drviers to blend changes | Roland Scheidegger |
2010-01-25 | r300g: adapt to blend changes | Roland Scheidegger |
2010-01-25 | i965g: adapt to blend changes | Roland Scheidegger |
2010-01-25 | i915g: adapt to blend changes | Roland Scheidegger |
2010-01-25 | cell: adapt to blend changes | Roland Scheidegger |
2010-01-25 | llvmpipe: adapt to blend changes | Roland Scheidegger |
2010-01-25 | st/python: adapt to blend changes | Roland Scheidegger |
2010-01-25 | vega: adapt to blend changes | Roland Scheidegger |
2010-01-25 | xorg: adapt to blend changes | Roland Scheidegger |
2010-01-25 | gallium: fix cast for size calc of pipe_blend_state | Roland Scheidegger |
2010-01-25 | winsys/drm: Correctly install EGL drivers. | Chia-I Wu |
2010-01-25 | pipebuffer: Reapply the mesa_7_7_branch's changes. | José Fonseca |
2010-01-25 | llvmpipe: Remove lp_tex_sample_c.c again. | José Fonseca |
2010-01-25 | vmware/xorg: Do buffer round-robin logic differently | Jakob Bornecrantz |
2010-01-25 | st/xorg: Improve options and print them to log | Jakob Bornecrantz |
2010-01-25 | vmware/xorg: Export pci_probe function for ugly chain-loading | Jakob Bornecrantz |
2010-01-25 | st/xorg: Export helper function for detecting modesetting | Jakob Bornecrantz |
2010-01-25 | st/xorg: Fix warning | Jakob Bornecrantz |
2010-01-25 | gallium-docs: Add note on scissor. | Corbin Simpson |
2010-01-24 | r300g,radeong: finish and enable the immediate mode | Marek Olšák |
2010-01-24 | r300g: fix zero-area scissor | Marek Olšák |
2010-01-24 | r300g,radeong: set tiling flags in libdrm | Marek Olšák |
2010-01-24 | radeong: do not emit a zero-sized command stream | Marek Olšák |
2010-01-25 | egl: Native types are renamed in EGL 1.3. | Chia-I Wu |
2010-01-25 | egl: check if driver_name is null | Igor Oliveira |
2010-01-25 | nv50: fix uninitialized variable in nv50_revdep_reorder | Marcin Slusarz |
2010-01-25 | nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx) | Marcin Slusarz |
2010-01-25 | nouveau/winsys: be nice and close the device on destroy | Marcin Slusarz |
2010-01-25 | nouveau: fix winsys object leak | Marcin Slusarz |
2010-01-24 | nv50: fix handling of FragCoord input | Christoph Bumiller |
2010-01-24 | nv50: only flush texture caches on st request | Christoph Bumiller |
2010-01-24 | nv50: implement render_condition | Christoph Bumiller |
2010-01-24 | egl: Make surfaces and contexts resources. | Chia-I Wu |
2010-01-24 | r300g: avoid the use of goto | Dave Airlie |