mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 16:10:09 +01:00
st/mesa: minor formatting fixes in st_cb_bitmap.c
This commit is contained in:
parent
5fdbfb8d6f
commit
3c3ef69696
1 changed files with 1 additions and 3 deletions
|
|
@ -198,8 +198,7 @@ setup_bitmap_vertex_data(struct st_context *st, bool normalized,
|
|||
GLuint i;
|
||||
float (*vertices)[3][4]; /**< vertex pos + color + texcoord */
|
||||
|
||||
if(!normalized)
|
||||
{
|
||||
if (!normalized) {
|
||||
sRight = (GLfloat) width;
|
||||
tBot = (GLfloat) height;
|
||||
}
|
||||
|
|
@ -488,7 +487,6 @@ st_flush_bitmap_cache(struct st_context *st)
|
|||
{
|
||||
if (!st->bitmap.cache->empty) {
|
||||
struct bitmap_cache *cache = st->bitmap.cache;
|
||||
|
||||
struct pipe_context *pipe = st->pipe;
|
||||
struct pipe_sampler_view *sv;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue