Search
lxdream.org :: lxdream/.hgignore
lxdream 0.9.1
released Jun 29
Download Now
filename .hgignore
changeset 1131:4727c2006e0f
prev1064:b4fc67f0966e
next1211:eecdeb37934a
author nkeynes
date Sun Oct 24 11:50:17 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Set gl texture parameters at texture load time rather than render time.
(This does mean that if the texture is used with variant parameters it will be
loaded multiple times). 3-4% faster this way
view annotate diff log raw
     1 .*\.o
     2 .*\.lo
     3 .*\.so
     4 .*\.Po
     5 .*\.dylib
     6 .*\~
     7 .*\.gmo
     8 .*\.mo
     9 autom4te.cache
    10 Makefile
    11 config.h
    12 config.status
    13 lxdream.1
    14 lxdream.app
    15 Info.plist
    16 stamp-h1
    17 lxdream-.*.tar.gz
    18 lxdream-.*.zip
    19 src/drivers/mac_keymap.h
    20 src/gendec
    21 src/genglsl
    22 src/genmach
    23 src/pvr2/shaders.h
    24 src/pvr2/shaders.def
    25 src/sh4/sh4dasm.c
    26 src/sh4/sh4stat.c
    27 src/sh4/sh4core.c
    28 src/sh4/sh4x86.c
    29 src/version.c
    30 src/lxdream
    31 src/testsh4x86
    32 src/test/.dirstamp
    33 src/test/testsh4x86
    34 src/test/testxlt
    35 po/POTFILES
    36 test/testdisp
    37 test/testdisp.bin
    38 test/testide
    39 test/testide.bin
    40 test/testmath
    41 test/testmmu
    42 test/testmmu.bin
    43 test/testregs
    44 test/testregs.bin
    45 test/testrend
    46 test/testrend.bin
    47 test/testsh4
    48 test/testsh4.bin
    49 test/testspu
    50 test/testspu.bin
    51 test/testta
    52 test/testta.bin
    53 test/testaica
    54 test/testaica.bin
    55 test/randmath
    56 test/randmath.bin
    57 test/randmath.native
.