summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2010-04-20mesa: better, smaller error handling code for glGet*()Brian Paul2-623/+645
2010-04-20mesa: better, smaller error handling code for glEnable/Disable/IsEnabled()Brian Paul1-24/+29
2010-04-20mesa: raise GL_INVALID_OPERATION for glReadPixels(GL_COLOR_INDEX)Brian Paul1-0/+6
2010-04-20i915: Map sampler indices to texture units correctly for fragment shaders.Eric Anholt1-1/+3
2010-04-20i915: Add missing break; after handling the stub NOISE instructions.Eric Anholt1-0/+1
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2-2/+2
2010-04-20Merge branch 'gallium-index-bias'José Fonseca2-7/+7
2010-04-19glapi: GL 3.x xml fileBrian Paul1-0/+581
2010-04-19Merge branch '7.8'Jesse Barnes6-13/+21
2010-04-19mesa: unmap the immediate mode VB before destroying itBrian Paul1-1/+4
2010-04-19mesa/st: Update for index bias interface change.José Fonseca2-7/+7
2010-04-19st/mesa: invert scissor rect depending on FB orientationBrian Paul1-5/+8
2010-04-19mesa: Fix build with gcc 3.3.Matthieu Herrb2-3/+6
2010-04-19radeon: Let this build with gcc 3.3Matthieu Herrb1-3/+5
2010-04-19radeon: Fix command type for DRM_RADEON_IRQ_EMIT ioctl.Owain Ainsworth1-1/+1
2010-04-19mesa: Use __OpenBSD__ to check for OpenBSD.Matthieu Herrb1-1/+1
2010-04-19Merge branch '7.8'Brian Paul3-2/+7
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2-2/+2
2010-04-19r300c/r300g: add 3155 rv380 pci idDave Airlie2-0/+2
2010-04-18st/mesa: s/st_get_stobj_texture/st_get_stobj_resource/Brian Paul1-1/+1
2010-04-18st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul3-4/+4
2010-04-18st/mesa: remove st_texture_object::pipe fieldBrian Paul8-14/+15
2010-04-18st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul4-5/+5
2010-04-18st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul5-9/+9
2010-04-18st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul6-6/+6
2010-04-19r300/compiler: lower CEILMarek Olšák3-1/+33
2010-04-19r300/compiler: enable branch emulation for vertex shadersMarek Olšák1-21/+22
2010-04-19r300/compiler: optimize CMP for vertex shaders a bitMarek Olšák1-20/+9
2010-04-19r300/compiler: Use memory_pool_array_reserve in deadcode eliminationNicolai Hähnle1-13/+2
2010-04-19r300/compiler: Use memory_pool_array_reserve in r500-fragprog_emitNicolai Hähnle1-17/+2
2010-04-19r300/compiler: enable branch emulation for R500 fragment programsMarek Olšák1-4/+13
2010-04-19r300/compiler: Implement branch emulation for R300 fragment programsNicolai Hähnle8-104/+512
2010-04-18mesa: Restore comment too.José Fonseca2-2/+2
2010-04-18glsl: Fix handling of OPCODE_PRINT for no registers case.Vinson Lee2-2/+2
2010-04-17i965: Assert that an OPCODE_IF was seen before an OPCODE_ELSE.Vinson Lee1-0/+1
2010-04-17r300/compiler: Remove unnecessary header.Vinson Lee1-2/+0
2010-04-16r300/compiler: Add radeon_program_tex.c to SCons build.Vinson Lee1-0/+1
2010-04-17r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT texturesMarek Olšák2-2/+19
2010-04-17r300/compiler: replace mirrored-repeat emulation with a faster versionMarek Olšák1-62/+65
2010-04-17r300/compiler: add handy definitions for XYZ0 and smeared half swizzlingMarek Olšák2-3/+5
2010-04-16r300/compiler: make ARB_shadow_ambient optionalMarek Olšák4-6/+18
2010-04-16r300/compiler: restore r500-specific bits of TEX transformationsMarek Olšák1-23/+40
2010-04-16st/mesa: add prototype for st_bufferobj_validate_usage()Brian Paul1-0/+6
2010-04-16savage: call _mesa_meta_init/free()Tormod Volden1-0/+5
2010-04-16st/mesa: Remove NULL check of pointer that could not be NULL.Vinson Lee1-4/+3
2010-04-16r300/compiler: Fix texture instruction readmasks.Corbin Simpson3-7/+27
2010-04-16r300/compiler: Fix magic numbers in readmasks.Corbin Simpson1-3/+3
2010-04-16r300/compiler: Oops, this slipped through.Corbin Simpson1-2/+4
2010-04-16r300/compiler: Save Q for mirror and repeat.Corbin Simpson1-22/+20
2010-04-16r300/compiler: Split off texture fixes to their own file.Corbin Simpson8-555/+369