Map renderer viewport and scissor to OpenGL
This commit is contained in:
@@ -224,11 +224,12 @@ Known local toolchain state:
|
||||
names directly. It also owns the PanoPainter shader uniform catalog and legacy hash
|
||||
mapping used by `Shader` active-uniform discovery and the uniform uniqueness
|
||||
check. App OpenGL initialization debug severity, debug output, GL info string,
|
||||
default depth/program-point/line-smooth state, blend factor/equation, and UI
|
||||
render-target RGBA8 format tokens are cataloged and tested here too, including
|
||||
the legacy convert command and resize path. App clear color-buffer masks,
|
||||
default framebuffer binding, scissor state, and sampler filter/wrap tokens
|
||||
also consume the backend mapping. OpenGL extension enumeration query tokens
|
||||
renderer API viewport/scissor rect conversion, default depth/program-point/
|
||||
line-smooth state, blend factor/equation, and UI render-target RGBA8 format
|
||||
tokens are cataloged and tested here too, including the legacy convert command
|
||||
and resize path. App clear color-buffer masks, default framebuffer binding,
|
||||
scissor state, and sampler filter/wrap tokens also consume the backend mapping.
|
||||
OpenGL extension enumeration query tokens
|
||||
used before runtime capability detection are cataloged here. Legacy font
|
||||
atlas texture formats, text mesh buffer targets, attribute component and
|
||||
normalization tokens, draw primitive/index type, upload usage, and active
|
||||
|
||||
@@ -481,8 +481,9 @@ depth-state to OpenGL enable/write/compare mapping also live in
|
||||
validation, active-uniform mapping, and the legacy uniform uniqueness check now
|
||||
delegate to `pp_renderer_gl` as well. `Shader` no longer spells GL enum names
|
||||
directly. App OpenGL initialization debug severity, debug output, GL info
|
||||
string, default depth/program-point/line-smooth state, blend factor/equation,
|
||||
and UI render-target RGBA8 format tokens are now also cataloged and tested in
|
||||
string, renderer API viewport/scissor rect conversion, default
|
||||
depth/program-point/line-smooth state, blend factor/equation, and UI
|
||||
render-target RGBA8 format tokens are now also cataloged and tested in
|
||||
`pp_renderer_gl`; the legacy convert command and resize path consume the same
|
||||
backend-owned mapping. App clear color-buffer masks, default framebuffer
|
||||
binding, scissor state, and sampler filter/wrap tokens now share that backend
|
||||
|
||||
Reference in New Issue
Block a user