summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-10-01i965: Enable GL_ARB_texture_rgIan Romanick
2010-10-01mesa: Enable GL_ARB_texture_rg in software pathsIan Romanick
2010-10-01ARB_texture_rg: Allow RED and RG textures as FBO color buffer attachmentsIan Romanick
2010-10-01ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formatsIan Romanick
2010-10-01ARB_texture_rg: Handle RED and RG the same as RGB for tex envIan Romanick
2010-10-01ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODEIan Romanick
2010-10-01ARB_texture_rg: Add GL_TEXTURE_{RED,GREEN}_SIZE query supportIan Romanick
2010-10-01ARB_texture_rg: Correct some errors in RED / RG internal format handlingIan Romanick
2010-10-01i965: Fix up copy'n'pasteo from moving coordinate setup around for gen4.Eric Anholt
2010-10-01i965: Add real support for pre-gen5 texture sampling to the new FS.Eric Anholt
2010-10-01evergreen : fix z format setting, enable stencil.richard
2010-10-01i965: Pre-gen6, map VS outputs (not FS inputs) to URB setup in the new FS.Eric Anholt
2010-10-01i965: Also increment attribute location when skipping unused slots.Eric Anholt
2010-10-01i965: Fix the gen6 jump size for BREAK/CONT in new FS.Eric Anholt
2010-10-01i965: Add gen6 attribute interpolation to new FS backend.Eric Anholt
2010-10-01r600c: pull over 6xx/7xx vertex fixes for evergreenAlex Deucher
2010-09-30i965: Split the gen4 and gen5 sampler handling apart.Eric Anholt
2010-09-30i965: Use the lowering pass for texture projection.Eric Anholt
2010-09-30r600c: add reloc for CB_COLOR0_ATTRIBAlex Deucher
2010-09-30i965: Fix new FS handling of builtin uniforms with packed scalars in structs.Eric Anholt
2010-09-30mesa: Don't reference a W component in setting up a vec3 uniform component.Eric Anholt
2010-09-30i965: Fix whole-structure/array assignment in new FS.Eric Anholt
2010-09-30i965: Update renderer strings for sandybridgeAdam Jackson
2010-09-30st: remove duplicated includeNicolas Kaiser
2010-09-30math: remove duplicated includesNicolas Kaiser
2010-09-30main: remove duplicated includesNicolas Kaiser
2010-09-30dri/savage: remove duplicated includeNicolas Kaiser
2010-09-30dri/radeon: remove duplicated includesNicolas Kaiser
2010-09-30dri/r600: remove duplicated includeNicolas Kaiser
2010-09-30dri/r300: remove duplicated includeNicolas Kaiser
2010-09-30dri/r128: remove duplicated includeNicolas Kaiser
2010-09-30dri/mga: remove duplicated includeNicolas Kaiser
2010-09-30dri/intel: remove duplicated includeNicolas Kaiser
2010-09-30dri/i965: remove duplicated includeNicolas Kaiser
2010-09-30dri/i915: remove duplicated includeNicolas Kaiser
2010-09-30dri/i810: remove duplicated includeNicolas Kaiser
2010-09-30dri/common: remove duplicated includeNicolas Kaiser
2010-09-30swrast: remove duplicated includeNicolas Kaiser
2010-09-30dri/nv10: Use fast Z clears.Francisco Jerez
2010-09-30dri/nouveau: Remove unnecessary flush.Francisco Jerez
2010-09-30dri/nouveau: Have a smaller amount of larger scratch buffers.Francisco Jerez
2010-09-30i965: always set tiling for fbo depth buffer on sandybridgeZhenyu Wang
2010-09-29i965: Remove my "safety counter" code from loops.Eric Anholt
2010-09-29i965: Add live interval analysis and hook it up to the register allocator.Eric Anholt
2010-09-29i965: First cut at register allocation using graph coloring.Eric Anholt
2010-09-29ra: First cut at a graph-coloring register allocator for mesa.Eric Anholt
2010-09-29i965: Clean up the virtual GRF handling.Eric Anholt
2010-09-29i956: Make new FS discard do its work in a temp, not the null reg!Eric Anholt
2010-09-29i965: Fix use of undefined mem_ctx in vector splitting.Eric Anholt
2010-09-29r300/compiler: Move declaration before code.Vinson Lee