summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_fs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03r300: fix constants_remap_table memory leak related to the dummy shader pathPatrick Lerda1-0/+1
2024-03-31r300: convert to SPDX license block and fix small typosDavid Heidelberg1-19/+2
2024-02-26r300: fix memory leaks when register allocation failsPatrick Lerda1-0/+1
2024-01-11r300: fix reusing of color varying slots for generic onesPavel Ondračka1-0/+2
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-12/+12
2023-06-27treewide: style fixes after replace usage of boolean to boolYonggang Luo1-2/+2
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-1/+1
2023-06-12r300: Drop RADEON_DEBUG=use_tgsi.Emma Anholt1-1/+0
2023-06-05r300: enable PIPE_CAP_TGSI_TEXCOORDPavel Ondračka1-0/+17
2023-01-03r300: don't convert to constant swizzles when translating from TGSIPavel Ondračka1-1/+0
2022-09-01r300: Use u_default_set_debug_callbackAlyssa Rosenzweig1-1/+1
2022-03-28r300: respect output_semantic_index when writing colorsPavel Ondračka1-3/+2
2022-02-11r300: transform fs sin and cos input to [0,1) range in NIRPavel Ondračka1-0/+1
2021-12-08r300: Route shader stats output to ARB_debug_output.Emma Anholt1-1/+2
2021-12-08r300: Precompile the FS at shader creation time.Emma Anholt1-12/+8
2021-12-08r300: Remove the non_normalized_coords from the shader key.Emma Anholt1-2/+0
2021-05-21gallium: remove structure u_resourceMarek Olšák1-1/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
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