summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600g/sb: improve alu packing on caymanVadim Girlin2013-07-172-15/+89
* r600g/sb: fix handling of new multislot instructions on caymanVadim Girlin2013-07-173-5/+6
* r600g/sb: fix debug dump code in schedulerVadim Girlin2013-07-171-4/+5
* r600g/sb: fix initial register allocationVadim Girlin2013-07-171-0/+1
* r600g/sb: move chip & class name functions to sb_contextVadim Girlin2013-07-174-53/+55
* r600g/sb: fix handling of PS in source bytecode on caymanVadim Girlin2013-07-171-0/+5
* r600g/sb: Initialize ra_checker member variables.Vinson Lee2013-07-171-1/+1
* llvmpipe: support sRGB framebuffersRoland Scheidegger2013-07-162-14/+57
* Revert "r300g: allow HiZ with a 16-bit zbuffer"Marek Olšák2013-07-151-0/+1
* r300g/swtcl: fix a lockup in MSAA resolveMarek Olšák2013-07-151-0/+7
* r300g/swtcl: fix geometry corruption by uploading indices to a bufferMarek Olšák2013-07-153-45/+31
* ilo: skip 3DSTATE_INDEX_BUFFER when possibleChia-I Wu2013-07-144-59/+77
* r600g/sb: Initialize ra_constraint::cost.Vinson Lee2013-07-131-1/+1
* ilo: move a santiy check into its assert()Chia-I Wu2013-07-131-5/+2
* ilo: mark some states dirty when they are really changedChia-I Wu2013-07-131-0/+16
* ilo: clean up ilo_blitter_pipe_begin()Chia-I Wu2013-07-133-27/+39
* r600g: don't use the CB/DB CP COHER logic on r6xxAlex Deucher2013-07-121-2/+10
* nv30: fix KILL_IF breakageBrian Paul2013-07-121-1/+1
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-1214-55/+53
* softpipe: silence some MSVC warningsBrian Paul2013-07-122-14/+14
* radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2Christian König2013-07-122-5/+19
* r600g: x/y coordinates must be divided by block dim in dma blitChristoph Bumiller2013-07-112-4/+16
* r600g/sb: Fix Android build v2Chih-Wei Huang2013-07-124-7/+8
* r600g/sb: improve math optimizations v2Vadim Girlin2013-07-1111-47/+435
* ilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12Chia-I Wu2013-07-111-2/+3
* ilo: correctly initialize undefined registers in fsChia-I Wu2013-07-111-5/+15
* radeonsi: Handle TGSI_OPCODE_DDX/Y using local memoryMichel Dänzer2013-07-104-2/+103
* radeonsi: Handle TGSI_OPCODE_TXDMichel Dänzer2013-07-101-2/+25
* ilo: honor surface padding requirementsChia-I Wu2013-07-101-0/+53
* util: treat denorm'ed floats like zeroZack Rusin2013-07-092-0/+11
* r600g: improve the mechanism for recognizing an empty CSMarek Olšák2013-07-083-3/+8
* r600g: explicitly flush caches for streamout-based buffer copying & clearingMarek Olšák2013-07-081-0/+13
* r600g: only flush the caches that need to be flushed during CP DMA operationsMarek Olšák2013-07-083-32/+117
* r600g: split INVAL_READ_CACHES into vertex, tex, and const cache flagsMarek Olšák2013-07-085-27/+52
* r600g: adjust flush flags (v3)Alex Deucher2013-07-086-7/+42
* r600g: don't call buffer_wait in buffer_mmap_sync_with_ringsMarek Olšák2013-07-081-2/+1
* r600g: don't read back the MSAA depth buffer if the read flag is not setMarek Olšák2013-07-081-8/+8
* r600g: don't flush the context in texture_transfer_mapMarek Olšák2013-07-081-5/+0
* r600g: fix texture offset computation for mapped MSAA depth buffersMarek Olšák2013-07-082-16/+14
* r600g: fix color resolve for RGBX8 and RGBX16 integer formatsMarek Olšák2013-07-081-2/+2
* r600g: enable fast MSAA color clear for array/3D/cube texturesMarek Olšák2013-07-081-4/+3
* r600g: implement fast MSAA color clear for integer texturesMarek Olšák2013-07-081-9/+12
* r600/uvd: fix check for UVD 2.xChristian König2013-07-081-1/+1
* nvc0: enable very initial support for nvf0 (GK110)Ben Skeggs2013-07-054-5/+75
* gallivm: do per-pixel lod calculations for explicit lodRoland Scheidegger2013-07-041-1/+2
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-0212-12/+0
* draw/translate: fix instancingZack Rusin2013-06-284-16/+16
* nvc0: allow frame dropping in h264Maarten Lankhorst2013-07-011-3/+0
* r300g/compiler: Prevent regalloc from swizzling texture operands v2Tom Stellard2013-06-305-0/+124
* r300g/compiler/tests: Add an assembly parserTom Stellard2013-06-305-16/+200