mesa/src/gallium/drivers/r300
Vinson Lee e248119a82 r300: Fix typos.
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8296>
2021-01-07 20:42:36 -08:00
..
compiler r300: Fix typos. 2021-01-07 20:42:36 -08:00
.editorconfig
Android.mk
Makefile.sources
meson.build meson: add idep_mesautil to components using simple_mtx.h 2020-11-24 18:13:07 -08:00
r300_blit.c r300,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences 2020-12-05 10:52:17 -05:00
r300_cb.h
r300_chipset.c
r300_chipset.h
r300_context.c gallium: inline pipe_depth_state to decrease DSA state size by 4 bytes 2020-12-22 12:01:38 +00:00
r300_context.h r300,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences 2020-12-05 10:52:17 -05:00
r300_cs.h r300,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences 2020-12-05 10:52:17 -05:00
r300_debug.c treewide: Disambiguate various variables named "debug_options" 2021-01-04 20:51:28 +00:00
r300_defines.h
r300_emit.c r300,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences 2020-12-05 10:52:17 -05:00
r300_emit.h
r300_flush.c r300,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences 2020-12-05 10:52:17 -05:00
r300_fs.c util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
r300_fs.h
r300_hyperz.c gallium: inline pipe_depth_state to decrease DSA state size by 4 bytes 2020-12-22 12:01:38 +00:00
r300_public.h
r300_query.c r300,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences 2020-12-05 10:52:17 -05:00
r300_reg.h r300: Fix typos. 2021-01-07 20:42:36 -08:00
r300_render.c gallium: remove and emulate PIPE_CAP_MULTI_DRAW 2021-01-04 19:22:33 -05:00
r300_render_stencilref.c gallium: extend draw_vbo to support multi draws 2020-11-18 01:41:25 +00:00
r300_render_translate.c gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_* 2020-09-22 03:20:54 +00:00
r300_resource.c
r300_screen.c r300: Fix typos. 2021-01-07 20:42:36 -08:00
r300_screen.h r300g: implement GLSL disk shader caching 2019-06-11 20:49:34 -04:00
r300_screen_buffer.c r300,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences 2020-12-05 10:52:17 -05:00
r300_screen_buffer.h
r300_shader_semantics.h
r300_state.c r300: Fix typos. 2021-01-07 20:42:36 -08:00
r300_state_derived.c r300: add and fix up fallthrough comments 2020-07-02 23:52:53 +00:00
r300_state_inlines.h util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
r300_texture.c r300: add and fix up fallthrough comments 2020-07-02 23:52:53 +00:00
r300_texture.h gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
r300_texture_desc.c r300: Fix typos. 2021-01-07 20:42:36 -08:00
r300_texture_desc.h
r300_tgsi_to_rc.c
r300_tgsi_to_rc.h
r300_transfer.c r300,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences 2020-12-05 10:52:17 -05:00
r300_transfer.h
r300_vs.c
r300_vs.h
r300_vs_draw.c