summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300g: Give CLIP_DISABLE another tryStefan Dösinger2012-12-042-2/+3
* r300g: increment num_z_clears only if we have Hyper-ZMarek Olšák2012-12-021-2/+1
* r300g: add blacklist for apps that shouldn't steal hyperz accessMarek Olšák2012-12-021-0/+28
* r300g: enable Hyper-Z by default on r500Marek Olšák2012-12-021-1/+4
* r300g: clear the ZB cache before clearing ZMASK or HIZMarek Olšák2012-12-022-2/+8
* Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i...Marek Olšák2012-12-022-27/+6
* r300g: refuse to create too large texturesMarek Olšák2012-12-011-0/+15
* r300g: fix memory leaks in texture_create error pathsMarek Olšák2012-12-011-9/+15
* r300g: fix revoking hyperz accessMarek Olšák2012-12-011-20/+22
* r300g: handle map flag DISCARD_WHOLE_RESOURCEMarek Olšák2012-12-013-4/+36
* r300g: fix comparison of hyperz flush time.Dave Airlie2012-12-011-1/+1
* r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles v2Tom Stellard2012-11-161-4/+349
* r300g: don't call buffer_unmap in draw functionsMarek Olšák2012-11-131-11/+0
* r300g: fix crash since the set_vertex_buffers(start_slot) changeMarek Olšák2012-11-131-6/+7
* gallium: fix unused cap warnings in drivers for cube map array cap.Dave Airlie2012-11-101-0/+1
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-312-2/+5
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-313-15/+13
* r300g: fix texture border color for sRGB formatsMarek Olšák2012-10-261-4/+18
* gallium: remove unused data pointer from pipe_transferMarek Olšák2012-10-181-1/+0
* gallium: unify transfer functionsMarek Olšák2012-10-115-124/+80
* gallium: remove resource_resolveMarek Olšák2012-09-301-2/+2
* r300g: implement blitMarek Olšák2012-09-301-0/+40
* gallium/u_blitter: add gallium blit implementationMarek Olšák2012-09-303-7/+7
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* r300/compiler: Use precomputed q values in the register allocatorTom Stellard2012-09-191-1/+69
* r300g: Init regalloc state during context creationTom Stellard2012-09-198-155/+204
* r300/compiler: Don't create register classes for inputsTom Stellard2012-09-191-14/+1
* ra: Add q_values parameter to ra_set_finalize()Tom Stellard2012-09-191-1/+1
* r300g: fix colormask with non-BGRA formatsMarek Olšák2012-09-144-31/+160
* Remove useless checks for NULL before freeingMatt Turner2012-09-052-4/+2
* Don't cast the return value of malloc/reallocMatt Turner2012-09-052-4/+4
* r300g: implement TRUNC correctlyMarek Olšák2012-08-274-1/+42
* r300/compiler: Use variable lists in the rename_regs passTom Stellard2012-08-261-17/+14
* gallium/u_blitter: document custom meta helpersMarek Olšák2012-08-151-1/+1
* gallium/u_blitter: implement blitting multisample resourcesMarek Olšák2012-08-151-2/+2
* mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick2012-08-142-12/+2
* gallium/u_blitter: add ability to blit only depth or only stencilMarek Olšák2012-08-041-1/+1
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-011-1/+6
* gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller2012-07-281-6/+1
* automake: Remove OPT_FLAGS.Eric Anholt2012-07-261-1/+0
* automake: Remove ARCH_FLAGS.Eric Anholt2012-07-261-1/+0
* r300g: silence uninitialized var warningBrian Paul2012-07-161-1/+1
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+1
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-211-1/+0
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-191-0/+1
* draw: simplify index buffer specificationBrian Paul2012-05-311-6/+6
* gallium/radeon: Fix r300g tiling breakage.Michel Dänzer2012-05-162-0/+2
* r300g: Handle compute caps.Francisco Jerez2012-05-121-0/+5
* r300g/swtcl: move vertex buffer updates into set_vertex_buffersMarek Olšák2012-05-122-29/+34
* r300g/swtcl: move index buffer updates from swtcl_draw_vbo into set_index_bufferMarek Olšák2012-05-122-15/+24