mesa/src/gallium/drivers/swr
Giuseppe Bilotta 60a27ad122 Remove wrongly repeated words in comments
Clean up misrepetitions ('if if', 'the the' etc) found throughout the
comments. This has been done manually, after grepping
case-insensitively for duplicate if, is, the, then, do, for, an,
plus a few other typos corrected in fly-by

v2:
    * proper commit message and non-joke title;
    * replace two 'as is' followed by 'is' to 'as-is'.
v3:
    * 'a integer' => 'an integer' and similar (originally spotted by
      Jason Ekstrand, I fixed a few other similar ones while at it)

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Reviewed-by: Chad Versace <chad.versace@intel.com>
2016-06-23 13:55:03 -07:00
..
rasterizer Remove wrongly repeated words in comments 2016-06-23 13:55:03 -07:00
.clang-format mesa/build: add OpenSWR to build 2016-03-02 18:38:42 -06:00
.gitignore swr: autogenerate swr_context_llvm.h 2016-04-26 16:45:26 -05:00
Automake.inc gallium/swr: allow swr use as a swrast dri driver 2016-04-15 14:21:50 -05:00
Makefile.am swr: switch from overriding -march to selecting features 2016-06-17 10:34:17 -05:00
Makefile.sources swr: [rasterizer core] conservative rasterization frontend support 2016-06-23 10:50:41 -05:00
swr_clear.cpp gallium/swr: Resource management 2016-03-14 14:07:48 -05:00
swr_context.cpp swr: Update screen->context pointer with multiple contexts. 2016-06-17 13:56:03 -05:00
swr_context.h swr: implement clipPlanes/clipVertex/clipDistance/cullDistance 2016-06-09 13:28:35 -05:00
swr_draw.cpp swr: fix provoking vertex 2016-06-07 11:47:52 -05:00
swr_fence.cpp swr: Remove stall waiting for core query counters. 2016-05-05 10:50:09 -05:00
swr_fence.h swr: Remove stall waiting for core query counters. 2016-05-05 10:50:09 -05:00
swr_loader.cpp gallium/swr: add OpenSWR driver 2016-03-02 18:38:41 -06:00
swr_memory.h swr: [rasterizer memory] Constify load tiles 2016-04-22 18:49:20 -05:00
swr_public.h gallium/swr: add OpenSWR driver 2016-03-02 18:38:41 -06:00
swr_query.cpp swr: Add missing break in query switch statement. 2016-05-09 11:21:47 -05:00
swr_query.h swr: Remove stall waiting for core query counters. 2016-05-05 10:50:09 -05:00
swr_resource.h swr: fix resource backed constant buffers 2016-04-20 09:57:55 -05:00
swr_scratch.cpp gallium/swr: remove use of BYTE from swr driver 2016-03-10 11:20:58 -06:00
swr_scratch.h gallium/swr: add OpenSWR driver 2016-03-02 18:38:41 -06:00
swr_screen.cpp gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers 2016-06-18 13:38:29 -04:00
swr_screen.h gallium/swr: Cleaned up some context-resource management 2016-03-17 20:57:52 -05:00
swr_shader.cpp swr: push/pop DEBUG macro around llvm includes 2016-06-23 09:58:08 -05:00
swr_shader.h swr: implement clipPlanes/clipVertex/clipDistance/cullDistance 2016-06-09 13:28:35 -05:00
swr_state.cpp swr: push/pop DEBUG macro around llvm includes 2016-06-23 09:58:08 -05:00
swr_state.h swr: fix provoking vertex 2016-06-07 11:47:52 -05:00
swr_tex_sample.cpp swr: s/Elements/ARRAY_SIZE/ 2016-04-27 11:07:34 -05:00
swr_tex_sample.h swr: support samplers in vertex shaders 2016-04-12 20:18:00 -05:00