mesa/src/gallium/drivers/r600
Rhys Kidd b1b7e921f8 r600g: Clean up defined magic numbers for TGSI opcodes
Small code clean up that removes magic numbers where a TGSI
opcode has been defined.

No functional change expected as each opcode is unsupported on
the respective hardware.

Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Tested-by: James Harvey <lothmordor@gmail.com>
2016-08-29 11:03:20 -07:00
..
sb Treewide: Remove Elements() macro 2016-05-17 15:28:04 -04:00
.dir-locals.el dir-locals.el: Don't set variables for non-programming modes 2015-02-02 12:02:55 +00:00
Android.mk Android: move libdrm settings to top-level Android.common.mk 2016-06-13 15:31:29 +01:00
Automake.inc automake: explicitly set TARGET_RADEON_{WINSYS,COMMON} 2014-10-14 16:16:08 +01:00
compute_memory_pool.c gallium: fix warnings in release build 2016-04-25 12:23:21 +02:00
compute_memory_pool.h r600g/compute: Add documentation to compute_memory_pool 2014-07-28 10:09:46 -04:00
eg_asm.c r600: add support for LDS instruction encoding. 2015-12-07 09:58:59 +10:00
eg_sq.h gallium/radeon: clean left-shift undefined behavior 2016-05-07 16:46:59 -05:00
evergreen_compute.c gallium/radeon: merge USER_SHADER and INTERNAL_SHADER priority flags 2016-08-26 15:50:10 +02:00
evergreen_compute.h r600: make compute global buffer functions static. 2016-04-07 04:39:22 +01:00
evergreen_compute_internal.h r600g: remove TGSI->LLVM translation 2016-03-20 00:57:02 +01:00
evergreen_hw_context.c r600g: only do necessary cache flushes in cp_dma_clear_buffer 2016-06-04 15:42:33 +02:00
evergreen_state.c gallium/radeon: merge USER_SHADER and INTERNAL_SHADER priority flags 2016-08-26 15:50:10 +02:00
evergreend.h r600g: fix CP DMA hazard with index buffer fetches (v3) 2016-06-04 15:42:33 +02:00
Makefile.am r600g: remove TGSI->LLVM translation 2016-03-20 00:57:02 +01:00
Makefile.sources r600g: remove TGSI->LLVM translation 2016-03-20 00:57:02 +01:00
r600_asm.c r600g: Avoid aliasing violations. 2016-08-01 12:09:17 -07:00
r600_asm.h r600: Typos and whitespace fixes 2016-01-26 19:01:22 +01:00
r600_blit.c r600: increase performance for DRI PRIME offloading if 2nd GPU is Evergreen+ 2016-08-26 19:57:21 +02:00
r600_formats.h gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
r600_hw_context.c gallium/radeon: unify and simplify checking for an empty gfx IB 2016-08-25 21:19:17 +02:00
r600_isa.c r600: remove TABLE_SIZE macro 2016-05-13 01:03:38 -05:00
r600_isa.h r600: remove TABLE_SIZE macro 2016-05-13 01:03:38 -05:00
r600_opcodes.h gallium/radeon: clean left-shift undefined behavior 2016-05-07 16:46:59 -05:00
r600_pipe.c gallium: add a cap to expose whether driver supports mixed color/zs bits 2016-08-23 18:30:49 -04:00
r600_pipe.h gallium/radeon: add can_sample_z/s flags for textures 2016-07-06 10:43:43 +02:00
r600_public.h r600g: put radeon_winsys in screen::winsys, don't include drm_driver in the pipe 2011-08-16 09:15:10 +02:00
r600_shader.c r600g: Clean up defined magic numbers for TGSI opcodes 2016-08-29 11:03:20 -07:00
r600_shader.h r600/shader: increase number of inputs/outputs to 64. 2015-12-07 09:59:01 +10:00
r600_sq.h gallium/radeon: clean left-shift undefined behavior 2016-05-07 16:46:59 -05:00
r600_state.c gallium/radeon: merge USER_SHADER and INTERNAL_SHADER priority flags 2016-08-26 15:50:10 +02:00
r600_state_common.c gallium: Use enum pipe_shader_type in set_sampler_views() 2016-08-29 09:07:25 -06:00
r600_uvd.c gallium/radeon: add and use r600_texture_reference 2016-06-29 20:12:00 +02:00
r600d.h r600g: fix CP DMA hazard with index buffer fetches (v3) 2016-06-04 15:42:33 +02:00
r700_asm.c r600g: fix abs() support on ALU 3 source operands instructions 2015-02-06 20:03:06 +01:00
r700_sq.h gallium/radeon: clean left-shift undefined behavior 2016-05-07 16:46:59 -05:00