summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_fs.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-22gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák1-1/+1
2015-03-09r300g: use memset for clearing the shader keyMarek Olšák1-1/+2
2015-03-09r300g: remove the broken SNORM->UNORM shader lowering passMarek Olšák1-1/+0
2015-03-09r300g: fix RGTC1 and LATC1 SNORM formatsMarek Olšák1-16/+2
2014-10-04tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák1-1/+1
2014-10-04tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák1-6/+2
2013-01-06r300g: implement MSAAMarek Olšák1-0/+2
2012-09-19r300g: Init regalloc state during context creationTom Stellard1-1/+1
2012-04-24u_vbuf: remove u_vbuf_resourceMarek Olšák1-1/+1
2012-01-25r300g: nuke the fallback for fragment color clampingMarek Olšák1-3/+0
2011-09-16r300/compiler: Add support for the output modifier (OMOD)Tom Stellard1-0/+1
2011-08-02gallium/util: add functions for manipulating swizzlesMarek Olšák1-2/+3
2011-07-26r300g: copy the compiler from r300cMarek Olšák1-2/+1
2011-04-05r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shaderMarek Olšák1-13/+24
2011-03-29r300g: enable clamping controlsMarek Olšák1-1/+2
2011-03-12r300g: implement fragment color clamping in the shaderMarek Olšák1-0/+2
2011-02-10r300g: consolidate buffers and textures to r300_resourceMarek Olšák1-4/+4
2011-01-23r300g: Increase fragment shader limits for r400 cardsTom Stellard1-26/+85
2011-01-23r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák1-0/+7
2010-12-24r300g: add support for color0 writes to all bound color buffers.Dave Airlie1-0/+7
2010-12-03r300g: do not remove unused constants if we are not near the limitMarek Olšák1-1/+5
2010-10-18r300g: Add new debug option for logging vertex/fragment program statsTom Stellard1-2/+3
2010-09-28r300g: add support for 3D NPOT textures without mipmappingMarek Olšák1-0/+3
2010-09-28r300g: code cleanupsMarek Olšák1-30/+25
2010-09-10r300/compiler: Enable presubtract sourcesTom Stellard1-0/+1
2010-09-04r300g: add a new debug option which disables compiler optimizationsMarek Olšák1-0/+1
2010-09-04r300/compiler: make optimizations not use 0.5 swizzles in vertex shadersMarek Olšák1-0/+1
2010-09-04r300/compiler: add new compiler parameter max_constantsMarek Olšák1-0/+1
2010-09-04r300g: only check for an empty shader if there are no compile errorsMarek Olšák1-8/+8
2010-09-04r300/compiler: add new compiler parameter max_alu_instsMarek Olšák1-0/+1
2010-08-25r300g: eliminate unused constants in FSMarek Olšák1-1/+7
2010-08-25r300g: eliminate unused constants in VSMarek Olšák1-3/+2
2010-08-25r300g: fix indentationMarek Olšák1-5/+5
2010-08-11r300g: implement gl_FrontFacingMarek Olšák1-1/+14
2010-08-09r300g: do not print shader compiler errors by defaultMarek Olšák1-2/+2
2010-08-03r300/compiler: r500 hw support for break and continue in loops.Tom Stellard1-2/+7
2010-07-25r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák1-1/+1
2010-07-25r300g: cleanup texture creation codeMarek Olšák1-1/+1
2010-07-03r300/compiler: Use hardware flow control instructions for loops on r500.Tom Stellard1-1/+2
2010-06-24r300g: reorder and cleanup register writes everywhereMarek Olšák1-0/+5
2010-06-13r300g: turn fragment shader into a CBMarek Olšák1-0/+116
2010-05-26r300/compiler: move hardware caps to the radeon_compiler base structMarek Olšák1-2/+2
2010-05-23r300g: extend compile error messageMarek Olšák1-1/+2
2010-05-08r300g: pass depth texture swizzle to the compiler if compare mode is enabledMarek Olšák1-3/+11
2010-05-08r300g: respect compare mode regardless of sampler typeMarek Olšák1-0/+2
2010-05-08r300/compiler: generalize depth texture mode to support arbitrary swizzlesMarek Olšák1-2/+2
2010-04-26r300g: use the dummy FS shader for shaders with zero instructionsMarek Olšák1-0/+8
2010-04-17r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT texturesMarek Olšák1-1/+5
2010-04-16r300/compiler: fix repeat wrap mode for TXP and NPOTsMarek Olšák1-2/+1
2010-04-15r300/compiler: kill off RC_WRAP_CLAMPMarek Olšák1-6/+0