summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-13docs: add links to xf86-video-vmware wiki pagesBrian Paul1-0/+9
2012-01-13i965: Comment gen6_hiz_get_framebuffer_enum()Chad Versace1-4/+6
2012-01-13gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLESNeil Roberts1-5/+29
2012-01-13docs: new page describing how to build, install VMware SVGA3D guest driverBrian Paul2-0/+186
2012-01-13mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()Brian Paul1-1/+1
2012-01-13osmesa: fix renderbuffer format selectionBrian Paul1-46/+42
2012-01-13docs: freshen up the introduction page with Mesa 8.0 info, etcBrian Paul1-4/+27
2012-01-13gallivm: Allow target specific intrinsics in lp_declare_intrinsic()Tom Stellard1-7/+0
2012-01-13gbm: Add documentation for the public facing APIRob Bradford3-2/+162
2012-01-13doxygen: Add link to the gbm documentation to the headerRob Bradford1-1/+2
2012-01-13doxygen: Add doxygen file and build infrastructure for gbmRob Bradford2-1/+50
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-12configs: fix, simplify RADEON_LIBS, RADEON_CFLAGSBrian Paul1-3/+2
2012-01-12mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul14-42/+35
2012-01-12configure: Add the svga gallium driver to the default gallium driversThomas Hellstrom1-1/+1
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-12docs/GL3: consolidate FBO extensions into one ARBMarek Olšák1-3/+1
2012-01-12docs/GL3: document r300 extension supportMarek Olšák1-24/+24