mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
pvr: remove unused enum
Reviewed-by: Simon Perretta <simon.perretta@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37554>
This commit is contained in:
parent
d5606141eb
commit
7fce4e5bdc
1 changed files with 0 additions and 10 deletions
|
|
@ -1367,16 +1367,6 @@ pvr_cmd_buffer_set_error_unwarned(struct pvr_cmd_buffer *cmd_buffer,
|
|||
return error;
|
||||
}
|
||||
|
||||
enum pvr_msaa_mode {
|
||||
PVR_MSAA_MODE_UNDEF = 0, /* explicitly treat 0 as undefined */
|
||||
/* One task for all samples. */
|
||||
PVR_MSAA_MODE_PIXEL,
|
||||
/* For on-edge pixels only: separate tasks for each sample. */
|
||||
PVR_MSAA_MODE_SELECTIVE,
|
||||
/* For all pixels: separate tasks for each sample. */
|
||||
PVR_MSAA_MODE_FULL,
|
||||
};
|
||||
|
||||
VkResult pvr_pds_fragment_program_create_and_upload(
|
||||
struct pvr_device *device,
|
||||
const VkAllocationCallbacks *allocator,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue