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