This website requires JavaScript.
Explore
Help
Register
Sign In
AlexIndustrial
/
mesa
Watch
1
Star
0
Fork
0
You've already forked mesa
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Code reorganization: s/aux/auxiliary/.
Browse Source
"aux" is a reserved name on Windows (X_X)
...
This commit is contained in:
José Fonseca
2008-02-15 20:07:18 +09:00
parent
6d3831b11d
commit
92fcbf6e7b
81 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Download Patch File
Download Diff File
Expand all files
Collapse all files
src/gallium/aux/Makefile → src/gallium/auxiliary/Makefile
Unescape
Escape
Copy filename
View File
src/gallium/aux/cso_cache/cso_cache.c → src/gallium/auxiliary/cso_cache/cso_cache.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/cso_cache/cso_cache.h → src/gallium/auxiliary/cso_cache/cso_cache.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/cso_cache/cso_hash.c → src/gallium/auxiliary/cso_cache/cso_hash.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/cso_cache/cso_hash.h → src/gallium/auxiliary/cso_cache/cso_hash.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/Makefile → src/gallium/auxiliary/draw/Makefile
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_clip.c → src/gallium/auxiliary/draw/draw_clip.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_context.c → src/gallium/auxiliary/draw/draw_context.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_context.h → src/gallium/auxiliary/draw/draw_context.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_cull.c → src/gallium/auxiliary/draw/draw_cull.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_debug.c → src/gallium/auxiliary/draw/draw_debug.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_flatshade.c → src/gallium/auxiliary/draw/draw_flatshade.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_offset.c → src/gallium/auxiliary/draw/draw_offset.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_prim.c → src/gallium/auxiliary/draw/draw_prim.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_private.h → src/gallium/auxiliary/draw/draw_private.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_stipple.c → src/gallium/auxiliary/draw/draw_stipple.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_twoside.c → src/gallium/auxiliary/draw/draw_twoside.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_unfilled.c → src/gallium/auxiliary/draw/draw_unfilled.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_validate.c → src/gallium/auxiliary/draw/draw_validate.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_vbuf.c → src/gallium/auxiliary/draw/draw_vbuf.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_vbuf.h → src/gallium/auxiliary/draw/draw_vbuf.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_vertex.c → src/gallium/auxiliary/draw/draw_vertex.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_vertex.h → src/gallium/auxiliary/draw/draw_vertex.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_vertex_cache.c → src/gallium/auxiliary/draw/draw_vertex_cache.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_vertex_fetch.c → src/gallium/auxiliary/draw/draw_vertex_fetch.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_vertex_shader.c → src/gallium/auxiliary/draw/draw_vertex_shader.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_vf.c → src/gallium/auxiliary/draw/draw_vf.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_vf.h → src/gallium/auxiliary/draw/draw_vf.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_vf_generic.c → src/gallium/auxiliary/draw/draw_vf_generic.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_vf_sse.c → src/gallium/auxiliary/draw/draw_vf_sse.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/draw/draw_wide_prims.c → src/gallium/auxiliary/draw/draw_wide_prims.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/Makefile → src/gallium/auxiliary/llvm/Makefile
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/gallivm.cpp → src/gallium/auxiliary/llvm/gallivm.cpp
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/gallivm.h → src/gallium/auxiliary/llvm/gallivm.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/gallivm_builtins.cpp → src/gallium/auxiliary/llvm/gallivm_builtins.cpp
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/gallivm_cpu.cpp → src/gallium/auxiliary/llvm/gallivm_cpu.cpp
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/gallivm_p.h → src/gallium/auxiliary/llvm/gallivm_p.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/instructions.cpp → src/gallium/auxiliary/llvm/instructions.cpp
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/instructions.h → src/gallium/auxiliary/llvm/instructions.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/instructionssoa.cpp → src/gallium/auxiliary/llvm/instructionssoa.cpp
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/instructionssoa.h → src/gallium/auxiliary/llvm/instructionssoa.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/llvm_builtins.c → src/gallium/auxiliary/llvm/llvm_builtins.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/loweringpass.cpp → src/gallium/auxiliary/llvm/loweringpass.cpp
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/loweringpass.h → src/gallium/auxiliary/llvm/loweringpass.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/storage.cpp → src/gallium/auxiliary/llvm/storage.cpp
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/storage.h → src/gallium/auxiliary/llvm/storage.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/storagesoa.cpp → src/gallium/auxiliary/llvm/storagesoa.cpp
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/storagesoa.h → src/gallium/auxiliary/llvm/storagesoa.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/tgsitollvm.cpp → src/gallium/auxiliary/llvm/tgsitollvm.cpp
Unescape
Escape
Copy filename
View File
src/gallium/aux/llvm/tgsitollvm.h → src/gallium/auxiliary/llvm/tgsitollvm.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/pipebuffer/Makefile → src/gallium/auxiliary/pipebuffer/Makefile
Unescape
Escape
Copy filename
View File
src/gallium/aux/pipebuffer/linked_list.h → src/gallium/auxiliary/pipebuffer/linked_list.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/pipebuffer/pb_buffer.h → src/gallium/auxiliary/pipebuffer/pb_buffer.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/pipebuffer/pb_buffer_fenced.c → src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/pipebuffer/pb_buffer_fenced.h → src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/pipebuffer/pb_buffer_malloc.c → src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/pipebuffer/pb_bufmgr.h → src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/pipebuffer/pb_bufmgr_fenced.c → src/gallium/auxiliary/pipebuffer/pb_bufmgr_fenced.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/pipebuffer/pb_bufmgr_mm.c → src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/pipebuffer/pb_bufmgr_pool.c → src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/pipebuffer/pb_winsys.c → src/gallium/auxiliary/pipebuffer/pb_winsys.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/Makefile → src/gallium/auxiliary/tgsi/Makefile
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/exec/Makefile → src/gallium/auxiliary/tgsi/exec/Makefile
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/exec/tgsi_exec.c → src/gallium/auxiliary/tgsi/exec/tgsi_exec.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/exec/tgsi_exec.h → src/gallium/auxiliary/tgsi/exec/tgsi_exec.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/exec/tgsi_sse2.c → src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/exec/tgsi_sse2.h → src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/util/tgsi_build.c → src/gallium/auxiliary/tgsi/util/tgsi_build.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/util/tgsi_build.h → src/gallium/auxiliary/tgsi/util/tgsi_build.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/util/tgsi_dump.c → src/gallium/auxiliary/tgsi/util/tgsi_dump.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/util/tgsi_dump.h → src/gallium/auxiliary/tgsi/util/tgsi_dump.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/util/tgsi_parse.c → src/gallium/auxiliary/tgsi/util/tgsi_parse.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/util/tgsi_parse.h → src/gallium/auxiliary/tgsi/util/tgsi_parse.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/util/tgsi_transform.c → src/gallium/auxiliary/tgsi/util/tgsi_transform.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/util/tgsi_transform.h → src/gallium/auxiliary/tgsi/util/tgsi_transform.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/util/tgsi_util.c → src/gallium/auxiliary/tgsi/util/tgsi_util.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/tgsi/util/tgsi_util.h → src/gallium/auxiliary/tgsi/util/tgsi_util.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/util/p_debug.c → src/gallium/auxiliary/util/p_debug.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/util/p_tile.c → src/gallium/auxiliary/util/p_tile.c
Unescape
Escape
Copy filename
View File
src/gallium/aux/util/p_tile.h → src/gallium/auxiliary/util/p_tile.h
Unescape
Escape
Copy filename
View File
src/gallium/aux/util/p_util.c → src/gallium/auxiliary/util/p_util.c
Unescape
Escape
Copy filename
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
AlexIndustrial/mesa
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block