search for: maxvari

Displaying 5 results from an estimated 5 matches for "maxvari".

Did you mean: maxvar
2010 May 28
3
Slow fonts rendering in EVE Online
3d works fine and fast, but fonts rendering is very slow, it takes 3-5 seconds to open any menu or message. I'v tried to add fontssmothing in user.reg but it's done nothing. gentoo x86 , wine-1.1.44, nvidia-drivers-190.42-r3, GeForce 8400M GS [Software\\Wine\\Direct3D] "DirectDrawRenderer"="opengl" "MaxFragmentUniforms"="1024"
2009 Aug 10
5
Wine and EVE
I know these topics exist, I have tried a multitude of them, but no show. My eve stops each time at the eula. screen is black after the splash screen until the eula tries to visit my screen. (for those not in the know, I just need to click yes to actually play the game) when running it through terminal, I get the following (... equals a lot of the line above it) bram at
2015 May 24
2
[Mesa-dev] [PATCH 07/11] glsl: Add arb_cull_distance support
On Sun, 2015-05-24 at 19:58 +0200, Tobias Klausmann wrote: > Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de> > --- > src/glsl/ast_to_hir.cpp | 14 +++++ > src/glsl/builtin_variables.cpp | 13 +++- > src/glsl/glcpp/glcpp-parse.y | 3 + > src/glsl/glsl_parser_extras.cpp | 1 + > src/glsl/glsl_parser_extras.h
2009 Aug 30
3
Wine Crashes with EVE-Online
Hey everyone, please excuse the briefness of the post but I am trying to get to bed after screwing with this for 6 hours. To proceed: 9 times out of 10 when I launch Eve using "wine explorer /desktop=0,1,800x600 "F:\EVE\eve.exe"" the app just doesn't launch. It throws the splash screen then just minimizes it with no errors and leaves up the windowed session. When the app
2015 May 24
19
[RFC PATCH 00/11] Implement ARB_cull_distance
This patch series adds the needed support for this extension to the various parts of mesa to finally enable it for nvc0. Dave Airlie (1): glsl: lower cull_distance into cull_distance_mesa Tobias Klausmann (10): glapi: add GL_ARB_cull_distance mesa/main: add support for GL_ARB_cull_distance mesa/prog: Add varyings for arb_cull_distance mesa/st: add support for GL_ARB_cull_distance