| .. |
|
ci
|
Revert "glx: Fix drawable refcounting for naked Windows"
|
2022-11-25 20:08:45 +00:00 |
|
lp_bld_alpha.c
|
llvmpipe: asst. clean-ups in lp_bld_alpha.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_bld_alpha.h
|
gallium: inline pipe_alpha_state to enable better DSA bitfield packing
|
2020-12-22 12:01:38 +00:00 |
|
lp_bld_blend.c
|
llvmpipe: use enum blend types instead of unsigned
|
2022-06-16 23:46:23 +00:00 |
|
lp_bld_blend.h
|
util: Move src/gallium/include/pipe/p_format.h to src/util/format/u_formats.h
|
2022-11-19 03:38:19 +00:00 |
|
lp_bld_blend_aos.c
|
llvmpipe: asst. clean-ups in lp_bld_blend_aos.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_bld_blend_logicop.c
|
llvmpipe: use enum blend types instead of unsigned
|
2022-06-16 23:46:23 +00:00 |
|
lp_bld_depth.c
|
llvmpipe: asst. clean-ups in lp_bld_depth.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_bld_depth.h
|
llvmpipe/fs: handle unrestricted depth values.
|
2022-07-28 10:36:00 +10:00 |
|
lp_bld_interp.c
|
llvmpipe: asst. clean-ups in lp_bld_interp.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_bld_interp.h
|
llvmpipe/fs: add sample position type to the interp interface
|
2022-09-30 01:22:42 +00:00 |
|
lp_clear.c
|
llvmpipe: Add a linear rasterizer optimized for 2D rendering.
|
2021-07-21 22:40:18 +02:00 |
|
lp_clear.h
|
gallium: add pipe cap for scissored clears and pass scissor state to clear() hook
|
2020-04-29 18:05:06 +00:00 |
|
lp_context.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_context.h
|
llvmpipe: asst. clean-ups in lp_context.[ch]
|
2022-10-25 15:27:12 +00:00 |
|
lp_cs_tpool.c
|
util/c11: Update function u_thread_create to be c11 conformance
|
2022-06-15 17:37:17 +00:00 |
|
lp_cs_tpool.h
|
llvmpipe/cs: rework thread pool for avoid mtx locking
|
2021-09-16 13:21:06 +10:00 |
|
lp_debug.h
|
llvmpipe: drop cache stats code
|
2022-11-12 03:04:35 +00:00 |
|
lp_draw_arrays.c
|
llvmpipe: asst. clean-ups in lp_draw_arrays.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_fence.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_fence.h
|
util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #include "util/u_thread.h"
|
2022-11-08 05:21:42 +00:00 |
|
lp_flush.c
|
llvmpipe: asst. clean-ups in lp_flush.[ch]
|
2022-10-25 15:27:12 +00:00 |
|
lp_flush.h
|
llvmpipe: asst. clean-ups in lp_flush.[ch]
|
2022-10-25 15:27:12 +00:00 |
|
lp_jit.c
|
llvmpipe/fs/linear: port to explicit pointers.
|
2022-10-03 22:42:07 +00:00 |
|
lp_jit.h
|
llvmpipe/cs: convert cs thread data to opaque friendly api
|
2022-09-29 07:07:59 +10:00 |
|
lp_limits.h
|
llvmpipe: bump LP_MAX_THREADS to 32
|
2022-10-04 22:59:12 +00:00 |
|
lp_linear.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_linear_fastpath.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_linear_interp.c
|
tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* by use grep
|
2022-11-15 20:35:55 +00:00 |
|
lp_linear_priv.h
|
tree-wide: Fixes multi-line macro width after replace to __func__
|
2022-11-22 06:53:47 +00:00 |
|
lp_linear_sampler.c
|
tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* by use grep
|
2022-11-15 20:35:55 +00:00 |
|
lp_memory.c
|
llvmpipe: use c11 alignas instead of PIPE_ALIGN_VAR
|
2022-06-14 15:08:38 +00:00 |
|
lp_memory.h
|
llvmpipe: use c11 alignas instead of PIPE_ALIGN_VAR
|
2022-06-14 15:08:38 +00:00 |
|
lp_perf.c
|
llvmpipe: Add a linear rasterizer optimized for 2D rendering.
|
2021-07-21 22:40:18 +02:00 |
|
lp_perf.h
|
llvmpipe: Add a linear rasterizer optimized for 2D rendering.
|
2021-07-21 22:40:18 +02:00 |
|
lp_public.h
|
|
|
|
lp_query.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_query.h
|
util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #include "util/u_thread.h"
|
2022-11-08 05:21:42 +00:00 |
|
lp_rast.c
|
llvmpipe: misc clean-ups in lp_rast.c
|
2022-12-09 04:00:54 +00:00 |
|
lp_rast.h
|
llvmpipe: asst. clean-ups in lp_rast.h
|
2022-10-25 15:27:12 +00:00 |
|
lp_rast_debug.c
|
llvmpipe: asst. clean-ups in lp_rast_debug.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_rast_linear.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_rast_linear_fallback.c
|
llvmpipe: asst. clean-ups in lp_rast_linear_fallback.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_rast_priv.h
|
util: Move pipe_semaphore to u_thread.h and rename it to util_semaphore
|
2022-11-08 05:21:42 +00:00 |
|
lp_rast_rect.c
|
llvmpipe: asst. clean-ups in lp_rast_rect.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_rast_tri.c
|
tree-wide: Convert all usage of #ifdef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH|CC)_* by use grep
|
2022-11-15 20:35:55 +00:00 |
|
lp_rast_tri_tmp.h
|
tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|ARCH|CC)_* by use grep
|
2022-11-15 20:35:55 +00:00 |
|
lp_scene.c
|
llvmpipe: misc clean-ups in lp_scene.c
|
2022-12-09 04:00:54 +00:00 |
|
lp_scene.h
|
util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #include "util/u_thread.h"
|
2022-11-08 05:21:42 +00:00 |
|
lp_scene_queue.c
|
util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #include "util/u_thread.h"
|
2022-11-08 05:21:42 +00:00 |
|
lp_scene_queue.h
|
|
|
|
lp_screen.c
|
llvmpipe: drop cache stats code
|
2022-11-12 03:04:35 +00:00 |
|
lp_screen.h
|
llvmpipe: drop cache stats code
|
2022-11-12 03:04:35 +00:00 |
|
lp_setup.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_setup.h
|
llvmpipe: minor white-space clean-up in lp_setup.h
|
2022-07-27 22:24:55 +00:00 |
|
lp_setup_analysis.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_setup_context.h
|
llvmpipe: s/uint/enum pipe_prim_type/ in lp_setup_context.h
|
2022-10-27 16:10:47 +00:00 |
|
lp_setup_line.c
|
llvmpipe: asst. clean-ups in lp_setup_line.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_setup_point.c
|
llvmpipe: asst. clean-ups in lp_setup_point.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_setup_rect.c
|
llvmpipe: check rectangle vertices have equal W components
|
2022-10-27 22:05:01 -06:00 |
|
lp_setup_tri.c
|
tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* by use grep
|
2022-11-15 20:35:55 +00:00 |
|
lp_setup_vbuf.c
|
llvmpipe: asst. clean-ups in lp_setup_vbuf.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_state.h
|
llvmpipe: Add a linear rasterizer optimized for 2D rendering.
|
2021-07-21 22:40:18 +02:00 |
|
lp_state_blend.c
|
llvmpipe: minor clean-up in lp_state_blend.c
|
2022-06-16 23:46:23 +00:00 |
|
lp_state_clip.c
|
llvmpipe: asst. clean-ups in lp_state_clip.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_state_cs.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_state_cs.h
|
util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #include "util/u_thread.h"
|
2022-11-08 05:21:42 +00:00 |
|
lp_state_derived.c
|
llvmpipe: Faithfully honour pipe_rasterizer_state::rasterizer_discard flag.
|
2022-12-06 11:44:11 +00:00 |
|
lp_state_fs.c
|
llvmpipe: Use get_first_non_void_channel more often
|
2022-12-02 22:06:11 +00:00 |
|
lp_state_fs.h
|
llvmpipe/fs/linear: port to explicit pointers.
|
2022-10-03 22:42:07 +00:00 |
|
lp_state_fs_analysis.c
|
gallivm: fix nir AOS swizzling issues
|
2022-09-21 21:55:11 +00:00 |
|
lp_state_fs_fastpath.c
|
tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|ARCH|CC)_* by use grep
|
2022-11-15 20:35:55 +00:00 |
|
lp_state_fs_linear.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_state_fs_linear_llvm.c
|
gallivm: remove illegal and unused function attributes
|
2022-12-06 13:27:16 +00:00 |
|
lp_state_gs.c
|
llvmpipe: asst. clean-ups in lp_state_gs.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_state_rasterizer.c
|
llvmpipe: asst. clean-ups in lp_state_rasterizer.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_state_sampler.c
|
llvmpipe: asst. clean-ups in lp_state_sampler.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_state_setup.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_state_setup.h
|
llvmpipe: minor whitespace/formatting cleanups in lp_state_setup.h
|
2022-06-15 12:30:05 +00:00 |
|
lp_state_so.c
|
llvmpipe: asst. clean-ups in lp_state_so.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_state_surface.c
|
llvmpipe: asst. clean-ups in lp_state_surface.c
|
2022-10-25 15:27:13 +00:00 |
|
lp_state_tess.c
|
llvmpipe: asst. clean-ups in lp_state_tess.c
|
2022-10-25 15:27:13 +00:00 |
|
lp_state_vertex.c
|
llvmpipe: asst. clean-ups in lp_state_vertex.c
|
2022-10-25 15:27:13 +00:00 |
|
lp_state_vs.c
|
llvmpipe: only dump tgsi shaders if they're actually tgsi shaders
|
2021-05-26 23:44:10 +00:00 |
|
lp_surface.c
|
llvmpipe: asst. clean-ups in lp_surface.c
|
2022-10-25 15:27:12 +00:00 |
|
lp_surface.h
|
|
|
|
lp_test.h
|
tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|ARCH|CC)_* by use grep
|
2022-11-15 20:35:55 +00:00 |
|
lp_test_arit.c
|
tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|ARCH|CC)_* by use grep
|
2022-11-15 20:35:55 +00:00 |
|
lp_test_blend.c
|
util: Rename PIPE_ALIGN_STACK to UTIL_ALIGN_STACK and moved into util/compiler.h
|
2022-11-19 01:37:46 +00:00 |
|
lp_test_conv.c
|
util: Rename PIPE_ALIGN_STACK to UTIL_ALIGN_STACK and moved into util/compiler.h
|
2022-11-19 01:37:46 +00:00 |
|
lp_test_format.c
|
util: Rename PIPE_ALIGN_STACK to UTIL_ALIGN_STACK and moved into util/compiler.h
|
2022-11-19 01:37:46 +00:00 |
|
lp_test_main.c
|
llvmpipe: asst. clean-ups in lp_test_main.c
|
2022-10-25 15:27:13 +00:00 |
|
lp_test_printf.c
|
util: Rename PIPE_ALIGN_STACK to UTIL_ALIGN_STACK and moved into util/compiler.h
|
2022-11-19 01:37:46 +00:00 |
|
lp_tex_sample.c
|
llvmpipe: asst. clean-ups in lp_tex_sample.c
|
2022-10-25 15:27:13 +00:00 |
|
lp_tex_sample.h
|
gallivm: don't indirect image/sampler destroy.
|
2022-08-26 04:39:59 +00:00 |
|
lp_texture.c
|
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
|
2022-11-22 06:53:47 +00:00 |
|
lp_texture.h
|
llvmpipe: asst. clean-ups in lp_texture.[ch]
|
2022-10-25 15:27:13 +00:00 |
|
meson.build
|
meson: replace deprecated meson.get_cross_property(...) with meson.get_external_property(...)
|
2022-12-01 22:09:55 +00:00 |