summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_surface::usageMarek Olšák2012-12-1218-23/+0
* svga: stop using pipe_surface::usageMarek Olšák2012-12-121-15/+7
* softpipe: implement seamless cubemap support. (v1.1)Dave Airlie2012-12-122-9/+139
* gallium: fix cap warnings for tbo cap.Dave Airlie2012-12-123-0/+3
* llvmpipe: don't use user constant buffersBrian Paul2012-12-111-1/+2
* llvmpipe: support pipe_resource-based constant buffersBrian Paul2012-12-117-34/+48
* softpipe: Use os_time_get_nano() everywhere.José Fonseca2012-12-112-5/+5
* nvc0: comment unused nvc0_validate_zcull functionFabio Pedretti2012-12-101-0/+2
* nv50: remove unused OpClassStr arrayFabio Pedretti2012-12-101-20/+0
* nvc0/ir: allow neg,abs modifiers on OP_SET with integer resultChristoph Bumiller2012-12-081-0/+4
* nvc0/ir/emit: fix check for flags register use in logic opsChristoph Bumiller2012-12-081-3/+3
* llvmpipe: fix missing tbo cap warning.Dave Airlie2012-12-081-0/+1
* softpipe: enable GLSL 1.40Dave Airlie2012-12-081-1/+1
* softpipe: add texture buffer object supportDave Airlie2012-12-082-1/+9
* nv50,nvc0: fix shader evictionChristoph Bumiller2012-12-072-2/+19
* nv50,nvc0: add support for cube map arraysChristoph Bumiller2012-12-0716-37/+88
* r300: Don't disable destination read if the src blend factor needs itStefan Dösinger2012-12-071-2/+10
* gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca2012-12-078-46/+66
* gallium/u_blitter: fix conflict with u_memory.hMarek Olšák2012-12-072-0/+2
* r600g: transfers of MSAA color textures should do the resolveMarek Olšák2012-12-071-5/+32
* trace: dump pipe_resource::nr_samplesMarek Olšák2012-12-071-0/+1
* llvmpipe: fix regression in gears speed.Dave Airlie2012-12-071-2/+4
* radeonsi: Fix cube texture coordinates.Michel Dänzer2012-12-061-0/+7
* radeon/llvm: Export prepare_cube_coords helper to driver.Michel Dänzer2012-12-062-8/+13
* llvmpipe: Fix statement before declaration.José Fonseca2012-12-061-1/+2
* llvmpipe: remove unused variableBrian Paul2012-12-061-1/+0
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-0615-101/+125
* r600g: use default action for min/max opcode in tgsi to llvmVincent Lejeune2012-12-051-4/+0
* r600g: use default action for fdiv/rcp opcodeVincent Lejeune2012-12-051-6/+1
* r600g: Use default mul/mad function for tgsi-to-llvmVincent Lejeune2012-12-051-8/+4
* llvmpipe: Fix alignment.José Fonseca2012-12-041-0/+5
* r300g: Give CLIP_DISABLE another tryStefan Dösinger2012-12-042-2/+3
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-0311-43/+125
* llvmpipe: Refactor convert_to/from_blend_type to convert in place.José Fonseca2012-12-031-12/+8
* llvmpipe: Improve color buffer loads/stores alignment.José Fonseca2012-12-031-10/+19
* llvmpipe: Recompute the fs shader key when framebuffer varies.José Fonseca2012-12-031-0/+1
* 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
* svga: remove pointless assert on unsigned >= 0Dave Airlie2012-12-011-1/+0
* r300g: fix comparison of hyperz flush time.Dave Airlie2012-12-011-1/+1
* llvmpipe: Remove remnants of lp_tile_soa from Makefile.José Fonseca2012-11-302-4/+0
* llvmpipe: Fix incorrect sizeof.Vinson Lee2012-11-291-2/+2
* llvmpipe: Fix build break from 75da95c50Stéphane Marchesin2012-11-291-2/+1