summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: scanout buffers cannot be a destination of MSAA resolveMarek Olšák2013-08-171-1/+3
* radeonsi: implement MSAA colorbuffer compression for renderingMarek Olšák2013-08-179-2/+208
* radeonsi: implement uncompressed MSAA texturingMarek Olšák2013-08-172-7/+13
* radeonsi: disable alpha-to-coverage for integer colorbuffersMarek Olšák2013-08-172-1/+9
* radeonsi: implement GL_SAMPLE_ALPHA_TO_ONEMarek Olšák2013-08-175-1/+30
* radeonsi: implement uncompressed MSAA rendering and color resolvingMarek Olšák2013-08-179-23/+423
* radeonsi: add flexible shader descriptor management and use it for sampler viewsMarek Olšák2013-08-1710-56/+535
* radeonsi/compute: Let the state tracker do all the flushingTom Stellard2013-08-171-3/+0
* nv50: add vp3/vp4 support for mpeg2/vc1Ilia Mirkin2013-08-1612-12/+927
* nv50: separate video logic from noallocIlia Mirkin2013-08-163-3/+6
* nv30: remove no-longer-used formats from tableIlia Mirkin2013-08-161-3/+0
* radeonsi: Pixel shaders pre-load one more SGPRMichel Dänzer2013-08-151-2/+3
* radeonsi: TGSI_SEMANTIC_CLIPVERTEX doesn't use any parametersMichel Dänzer2013-08-151-0/+1
* radeonsi: Don't export unused clip distance vectors from vertex shaderMichel Dänzer2013-08-153-1/+14
* radeonsi: Don't leave gaps between position exports from vertex shaderMichel Dänzer2013-08-153-59/+83
* llvmpipe: fix stencil bug if we have both stencil and depth testsRoland Scheidegger2013-08-151-14/+13
* nvc0: move video param and format support functions to nouveauIlia Mirkin2013-08-155-70/+76
* nvc0: move firmware loading functions to nouveauIlia Mirkin2013-08-153-90/+108
* nvc0: move some of the simpler decoder functions into nouveauIlia Mirkin2013-08-153-62/+69
* nvc0: move vp param filling logic into nouveauIlia Mirkin2013-08-156-476/+499
* nvc0: move bsp param-filling logic into nouveauIlia Mirkin2013-08-154-276/+324
* nvc0: move nvc0_decoder into nouveau, rename to nouveau_vp3_decoderIlia Mirkin2013-08-156-224/+227
* nvc0: standardize on using #if for NVC0_DEBUG_FENCEIlia Mirkin2013-08-155-8/+8
* nvc0: refactor video buffer management logic into nouveau_vp3Ilia Mirkin2013-08-158-175/+243
* nv50: allow forcing PMPEG use, for ease of testingIlia Mirkin2013-08-152-2/+4
* nv30: hook up PMPEG support via nouveau_video, enables XvMC to workIlia Mirkin2013-08-153-15/+15
* nouveau: set buffer format of video bufferIlia Mirkin2013-08-151-0/+1
* nouveau: fix number of surfaces in video buffer, use definesIlia Mirkin2013-08-151-4/+4
* nv30: U8_USCALED only works for size 4Ilia Mirkin2013-08-151-3/+0
* ilo: fix fragment shaders that use PCB on GEN7+Chia-I Wu2013-08-152-3/+7
* nouveau: Fix variable name.Vinson Lee2013-08-141-1/+1
* radeonsi: unduplicate code in create_contextMarek Olšák2013-08-151-6/+0
* radeonsi: initialize the radeon_surface structureMarek Olšák2013-08-151-1/+1
* radeonsi: correct sampler function namesMarek Olšák2013-08-151-23/+23
* radeonsi: rename r600_texture::dirty_db_mask to dirty_level_maskMarek Olšák2013-08-154-8/+8
* radeonsi: rename r600_resource_texture to r600_textureMarek Olšák2013-08-157-48/+48
* r600/radeonsi: implement new float comparison instructionsRoland Scheidegger2013-08-152-19/+48
* nv50: implement new float comparison instructionsRoland Scheidegger2013-08-151-0/+17
* ilo: implement new float comparison instructionsRoland Scheidegger2013-08-151-8/+12
* llvmpipe: fix pipeline statistics with a null psZack Rusin2013-08-148-8/+43
* vl: Add support for max level query v2Rico Schüller2013-08-148-1/+74
* radeon/llvm: Add missing "%s" format string to fprintf.Jon Severinsson2013-08-131-1/+1
* r600g/sb: use MULADD workaround on R7xx for MULADD_IEEEVadim Girlin2013-08-141-1/+2
* ilo: enable dumping of WM PCBChia-I Wu2013-08-131-1/+5
* ilo: no binding table change when constants are pushedChia-I Wu2013-08-131-21/+17
* ilo: support push constant model in shadersChia-I Wu2013-08-136-12/+143
* ilo: support copying constant buffer 0 to PCBChia-I Wu2013-08-135-19/+105
* ilo: make constant buffer 0 upload optionalChia-I Wu2013-08-133-29/+35
* Revert "ilo: initialize constant buffer SURFACE_STATE early"Chia-I Wu2013-08-134-32/+27
* ilo: initialize constant buffer SURFACE_STATE earlyChia-I Wu2013-08-124-27/+32