summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-12i965: Fix Coverity wrong sizeof argument defect.Vinson Lee1-1/+1
2012-01-12i965: Set pitch of pull constant buffers to 16.Paul Berry2-2/+2
2012-01-12i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()Paul Berry1-3/+3
2012-01-12nv50/ir: make use of TGSI_INTERPOLATE_COLORChristoph Bumiller3-10/+10
2012-01-12nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller9-21/+84
2012-01-12osmesa: fix glReadPixels, etcBrian Paul1-1/+57
2012-01-12intel: move declaration before codeBrian Paul1-1/+1
2012-01-12intel: fix mapping of malloc'd renderbuffersBrian Paul1-0/+15
2012-01-12mesa: Throw the required error for glCopyPixels from multisample FBO.Eric Anholt1-0/+6
2012-01-12mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO.Eric Anholt1-0/+14
2012-01-12mesa: Throw the required error for glReadPixels() from a multisampled FBO.Eric Anholt1-0/+5
2012-01-12mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.Eric Anholt1-1/+2
2012-01-12meta: Add GL_RED/GL_RG support to meta CopyTexImage.Eric Anholt1-1/+4
2012-01-12i965/gen7: Fix depth buffer rendering to tile offsets.Eric Anholt2-4/+4
2012-01-12mesa: remove incorrect (float) cast in mipmap do_row()Brian Paul1-1/+1
2012-01-12swrast: use BITFIELD64_BIT() macro to fix MSVC warningsBrian Paul3-5/+5
2012-01-12mesa: fix ir_variable declarationBrian Paul1-1/+1
2012-01-12mesa: fix incorrect float vs. int values in a few placesBrian Paul1-3/+3
2012-01-12meta: fix incorrect argument order in setup_texture_coords() callBrian Paul1-1/+1
2012-01-12mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functionsBrian Paul7-48/+52
2012-01-12mesa: whitespace, 80-column wrapping in buffers.cBrian Paul1-2/+6
2012-01-12mesa: remove obsolete comment on _mesa_dest_buffer_exists()Brian Paul1-1/+0
2012-01-12st/mesa: whitespace fixes, 80-column wrappingBrian Paul1-14/+21
2012-01-12mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitionsBrian Paul2-0/+9
2012-01-12st/mesa: re-order #includes in st_manager.cBrian Paul1-10/+10
2012-01-12sofpipe: remove extraneous semicolonBrian Paul1-1/+1
2012-01-12st/mesa: fix struct vs. class compilation warningBrian Paul1-1/+1
2012-01-12r600g: don't advertise integers yet on r600.Dave Airlie1-2/+0
2012-01-12mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul14-42/+35
2012-01-12st/xa: Bump version to 1.0.0 according to the READMEThomas Hellstrom2-4/+4
2012-01-12svga: Fix user clip planes.José Fonseca2-4/+3
2012-01-12softpipe: bump max texture array layers to 256.Dave Airlie1-1/+1
2012-01-12gallium/svga: Pass the SVGA3D_SURFACE_HINT_RENDERTARGET flag to the deviceThomas Hellstrom1-3/+6
2012-01-11vbo: fix breakage from previous commitBrian Paul1-1/+1
2012-01-11vbo: fix void * arithmetic compilation error on MSVCBrian Paul1-4/+5
2012-01-12vbo: introduce vbo_get_minmax_indices functionYuanhan Liu8-17/+53
2012-01-11mesa: remove const qualifier from fProg to silence warningBrian Paul1-1/+1
2012-01-11mesa: include uniforms.h to silence warning, remove unused varBrian Paul1-2/+1
2012-01-11Enable is_front_buffer_rendering variable in case of GL_FRONT_AND_BACKAnuj Phogat1-1/+1
2012-01-11mesa: Remove unused opengl version macroJakob Bornecrantz1-11/+0
2012-01-11rbug: Silence warningJakob Bornecrantz1-1/+2
2012-01-11i965: Don't use _mesa_ir_link_shader to do our dirty workIan Romanick1-7/+85
2012-01-11i965: Don't calculate masks of used FS inputsIan Romanick1-0/+15
2012-01-11linker: Calculate used samplers and shadow samplers in the linkerIan Romanick4-39/+64
2012-01-11linker: Calculate the sampler to texture target mapping during linkingIan Romanick8-17/+28
2012-01-11glsl: Add glsl_type::sampler_indexIan Romanick2-0/+35
2012-01-11mesa: Validate sampler settings using uniform storageIan Romanick3-62/+48
2012-01-11mesa: Track fixed-function fragment shader as a shaderIan Romanick7-5/+50
2012-01-11mesa: Use static buffer for uniform nameIan Romanick1-1/+6
2012-01-11mesa: Use uniform interfaces in fixed-function fragment shader codeIan Romanick1-5/+24