[Mesa-dev] [PATCH 0/6] Add support for GL_NV_fill_rectangle

Lyude lyude at redhat.com
Thu Mar 23 15:27:46 UTC 2017


This adds basic support for GL_NV_fill_rectangle in Gallium, along with
enabling it for the GM200+ in nouveau. It should be noted this only
implements the OpenGL 4.3 bits, since we don't have the features required
yet to add this for OpenGLES.

Lyude (6):
  glapi: Add GL_NV_fill_rectangle
  gallium: Add a cap to check if the driver supports fill_rectangle
  mesa: Add support for GL_NV_fill_rectangle
  gallium/auxiliary: Add NV_fill_rectangle to pipe state
  mesa/st: Add support for NV_fill_rectangle
  nvc0: Add support for NV_fill_rectangle for the GM200+

 src/gallium/docs/source/screen.rst               |  4 ++++
 src/gallium/drivers/i915/i915_screen.c           |  1 +
 src/gallium/drivers/llvmpipe/lp_screen.c         |  1 +
 src/gallium/drivers/nouveau/nv30/nv30_screen.c   |  1 +
 src/gallium/drivers/nouveau/nv50/nv50_screen.c   |  1 +
 src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h   |  3 +++
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c   |  2 ++
 src/gallium/drivers/nouveau/nvc0/nvc0_state.c    |  4 ++++
 src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h |  2 +-
 src/gallium/drivers/r300/r300_screen.c           |  1 +
 src/gallium/drivers/r600/r600_pipe.c             |  1 +
 src/gallium/drivers/radeonsi/si_pipe.c           |  1 +
 src/gallium/drivers/softpipe/sp_screen.c         |  1 +
 src/gallium/drivers/svga/svga_screen.c           |  1 +
 src/gallium/drivers/vc4/vc4_screen.c             |  1 +
 src/gallium/include/pipe/p_defines.h             |  2 ++
 src/gallium/include/pipe/p_state.h               |  4 ++--
 src/mapi/glapi/gen/gl_API.xml                    |  4 ++++
 src/mesa/main/api_validate.c                     | 13 +++++++++++++
 src/mesa/main/extensions_table.h                 |  1 +
 src/mesa/main/mtypes.h                           |  1 +
 src/mesa/main/polygon.c                          | 15 +++++++++++++--
 src/mesa/state_tracker/st_atom_rasterizer.c      |  2 ++
 src/mesa/state_tracker/st_extensions.c           |  1 +
 24 files changed, 63 insertions(+), 5 deletions(-)

-- 
2.9.3



More information about the mesa-dev mailing list