Age | Commit message (Expand) | Author |
2010-06-29 | st/egl: Introduce native_platform. | Chia-I Wu |
2010-06-29 | st/egl: Make api_OpenGL support OpenGL ES. | Chia-I Wu |
2010-06-29 | st/mesa: Add support for multiple APIs. | Chia-I Wu |
2010-06-29 | st_api: Remove st_context::is_visual_supported. | Chia-I Wu |
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin |
2010-06-29 | util: reference surfaces and sampler views in blitter when saving them | Marek Olšák |
2010-06-28 | i915g: Add Galahad to targets | Jakob Bornecrantz |
2010-06-28 | r300g: Galahad for scons as well | Jakob Bornecrantz |
2010-06-28 | r300g: Add target defines for Galahad | Jakob Bornecrantz |
2010-06-28 | glhd: Build with scons | Jakob Bornecrantz |
2010-06-28 | glhd: Re-integrate with the debug system | Jakob Bornecrantz |
2010-06-28 | glhd: Remove leftover file | Jakob Bornecrantz |
2010-06-28 | Merge branch 'gallium-drm-driver-drescriptor' | Jakob Bornecrantz |
2010-06-28 | llvmpipe: set WRITE_ALL only a per-tile basis in lp_resource_copy(). | José Fonseca |
2010-06-28 | llvmpipe: Actually flush in lp_resource_copy() | José Fonseca |
2010-06-28 | llvmpipe: Ensure outdated framebuffer state is not reused in lp_setup_bind_fr... | José Fonseca |
2010-06-27 | r300g: fix a compile error on non-debug builds | Marek Olšák |
2010-06-27 | util: fix a memory leak in blitter | Marek Olšák |
2010-06-27 | r300g: separate the hyperz state and pipelined FB regs out of the FB state | Marek Olšák |
2010-06-27 | r300g: release referenced objects in destroy_context | Marek Olšák |
2010-06-27 | r300g: reference surfaces in set_framebuffer_state | Marek Olšák |
2010-06-27 | r300g: group debug messages | Marek Olšák |
2010-06-27 | r300g: turn rasterizer state into a command buffer | Marek Olšák |
2010-06-27 | r300g: move emission of the MSPOS regs into the framebuffer state | Marek Olšák |
2010-06-27 | r300g: turn invariant state into a command buffer | Marek Olšák |
2010-06-27 | r300g: initialize some crucial state in the first CS | Marek Olšák |
2010-06-26 | r300g: introduce VAP invariant state | Marek Olšák |
2010-06-26 | r300g: immediate mode cleanup | Marek Olšák |
2010-06-26 | r300g: update my notes about fastfill and zbuffer compression | Marek Olšák |
2010-06-26 | r300g: enum r300_blitter_op is a bitmask | Marek Olšák |
2010-06-26 | draw: fix build with llvm and make | Marek Olšák |
2010-06-26 | mesa: Remove unnecessary header. | Vinson Lee |
2010-06-26 | st/mesa: Remove unnecessary headers. | Vinson Lee |
2010-06-26 | draw: Remove unnecessary header. | Vinson Lee |
2010-06-25 | draw: deleted by mistake | Zack Rusin |
2010-06-25 | draw: initialize headers in the none post paths as well | Zack Rusin |
2010-06-25 | draw: limit the number of vertex shader variants kept around | Zack Rusin |
2010-06-25 | draw: initialize vertex header | Zack Rusin |
2010-06-25 | gallium/util: fix pipe_sampler_view_reference() calls | Brian Paul |
2010-06-25 | softpipe: rename a var | Brian Paul |
2010-06-25 | draw: Work around an invalid write. | Chia-I Wu |
2010-06-25 | mesa: initialize extension string when context is first bound | Brian Paul |
2010-06-25 | llvmpipe: fix comment typo | Brian Paul |
2010-06-25 | softpipe: fix comment typo | Brian Paul |
2010-06-24 | r300g: a couple more chipsets do not have HiZ RAM | Marek Olšák |
2010-06-24 | gallium/docs: Vertex data formats. | Corbin Simpson |
2010-06-24 | glhd: Add test for logicop enable. | Corbin Simpson |
2010-06-24 | gallium/docs: Lops override the rest of the blending state when enabled. | Corbin Simpson |
2010-06-24 | gallium/docs: updated remaining semantic label docs | Brian Paul |
2010-06-24 | pipe: Add PIPE_OS_HURD | nobled |