summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2011-02-03r600g: flush differences back to DB copy.Dave Airlie
2011-02-03r600g: fix depth hw resource copies.Dave Airlie
2011-02-03r600g: only set depth bit for hw accessible depth buffers.Dave Airlie
2011-02-03r600g: rework dirty / depth texture tracking.Dave Airlie
2011-02-03r600g: set correct pitch/offset for depth textures in flushed state.Dave Airlie
2011-02-02softpipe: rename sampler[] -> fragment_samplers[]Brian Paul
2011-02-02softpipe: rename fragment sampler/view fieldsBrian Paul
2011-02-02cso: refactor texture sampler and sampler view codeBrian Paul
2011-02-02cso: rename fragment sampler-related fieldsBrian Paul
2011-02-02cso: fix loop bound in cso_set_vertex_samplers()Brian Paul
2011-02-02svga: Flush upload buffers or we get assertsJosé Fonseca
2011-02-02r600g: use burst exports in shadersChristian König
2011-02-01r600g: just change tile type when buffer is set to depth.Dave Airlie
2011-02-01r600g: align the tiling modes with what the DDX and kernel expects.Dave Airlie
2011-02-01r600g: fix evergreen for depth decompress testDave Airlie
2011-02-01r600: only decompress depth when its tile type is wrong.Dave Airlie
2011-02-01r600g: start looking at evergreen tiling.Dave Airlie
2011-02-01r600g: Actually use the info from the flushed depth texture when creating a s...Henri Verbeet
2011-01-31r600g: fix invalid ref count handling in r600_set_constant_bufferChristian König
2011-01-31llvmpipe: fix incorrect array index in image dump codeBrian Paul
2011-01-31scons: Gracefully handle pkg-config errors with libdrm_radeon.Vinson Lee
2011-01-31Remove talloc from the SCons build system.Kenneth Graunke
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-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-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