summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-26mesa: Add remap.c to SConscript.Chia-I Wu1-0/+1
2009-10-26st/xorg: initialize indexes before reswizzling for yuvZack Rusin1-0/+2
2009-10-26st/xorg: stop overflowing yuv buffersZack Rusin2-20/+37
2009-10-26st/xorg: add yuv vertex shaderZack Rusin5-33/+200
2009-10-26st/xorg: add yuv shadersZack Rusin3-16/+83
2009-10-26r300g: read occlusion query results from both Z pipes on RV530Marek Olšák1-2/+8
2009-10-26r300g: add cubemap supportMarek Olšák2-24/+37
2009-10-25gallium: Move enum pipe_error into p_defines.h.José Fonseca12-75/+26
2009-10-25llvmpipe: Human friendlier sampler state dump.José Fonseca2-9/+22
2009-10-25util: Human readable output of texture states.José Fonseca2-0/+92
2009-10-25llvmpipe: Dump the sampler state of the shader key.José Fonseca1-0/+18
2009-10-25llvmpipe: Immediate multiplication.José Fonseca4-32/+64
2009-10-25llvmpipe: Fast path for sampling rgba8 textures with linear filtering.José Fonseca1-12/+256
2009-10-25llvmpipe: Make lerping work for 8.8 fixed point values.José Fonseca1-4/+50
2009-10-25llvmpipe: New module to help make assertions about formats.José Fonseca4-0/+78
2009-10-25llvmpipe: New function to unpack rgba8 formats into 4 x u8n AoS.José Fonseca2-12/+148
2009-10-25llvmpipe: Split the format swizzling step from the unpacking.José Fonseca2-16/+34
2009-10-25llvmpipe: Allow different signs when unpacking.José Fonseca1-2/+1
2009-10-25llvmpipe: Add inlines to quickly generate types matching the native SIMD regi...José Fonseca2-12/+102
2009-10-25llvmpipe: Merge lp_build_load_rgba_soa into lp_build_sample_texel.José Fonseca1-32/+16
2009-10-25llvmpipe: Factor our pixel offset computation.José Fonseca3-43/+83
2009-10-25llvmpipe: Share testing infrastructure with lp_test_format.José Fonseca2-23/+46
2009-10-25llvmpipe: Eliminate lp_build_store_rgba_aos.José Fonseca3-49/+16
2009-10-25llvmpipe: Eliminate lp_build_load_rgba_aos.José Fonseca3-52/+15
2009-10-25llvmpipe: Move a few format/sampling functions into better space.José Fonseca7-123/+158
2009-10-25r300g: fix redefining mipmaps and fetching from themMarek Olšák1-2/+7
2009-10-25r300g: added support for 3D texturesMarek Olšák4-53/+51
2009-10-24r300g: fix scons build yet againJoakim Sindholt2-4/+2
2009-10-23Merge branch 'mesa_7_6_branch'Brian Paul2-14/+2
2009-10-23mesa: simplify att->CubeMapFace assignmentBrian Paul1-6/+1
2009-10-23mesa: refactor, new print_shader_info()Brian Paul1-25/+36
2009-10-23mesa: rework error checking code for glGetCompressedTexImage()Brian Paul1-48/+122
2009-10-23mesa: remove misplaced VERBOSE_TEXTURE testsBrian Paul2-5/+5
2009-10-23mesa: more detailed error messages in fbo codeBrian Paul1-2/+5
2009-10-23mesa: remove FBO texture depth/stencil testBrian Paul1-12/+0
2009-10-23st/xorg: fix text with component alpha renderingZack Rusin3-23/+45
2009-10-23mesa: fix broken _mesa_str_checksum()Brian Paul1-2/+2
2009-10-23Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt19-146/+552
2009-10-23i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface().Eric Anholt1-1/+2
2009-10-23intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt8-140/+118
2009-10-23progs/tests: print requested/internal format infoBrian Paul1-1/+7
2009-10-23docs: document updated GL extension header filesBrian Paul1-0/+2
2009-10-23gl: updated wglext.h to version 17Brian Paul1-5/+40
2009-10-23gl: updated glxext.h to version 25Brian Paul1-4/+92
2009-10-23gl: updated glext.h to version 56Brian Paul1-3/+215
2009-10-23docs: document cell, glGetTexLevelParameter() fixesBrian Paul1-0/+3
2009-10-23mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formatsBrian Paul1-1/+9
2009-10-23mesa: added _mesa_compressed_format_to_glenum()Brian Paul2-0/+54
2009-10-23mesa: change s3tc vs. fxt1 priority when choosing compressed formatsBrian Paul1-8/+8
2009-10-23nv50: do SIGN_SET as one instructionChristoph Bumiller1-6/+1