aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove talloc from the make and automake build systems.Kenneth Graunke2011-01-313-6/+4
* ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke2011-01-312-35/+280
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-3167-604/+590
* ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke2011-01-314-0/+542
* glx: Properly check for a valid fd in dri2CreateScreen().Henri Verbeet2011-01-311-1/+3
* svga: Fix translation of TGSI SSG opcode.Michel Dänzer2011-01-311-1/+39
* svga: TEXLDL opcode dst/src register information is correct.Michel Dänzer2011-01-311-1/+1
* svga: Print the number and mnemonic of the opcode we're missing information for.Michel Dänzer2011-01-311-0/+2
* glx: Fix leaks in DRISW screen creation error paths.Henri Verbeet2011-01-311-2/+5
* glx: Fix leaks in DRI screen creation error paths.Henri Verbeet2011-01-311-19/+20
* glx: Fix leaks in DRI2 screen creation error paths.Henri Verbeet2011-01-313-15/+29
* glx: fix length of GLXGetFBConfigsSGIXJulien Cristau2011-01-311-1/+1
* glx: fix GLXChangeDrawableAttributesSGIX requestJulien Cristau2011-01-311-2/+3
* r600g: fix eg OQ properly.Dave Airlie2011-01-312-5/+3
* r600g: fix OQ on evergreenAlex Deucher2011-01-312-4/+7
* r600g: fix occlusion query results.Dave Airlie2011-01-312-2/+9
* r600g: remove some non-existent evergreen reg fieldsAlex Deucher2011-01-301-6/+0
* r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...Dave Airlie2011-01-312-2/+17
* r600g: handle the write all cbufs property.Dave Airlie2011-01-315-30/+16
* util: Call tables should be const.Henri Verbeet2011-01-301-1/+1
* r600g: Update the flushed depth texture after drawing to the corresponding te...Henri Verbeet2011-01-305-4/+42
* st/vega: Disable blending when the paint is opaque.Chia-I Wu2011-01-308-5/+37
* st/vega: Remove an invalid sanity check.Chia-I Wu2011-01-301-6/+0
* st/vega: s/vg[A-Z]/vega[A-Z]/.Chia-I Wu2011-01-304-42/+42
* r600g: Fix void pointer arithmetic.Vinson Lee2011-01-301-1/+1
* r600g: fixes a segfault in the piglit fbo-genmipmap-formats test.Dave Airlie2011-01-301-2/+0
* r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard2011-01-2910-46/+50
* r300g: upload translated indices via the uploaderMarek Olšák2011-01-301-20/+45
* r300g: rework vertex format fallbackMarek Olšák2011-01-307-78/+86
* r600g: upload translated indices via the uploaderMarek Olšák2011-01-301-3/+13
* r600g: rework vertex format fallbackMarek Olšák2011-01-303-47/+55
* r600g: fix vertex format fallbackMarek Olšák2011-01-305-21/+44
* r600g: rework vertex buffer uploadsMarek Olšák2011-01-303-84/+106
* r600g: consolidate set_constant_buffer functionsMarek Olšák2011-01-304-97/+51
* r600g: consolidate vertex_buffer_update functionsMarek Olšák2011-01-304-164/+134
* r600g: consolidate draw_vbo functions (v2)Marek Olšák2011-01-305-258/+142
* r600g: make r600_drawl inherit pipe_draw_infoMarek Olšák2011-01-305-54/+30
* r600g: add back u_upload_mgr integrationMarek Olšák2011-01-3010-214/+73
* nvc0: implement transform feedback stateChristoph Bumiller2011-01-307-59/+163
* nvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix themChristoph Bumiller2011-01-294-19/+34
* egl_dri2: Export glapi symbols for DRI drivers.Chia-I Wu2011-01-302-10/+27
* egl: Make the transition to built-in drivers more smooth.Chia-I Wu2011-01-301-5/+24
* mapi: Workaround a bug in makedepend.Chia-I Wu2011-01-294-7/+30
* u_blitter: use user buffers instead of real buffersMarek Olšák2011-01-291-21/+8
* gallium/docs: add info about transfer boxes and array texturesBrian Paul2011-01-281-0/+16
* gallium: added comments to pipe_transferBrian Paul2011-01-281-4/+4
* st/mesa: fix texture array dimensionsBrian Paul2011-01-283-18/+122
* softpipe: fix array textures to use resource array_sizeBrian Paul2011-01-283-21/+88
* mesa: fix typo, wrap long lineBrian Paul2011-01-281-2/+3
* st/mesa: pass layers param to st_texture_create()Brian Paul2011-01-287-4/+9