mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
mesa: Update some .gitignore files.
This commit is contained in:
parent
6b4776df35
commit
25eee19cd6
2 changed files with 17 additions and 0 deletions
1
progs/glsl/.gitignore
vendored
1
progs/glsl/.gitignore
vendored
|
|
@ -4,6 +4,7 @@ bump
|
|||
convolutions
|
||||
deriv
|
||||
extfuncs.h
|
||||
fragcoord
|
||||
identity
|
||||
mandelbrot
|
||||
multitex
|
||||
|
|
|
|||
16
progs/trivial/.gitignore
vendored
16
progs/trivial/.gitignore
vendored
|
|
@ -1,9 +1,11 @@
|
|||
clear
|
||||
clear-fbo
|
||||
clear-fbo-tex
|
||||
clear-repeat
|
||||
clear-scissor
|
||||
clear-undefined
|
||||
dlist-dangling
|
||||
dlist-degenerate
|
||||
dlist-edgeflag
|
||||
dlist-edgeflag-dangling
|
||||
drawarrays
|
||||
|
|
@ -29,6 +31,7 @@ linestrip
|
|||
linestrip-flat-stipple
|
||||
linestrip-stipple
|
||||
linestrip-stipple-wide
|
||||
long-fixed-func
|
||||
pgon-mode
|
||||
point
|
||||
point-clip
|
||||
|
|
@ -86,17 +89,24 @@ tri-fbo-tex
|
|||
tri-flat
|
||||
tri-flat-clip
|
||||
tri-fog
|
||||
tri-fp
|
||||
tri-fp-const-imm
|
||||
tri-lit
|
||||
tri-mask-tri
|
||||
tri-orig
|
||||
tri-query
|
||||
tri-repeat
|
||||
tri-scissor-tri
|
||||
tri-stencil
|
||||
tri-tex
|
||||
tri-tex-3d
|
||||
tri-tri
|
||||
tri-unfilled
|
||||
tri-unfilled-clip
|
||||
tri-unfilled-edgeflag
|
||||
tri-unfilled-smooth
|
||||
tri-unfilled-tri
|
||||
tri-unfilled-tri-lit
|
||||
tri-unfilled-userclip
|
||||
tri-unfilled-userclip-stip
|
||||
tri-userclip
|
||||
|
|
@ -113,4 +123,10 @@ vp-array-int
|
|||
vp-clip
|
||||
vp-line-clip
|
||||
vp-tri
|
||||
vp-tri-cb
|
||||
vp-tri-cb-pos
|
||||
vp-tri-cb-tex
|
||||
vp-tri-imm
|
||||
vp-tri-swap
|
||||
vp-tri-tex
|
||||
vp-unfilled
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue