summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-04-19mesa: unmap the immediate mode VB before destroying itBrian Paul
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-19r300c/r300g: add 3155 rv380 pci idDave Airlie
2010-04-18st/mesa: s/st_get_stobj_texture/st_get_stobj_resource/Brian Paul
2010-04-18st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul
2010-04-18st/mesa: remove st_texture_object::pipe fieldBrian Paul
2010-04-18st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul
2010-04-18st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul
2010-04-18st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul
2010-04-19r300/compiler: lower CEILMarek Olšák
2010-04-19r300/compiler: enable branch emulation for vertex shadersMarek Olšák
2010-04-19r300/compiler: optimize CMP for vertex shaders a bitMarek Olšák
2010-04-19r300/compiler: Use memory_pool_array_reserve in deadcode eliminationNicolai Hähnle
2010-04-19r300/compiler: Use memory_pool_array_reserve in r500-fragprog_emitNicolai Hähnle
2010-04-19r300/compiler: enable branch emulation for R500 fragment programsMarek Olšák
2010-04-19r300/compiler: Implement branch emulation for R300 fragment programsNicolai Hähnle
2010-04-18mesa: Restore comment too.José Fonseca
2010-04-18glsl: Fix handling of OPCODE_PRINT for no registers case.Vinson Lee
2010-04-17i965: Assert that an OPCODE_IF was seen before an OPCODE_ELSE.Vinson Lee
2010-04-17r300/compiler: Remove unnecessary header.Vinson Lee
2010-04-16r300/compiler: Add radeon_program_tex.c to SCons build.Vinson Lee
2010-04-17r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT texturesMarek Olšák
2010-04-17r300/compiler: replace mirrored-repeat emulation with a faster versionMarek Olšák
2010-04-17r300/compiler: add handy definitions for XYZ0 and smeared half swizzlingMarek Olšák
2010-04-16r300/compiler: make ARB_shadow_ambient optionalMarek Olšák
2010-04-16r300/compiler: restore r500-specific bits of TEX transformationsMarek Olšák
2010-04-16st/mesa: add prototype for st_bufferobj_validate_usage()Brian Paul
2010-04-16savage: call _mesa_meta_init/free()Tormod Volden
2010-04-16st/mesa: Remove NULL check of pointer that could not be NULL.Vinson Lee
2010-04-16r300/compiler: Fix texture instruction readmasks.Corbin Simpson
2010-04-16r300/compiler: Fix magic numbers in readmasks.Corbin Simpson
2010-04-16r300/compiler: Oops, this slipped through.Corbin Simpson
2010-04-16r300/compiler: Save Q for mirror and repeat.Corbin Simpson
2010-04-16r300/compiler: Split off texture fixes to their own file.Corbin Simpson
2010-04-16drisw: Move pointer dereferences to after NULL checks.Vinson Lee
2010-04-15st/mesa: Move dereference and assignment to after NULL check.Vinson Lee
2010-04-15mesa: Add missing format specifiers in error strings.Vinson Lee
2010-04-16r300/compiler: fix repeat wrap mode for TXP and NPOTsMarek Olšák
2010-04-15r300/compiler: kill off RC_WRAP_CLAMPMarek Olšák
2010-04-14st/mesa: Remove unnecessary headers.Vinson Lee
2010-04-14st/mesa: put ATI_texture_mirror_once in the right placeMarek Olšák
2010-04-14st/mesa: trivially enable ATI_texture_mirror_onceMarek Olšák
2010-04-13i915: Fix comments about cube layoutsJakob Bornecrantz
2010-04-13st/mesa: Remove state_tracker/st_framebuffer.c from SConscript.Vinson Lee
2010-04-13st/mesa: Drop st_public support.Chia-I Wu
2010-04-12r300/compiler: Hax around instructions limits in mirroring code.Corbin Simpson
2010-04-13ffvertex: don't touch tex coords if coord replace is enabled.Dave Airlie
2010-04-12st/mesa: half float vertex support (unexposed)Luca Barbieri
2010-04-12r300/compiler: Comment code, add much better mirror maths.Corbin Simpson