fteqw/engine/shaders/glsl
Spoike fa0c73d33b Fixed crash from too many csqc entities (reported by shpuld)
Added .psd, .pbm/.pgm/.ppm, .pfm, and .hdr image formats. Extensions NOT added to r_imageextensions.
png (and the above formats) can now be loaded as RGBA16, instead of being truncated to RGBA8 (8bit pngs not affected).
r_imagelist will now show images from memory, instead of potentially loading new/different ones from disk.
Fix serverbrowser bug being too eager to join the server (eg from alt+tab).
Don't send ipv6 packets to qw/q2 masters. They won't be able to report ipv6 addresses anyway, and this reduces warnings when a host STILL has no ipv6 (my ISP sucks). this does not affect q3/dpmasters, for people without ipv4 addresses.
Tried to improve compat with Bloodshot's particle effects.
Fixed a couple of issues with R_AddTrisoup.
Fixed string tokenizing bug where it was using the wrong buffer size values.
Don't show link-local/localhost addresses in eg the status command (unless developer).
qtv-rel is now an easier target, for new qtv releases.
qtv warning fixes.
added a nailtrail effect to 'high' particles.
fixed terrain shaders.
fixed fogged water issue (on one of bal's maps).
first attempt at gltf2 format support



git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5400 fc73d0e0-1445-4013-8a0c-d673dee63da5
2019-02-16 19:09:07 +00:00
..
altwater.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
bloom_blur.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
bloom_filter.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
bloom_final.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
colourtint.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
crepuscular_opaque.glsl Small tweeks, bugfixes, breakages, cleanups... 2012-05-09 15:30:53 +00:00
crepuscular_rays.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
crepuscular_sky.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
default2d.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
defaultadditivesprite.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
defaultfill.glsl small vulkan perf tweak. 2017-11-14 14:37:04 +00:00
defaultgammacb.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
defaultskin.glsl Fixed crash from too many csqc entities (reported by shpuld) 2019-02-16 19:09:07 +00:00
defaultsky.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
defaultskybox.glsl Implement an area grid, primarily to avoid mods(read: xonotic) generating 2000 ents all sitting on the root area node. 2017-08-29 02:29:06 +00:00
defaultsprite.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
defaultwall.glsl Flattened downloads menu. 2019-01-13 16:51:50 +00:00
defaultwarp.glsl Fixed crash from too many csqc entities (reported by shpuld) 2019-02-16 19:09:07 +00:00
depthonly.glsl rework config.h stuff a little, fixing up numerous ifdefs etc. added some more for potentially smaller builds. 2017-02-19 00:15:42 +00:00
drawflat_wall.glsl Fix some typos from the glsl lazy-loading change. 2018-12-04 08:53:18 +00:00
fixedemu.glsl Fix some typos from the glsl lazy-loading change. 2018-12-04 08:53:18 +00:00
fxaa.glsl vulkan: rewrote render target stuff so bloom, r_projection, fxaa, should now be working. 2016-07-28 13:18:22 +00:00
itemtimer.glsl first version with dtls support. disabled for now. 2017-05-18 10:24:09 +00:00
lpp_depthnorm.glsl Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
lpp_light.glsl fix Q3BSP-without-Q2BSP bug. 2017-10-31 22:52:58 +00:00
lpp_wall.glsl fixed crashy race condition when querying master servers. 2017-11-15 12:38:20 +00:00
menutint.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
postproc_ascii.glsl Fix a glsl type comparison bug 2019-01-13 15:25:13 +00:00
postproc_equirectangular.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
postproc_fisheye.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
postproc_laea.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
postproc_panorama.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
postproc_stereographic.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
rtlight.glsl Fixed crash from too many csqc entities (reported by shpuld) 2019-02-16 19:09:07 +00:00
terrain.glsl Fixed crash from too many csqc entities (reported by shpuld) 2019-02-16 19:09:07 +00:00
underwaterwarp.glsl Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
wireframe.glsl fix wireframe. 2017-03-06 14:06:12 +00:00