Displaying 5 results from an estimated 5 matches for "vshader".
Did you mean:
shader
2010 Aug 02
3
Unable to update wine
I am running Fedora FC12 and tried to update wine. Here is the output from yum list wine:
Installed Packages
wine.i686 1.1.38-1.fc12 @updates
wine.x86_64 1.1.38-1.fc12 @updates
Available Packages
wine.i686 1.2.0-1.fc12 updates
wine.x86_64
2009 May 08
0
Wine release 1.1.21
...Allow only one search/replace dialog to open.
Roderick Colenbrander (1):
wingdi.h: Add missing png/jpeg compression flags.
Scott Ritchie (1):
wine.desktop: Reduce MIME types to application/x-ms-dos-executable and application/x-msi.
Stefan D?singer (19):
d3d: Limit d3d8 and d3d9 vshader constants to 256.
wined3d: Support the full amount of constants in GLSL.
wined3d: Fix a few more direct buffer accesses.
wined3d: Activate a thread before mapping a buffer.
wined3d: Fix an issue in buffer_get_sysmem.
wined3d: Emulate R16G16F and R32G32F if GL_ARB_textu...
2007 Nov 30
0
Wine release 0.9.50
...based on variable (un)signedness.
netapi32: Remove one tests and simplify another based on the limited range of unsigned.
winedos: Use DWORD instead of long for return values of SetFilePointer.
itss: Avoid checking an unsigned value for < 0.
wined3d: Rewrite condition in vshader_program_add_param() to actually distinguish between two cases.
inetcomm: Fix error check in InternetTransport_Connect().
ntdll: Fix computation in enumerate_key().
kernel32: Handle default case in Local32_FromHandle().
winedbg: Warning fixes.
user32: Reduce scope of va...
2009 Jul 03
0
Wine release 1.1.25
...DSPSM_NOT in ARB.
wined3d: Only update the screen when the frontbuffer was changed.
wined3d: Don't disable ARBfp if the replacement pipeline is used.
wined3d: ARB*p is already on after a depth blit.
wined3d: Implement function calls with NV exts.
wined3d: Write the vshader footer in a separate function.
wined3d: Add the vertex shader footer in the main function.
wined3d: Add a NOP ret handler to GLSL.
wined3d: Don't dirtify too many shader constants.
Stefan Leichter (1):
oleaut32: Add two tests of function VarDateFromStr for German date f...
2008 Jul 11
0
Wine release 1.1.1
...one error in constant dirtification.
wined3d: Remove an unneeded atifs hack.
wined3d: Start the state splitup.
wined3d: Implement the state merger and start to use it.
wined3d: Make the stream source application a regular state function.
wined3d: Move stream source and vshader to misc and vertex pipeline tables.
wined3d: Move material application to the vertex pipeline.
wined3d: Move the frontfacing state to the misc state table.
wined3d: Move clipplanes to vertex states.
wined3d: Move the scissor rect to the misc states.
wined3d: Move light...