summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-13r300: remove nir_to_rc_options wrapperPavel Ondračka1-15/+1
2024-04-13r300: move lower_fabb option out of the options structPavel Ondračka1-3/+1
2024-04-13r300: remove the ntr lower_cmp optionPavel Ondračka1-1/+0
2024-04-13r300: get rid of the unused ubo_vec4_max ntr optionPavel Ondračka1-4/+1
2024-04-13r300: inline unoptimized_ra ntr optionPavel Ondračka1-2/+0
2024-03-31r300: convert to SPDX license block and fix small typosDavid Heidelberg1-19/+2
2024-03-15r300: move sin/cos input fixups to finalize_nirPavel Ondračka1-16/+0
2024-03-06r300: enable R400 cos and sin hardware vertex shader opcodesPatrick Lerda1-2/+6
2024-03-04r300: fix constants_remap_table memory leakPatrick Lerda1-0/+2
2024-02-07gallium: remove take_ownership from set_vertex_buffers, assume it's trueMarek Olšák1-4/+3
2024-01-14gallium: remove unbind_trailing_count from set_vertex_buffersMarek Olšák1-13/+7
2023-08-21r300: copy ntt to r300 compilerPavel Ondračka1-11/+11
2023-08-11gallium: remove start_slot parameter from pipe_context::set_vertex_buffersYogesh Mohan Marimuthu1-8/+8
2023-07-05r300: disable ntt regalloc for vertex shadersPavel Ondračka1-0/+2
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-22/+22
2023-06-27treewide: style fixes after replace usage of boolean to boolYonggang Luo1-6/+6
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-21/+21
2023-06-22r300: add partial CMP support on R5xxPavel Ondračka1-1/+0
2023-06-13r300: move nir stuff to r300_nir filePavel Ondračka1-1/+1
2023-06-05r300: enable PIPE_CAP_TGSI_TEXCOORDPavel Ondračka1-11/+9
2023-01-18r300: set ubo_vec4_max ntt option properlyPavel Ondračka1-0/+2
2023-01-16r300: skip sin/cos input range transformation for nine and nttPavel Ondračka1-2/+11
2022-11-22gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium codeYonggang Luo1-1/+1
2022-11-15util: Rename src/gallium/include/pipe/p_config.h to src/util/detect_arch.hYonggang Luo1-1/+1
2022-10-24r300: respect buffer offset in r300_set_constant_bufferPavel Ondračka1-1/+1
2022-10-10r300: don't use smooth line if not requestedFilip Gawin1-1/+1
2022-08-22r300: Set more shadow sampler lowering in precompiles.Pavel Ondračka1-1/+2
2022-07-27gallium/radeon: require radeon DRM 2.45.0 from April 2016Marek Olšák1-1/+1
2022-04-11r300: move pointer dereference after a NULL checkPavel Ondračka1-3/+3
2022-03-29r300: move r300_init_vs_outputs to r300_translate_vertex_shaderPavel Ondračka1-1/+0
2022-03-29r300: restructure r300_vertex_shaderPavel Ondračka1-8/+14
2022-02-11r300: transform fs sin and cos input to [0,1) range in NIRPavel Ondračka1-0/+2
2022-02-11r300: transform vs sin and cos input to [-PI,PI] range in NIRPavel Ondračka1-1/+4
2022-02-08nir_to_tgsi: Add a flag for lowering fabs, and use it in r300/i915.Emma Anholt1-3/+15
2022-02-09r300: Request that nir-to-tgsi avoid generating TGSI_OPCODE_CMP.Emma Anholt1-1/+7
2022-02-03r300: Set up shadow sampler lowering in precompiles.Emma Anholt1-3/+10
2022-01-11r300: use point sprite coordinates only when drawing points (v5)Pavel Ondračka1-0/+1
2021-12-09r300: Request NIR shaders from mesa/st and use NIR-to-TGSI.Emma Anholt1-2/+17
2021-12-08r300: Precompile the FS at shader creation time.Emma Anholt1-1/+12
2021-11-08gallium: rename PIPE_CAPF_MAX_POINT_WIDTH -> MAX_POINT_SIZEMarek Olšák1-1/+1
2021-10-13r300: fixes for UB caused by left shiftsFilip Gawin1-1/+1
2021-08-20gallium: add take_ownership into set_sampler_views to skip reference countingMarek Olšák1-8/+18
2021-01-27gallium: add take_ownership param into set_vertex_buffers to eliminate atomicsMarek Olšák1-3/+5
2021-01-27gallium: add unbind_num_trailing_slots to set_sampler_viewsMarek Olšák1-0/+1
2021-01-27gallium: add unbind_num_trailing_slots to set_vertex_buffersMarek Olšák1-4/+9
2021-01-27gallium: add take_ownership param into set_constant_buffer to eliminate atomicsMarek Olšák1-0/+1
2021-01-07r300: Fix typos.Vinson Lee1-3/+3
2020-12-22gallium: inline pipe_depth_state to decrease DSA state size by 4 bytesMarek Olšák1-3/+3
2020-12-22gallium: inline pipe_alpha_state to enable better DSA bitfield packingMarek Olšák1-4/+4
2020-12-22gallium: pass pipe_stencil_ref by value (it has only 2 bytes)Marek Olšák1-2/+2