summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-31glx: Fix leaks in DRISW screen creation error paths.Henri Verbeet1-2/+5
2011-01-31glx: Fix leaks in DRI screen creation error paths.Henri Verbeet1-19/+20
2011-01-31glx: Fix leaks in DRI2 screen creation error paths.Henri Verbeet3-15/+29
2011-01-31glx: fix length of GLXGetFBConfigsSGIXJulien Cristau1-1/+1
2011-01-31glx: fix GLXChangeDrawableAttributesSGIX requestJulien Cristau1-2/+3
2011-01-31r600g: fix eg OQ properly.Dave Airlie2-5/+3
2011-01-31r600g: fix OQ on evergreenAlex Deucher2-4/+7
2011-01-31r600g: fix occlusion query results.Dave Airlie2-2/+9
2011-01-30r600g: remove some non-existent evergreen reg fieldsAlex Deucher1-6/+0
2011-01-31r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...Dave Airlie2-2/+17
2011-01-31r600g: handle the write all cbufs property.Dave Airlie5-30/+16
2011-01-30util: Call tables should be const.Henri Verbeet1-1/+1
2011-01-30r600g: Update the flushed depth texture after drawing to the corresponding te...Henri Verbeet5-4/+42
2011-01-30st/vega: Disable blending when the paint is opaque.Chia-I Wu8-5/+37
2011-01-30st/vega: Remove an invalid sanity check.Chia-I Wu1-6/+0
2011-01-30st/vega: s/vg[A-Z]/vega[A-Z]/.Chia-I Wu4-42/+42
2011-01-30r600g: Fix void pointer arithmetic.Vinson Lee1-1/+1
2011-01-30r600g: fixes a segfault in the piglit fbo-genmipmap-formats test.Dave Airlie1-2/+0
2011-01-29r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard10-46/+50
2011-01-30r300g: upload translated indices via the uploaderMarek Olšák1-20/+45
2011-01-30r300g: rework vertex format fallbackMarek Olšák7-78/+86
2011-01-30r600g: upload translated indices via the uploaderMarek Olšák1-3/+13
2011-01-30r600g: rework vertex format fallbackMarek Olšák3-47/+55
2011-01-30r600g: fix vertex format fallbackMarek Olšák5-21/+44
2011-01-30r600g: rework vertex buffer uploadsMarek Olšák3-84/+106
2011-01-30r600g: consolidate set_constant_buffer functionsMarek Olšák4-97/+51
2011-01-30r600g: consolidate vertex_buffer_update functionsMarek Olšák4-164/+134
2011-01-30r600g: consolidate draw_vbo functions (v2)Marek Olšák5-258/+142
2011-01-30r600g: make r600_drawl inherit pipe_draw_infoMarek Olšák5-54/+30
2011-01-30r600g: add back u_upload_mgr integrationMarek Olšák10-214/+73
2011-01-30nvc0: implement transform feedback stateChristoph Bumiller7-59/+163
2011-01-29nvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix themChristoph Bumiller4-19/+34
2011-01-30egl_dri2: Export glapi symbols for DRI drivers.Chia-I Wu2-10/+27
2011-01-30egl: Make the transition to built-in drivers more smooth.Chia-I Wu1-5/+24
2011-01-29mapi: Workaround a bug in makedepend.Chia-I Wu4-7/+30
2011-01-29u_blitter: use user buffers instead of real buffersMarek Olšák1-21/+8
2011-01-28gallium/docs: add info about transfer boxes and array texturesBrian Paul1-0/+16
2011-01-28gallium: added comments to pipe_transferBrian Paul1-4/+4
2011-01-28st/mesa: fix texture array dimensionsBrian Paul3-18/+122
2011-01-28softpipe: fix array textures to use resource array_sizeBrian Paul3-21/+88
2011-01-28mesa: fix typo, wrap long lineBrian Paul1-2/+3
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul7-4/+9
2011-01-29Revert "glcpp: Demote "macro redefined" from an error to a warning"Carl Worth4-38/+15
2011-01-28util: Fix leak of transfers in upload managerJakob Bornecrantz1-0/+1
2011-01-28mesa: Fix available APIs for AMD_conservative_depthChad Versace1-1/+1
2011-01-28r300/compiler: print stats based on the initial number of instructionsMarek Olšák2-3/+10
2011-01-28r300g: fix resource_copy_region for DXT SRGB formatsMarek Olšák1-4/+4
2011-01-28glcpp: Demote "macro redefined" from an error to a warningCarl Worth4-15/+38
2011-01-27glapi: add @GOTPCREL relocation typeDimitry Andric2-2/+4
2011-01-28r600g: handle PIPE_CAP_ARRAY_TEXTURESMarek Olšák1-0/+1