summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-31Remove talloc from the make and automake build systems.Kenneth Graunke
2011-01-31ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2011-01-31ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke
2011-01-31glx: Properly check for a valid fd in dri2CreateScreen().Henri Verbeet
2011-01-31svga: Fix translation of TGSI SSG opcode.Michel Dänzer
2011-01-31svga: TEXLDL opcode dst/src register information is correct.Michel Dänzer
2011-01-31svga: Print the number and mnemonic of the opcode we're missing information for.Michel Dänzer
2011-01-31glx: Fix leaks in DRISW screen creation error paths.Henri Verbeet
2011-01-31glx: Fix leaks in DRI screen creation error paths.Henri Verbeet
2011-01-31glx: Fix leaks in DRI2 screen creation error paths.Henri Verbeet
2011-01-31glx: fix length of GLXGetFBConfigsSGIXJulien Cristau
2011-01-31glx: fix GLXChangeDrawableAttributesSGIX requestJulien Cristau
2011-01-31r600g: fix eg OQ properly.Dave Airlie
2011-01-31r600g: fix OQ on evergreenAlex Deucher
2011-01-31r600g: fix occlusion query results.Dave Airlie
2011-01-30r600g: remove some non-existent evergreen reg fieldsAlex Deucher
2011-01-31r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...Dave Airlie
2011-01-31r600g: handle the write all cbufs property.Dave Airlie
2011-01-30util: Call tables should be const.Henri Verbeet
2011-01-30r600g: Update the flushed depth texture after drawing to the corresponding te...Henri Verbeet
2011-01-30st/vega: Disable blending when the paint is opaque.Chia-I Wu
2011-01-30st/vega: Remove an invalid sanity check.Chia-I Wu
2011-01-30st/vega: s/vg[A-Z]/vega[A-Z]/.Chia-I Wu
2011-01-30r600g: Fix void pointer arithmetic.Vinson Lee
2011-01-30r600g: fixes a segfault in the piglit fbo-genmipmap-formats test.Dave Airlie
2011-01-29r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard
2011-01-30r300g: upload translated indices via the uploaderMarek Olšák
2011-01-30r300g: rework vertex format fallbackMarek Olšák
2011-01-30r600g: upload translated indices via the uploaderMarek Olšák
2011-01-30r600g: rework vertex format fallbackMarek Olšák
2011-01-30r600g: fix vertex format fallbackMarek Olšák
2011-01-30r600g: rework vertex buffer uploadsMarek Olšák
2011-01-30r600g: consolidate set_constant_buffer functionsMarek Olšák
2011-01-30r600g: consolidate vertex_buffer_update functionsMarek Olšák
2011-01-30r600g: consolidate draw_vbo functions (v2)Marek Olšák
2011-01-30r600g: make r600_drawl inherit pipe_draw_infoMarek Olšák
2011-01-30r600g: add back u_upload_mgr integrationMarek Olšák
2011-01-30nvc0: implement transform feedback stateChristoph Bumiller
2011-01-29nvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix themChristoph Bumiller
2011-01-30egl_dri2: Export glapi symbols for DRI drivers.Chia-I Wu
2011-01-30egl: Make the transition to built-in drivers more smooth.Chia-I Wu
2011-01-29mapi: Workaround a bug in makedepend.Chia-I Wu
2011-01-29u_blitter: use user buffers instead of real buffersMarek Olšák
2011-01-28gallium/docs: add info about transfer boxes and array texturesBrian Paul
2011-01-28gallium: added comments to pipe_transferBrian Paul
2011-01-28st/mesa: fix texture array dimensionsBrian Paul
2011-01-28softpipe: fix array textures to use resource array_sizeBrian Paul
2011-01-28mesa: fix typo, wrap long lineBrian Paul
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul