Age | Commit message (Expand) | Author |
2010-04-26 | st_api: Remove st_module | Jakob Bornecrantz |
2010-04-24 | radeon: Remove NULL check of bo_legacy->tobj. | Vinson Lee |
2010-04-24 | dri: Remove unnecessary header. | Vinson Lee |
2010-04-24 | mesa: Eliminate multiple va_list usage. | José Fonseca |
2010-04-23 | st/mesa: checkpoint WIP: mipmap generation for compressed textures | Brian Paul |
2010-04-23 | st/mesa: minor improvements in fallback_generate_mipmap() | Brian Paul |
2010-04-23 | st/mesa: remove unneeded #includes and add/update comments | Brian Paul |
2010-04-23 | st/mesa: clean-up: use st_context() everywhere | Brian Paul |
2010-04-23 | mesa: simplify some code in _mesa_generate_mipmap() | Brian Paul |
2010-04-23 | st/mesa: re-do binding flags in st_ChooseTextureFormat(), again | Brian Paul |
2010-04-23 | st/mesa: replace 'usage' with 'bindings' | Brian Paul |
2010-04-23 | st/mesa: replace 'usage' with 'bindings' to be consistent | Brian Paul |
2010-04-23 | st/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag for compressed textures | Brian Paul |
2010-04-23 | st/mesa: get rid of default_deep_rgba_format() | Brian Paul |
2010-04-23 | mesa: make is_compressed_format() non-static | Brian Paul |
2010-04-23 | mesa: faster, simpler is_compressed_format() | Brian Paul |
2010-04-23 | mesa/st: Remove dead members. | José Fonseca |
2010-04-23 | Merge remote branch 'origin/7.8' | Jerome Glisse |
2010-04-23 | r600: don't enable depth test if there is no depth buffer | Jerome Glisse |
2010-04-23 | Merge branch '7.8' | Michel Dänzer |
2010-04-22 | i965: Fix assertion for surface tile offset usage on Ironlake. | Eric Anholt |
2010-04-22 | i965: Fix scissoring when width or height is 0. | Eric Anholt |
2010-04-22 | radeon: 9800 SE has only one quadpipe | Tormod Volden |
2010-04-22 | st/mesa: assert that binding flags are properly set for drawing surfaces | Brian Paul |
2010-04-22 | st/mesa: fix binding flags in st_ChooseTextureFormat() | Brian Paul |
2010-04-22 | DRI2/GLX: check for vblank_mode in DRI2 GLX code | Jesse Barnes |
2010-04-22 | DRI2: add config query extension | Jesse Barnes |
2010-04-22 | st/mesa: consolidate code for finding supported formats | Brian Paul |
2010-04-22 | st/mesa: refactor depth/stencil format selection code | Brian Paul |
2010-04-22 | mesa: sort texel fetch/store table by format index | Brian Paul |
2010-04-22 | Merge branch '7.8' | Brian Paul |
2010-04-22 | st/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_X8_Z24 | Brian Paul |
2010-04-22 | mesa: fix conversion errors in signed_rgba8888[rev] texel fetch | Brian Paul |
2010-04-22 | r300: fix vertex unit setup | Alex Deucher |
2010-04-21 | radeon: fix warning | Marek Olšák |
2010-04-21 | mesa/st: Translate a few more mesa/gallium formats. | José Fonseca |
2010-04-20 | mesa: do version checking for GL 3.x queries | Brian Paul |
2010-04-20 | mesa: API and state for GL 3.1 primitive restart | Brian Paul |
2010-04-20 | mesa: add GL 3.2 GL_CONTEXT_PROFILE_MASK query | Brian Paul |
2010-04-20 | mesa: remove some comments | Brian Paul |
2010-04-21 | intel: Add Sandybridge mobile chipset id | Zhenyu Wang |
2010-04-21 | intel: Clean up chipset name and gen num for Ironlake | Zhenyu Wang |
2010-04-20 | mesa: better, smaller error handling code for glGet*() | Brian Paul |
2010-04-20 | mesa: better, smaller error handling code for glEnable/Disable/IsEnabled() | Brian Paul |
2010-04-20 | mesa: raise GL_INVALID_OPERATION for glReadPixels(GL_COLOR_INDEX) | Brian Paul |
2010-04-20 | i915: Map sampler indices to texture units correctly for fragment shaders. | Eric Anholt |
2010-04-20 | i915: Add missing break; after handling the stub NOISE instructions. | Eric Anholt |
2010-04-20 | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul |
2010-04-20 | Merge branch 'gallium-index-bias' | José Fonseca |
2010-04-19 | glapi: GL 3.x xml file | Brian Paul |