wined3d: Make the device parameter to wined3d_surface_depth_blt_fbo() const.
[wine] / dlls / wined3d /
2011-09-02  Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-09-02  Henri Verbeetwined3d: Get rid of some redundant else statements...
2011-09-02  Henri Verbeetwined3d: Remove a redundant compare in IWineD3DSurfaceI...
2011-09-02  Henri Verbeetwined3d: Print a FIXME for any flags passed to wined3d_...
2011-09-01  Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-09-01  Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-09-01  Henri Verbeetwined3d: Merge the wined3d_surface_flip() implementations.
2011-09-01  Henri Verbeetwined3d: Merge the wined3d_surface_set_mem() implementa...
2011-09-01  Austin Englishwined3d: Remove an unused variable.
2011-08-31  Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-08-31  Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-08-31  Henri Verbeetddraw: Get rid of the surface implementation switching...
2011-08-31  Henri Verbeetwined3d: Use the resource size for copying between...
2011-08-30  Marcus Meissnerwined3d: Remove a useless NULL check (Coverity).
2011-08-30  Maxime Lombardwined3d: Add support for Nvidia GTX 460M.
2011-08-30  Andrew Talbotwined3d: Remove unneeded address-of operators from...
2011-08-29  Henri Verbeetwined3d: Replace "DirectDraw stuff" with per-adapter...
2011-08-29  Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-08-29  Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-08-29  Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-08-29  Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-08-29  Henri Verbeetwined3d: Make the target parameter to is_full_clear...
2011-08-29  Henri Verbeetwined3d: Rename WineD3DAdapterChangeGLRam() to adapter_...
2011-08-29  Matteo Bruniwined3d: Store maximum vertex attributes count.
2011-08-29  Matteo Bruniwined3d: Rename dummyTextureName variable.
2011-08-29  Matteo Bruniwined3d: Use dummy textures for all the texture targets.
2011-08-29  Matteo Bruniwined3d: Keep track of the current texture type for...
2011-08-26  Henri Verbeetwined3d: Enable multisampling by default.
2011-08-26  Henri Verbeetwined3d: Add multisampling support.
2011-08-26  Henri Verbeetwined3d: Get rid of the current multisampling support.
2011-08-26  Henri Verbeetwined3d: Introduce a separate function for attaching...
2011-08-26  Henri Verbeetwined3d: Explicitly specify the resource location to...
2011-08-26  Henri Verbeetwined3d: Also print an attachment's multisample type...
2011-08-26  Henri Verbeetwined3d: Get rid of the location fixup in surface_blt_f...
2011-08-26  Henri Verbeetwined3d: Get rid of the location fixup for ORM_FBO...
2011-08-26  Henri Verbeetwined3d: Get rid of the location fixup for ORM_FBO...
2011-08-26  Henri Verbeetwined3d: Simplify context_apply_fbo_state_blit().
2011-08-25  Matteo Bruniwined3d: Don't change active texture to 0.
2011-08-25  Matteo Bruniwined3d: Fetch currently active texture unit from the...
2011-08-25  Matteo Bruniwined3d: Store currently active texture in the wined3d...
2011-08-25  Matteo Bruniwined3d: Pass around the context instead of gl_info.
2011-08-25  Matteo Bruniwined3d: Make context_acquire() unconditional in a...
2011-08-25  Henri Verbeetwined3d: Pass a gl_info pointer to select_blit_implemen...
2011-08-25  Henri Verbeetwined3d: Pass a gl_info pointer to select_shader_backend().
2011-08-25  Henri Verbeetwined3d: Pass a gl_info pointer to select_fragment_impl...
2011-08-25  Henri Verbeetwined3d: Bind the system framebuffer based on the actua...
2011-08-25  Henri Verbeetwined3d: Use draw_binding in context_apply_blit_state().
2011-08-25  Henri Verbeetwined3d: Use draw_binding in swapchain_gl_present().
2011-08-25  Henri Verbeetwined3d: Use draw_binding in surface_unload().
2011-08-25  Henri Verbeetwined3d: Use draw_binding in surface_realize_palette().
2011-08-25  Henri Verbeetwined3d: Use draw_binding in surface_unmap().
2011-08-25  Henri Verbeetwined3d: Use draw_binding in IWineD3DSurfaceImpl_BltOve...
2011-08-24  Ričardas Barkauskaswined3d: Avoid dereferencing null pointer in context_ap...
2011-08-24  Henri Verbeetwined3d: Make the gl_info parameter to wined3d_guess_gl...
2011-08-24  Henri Verbeetwined3d: Make the ctx parameter to WineD3D_ReleaseFakeG...
2011-08-24  Henri Verbeetwined3d: Make the device parameter to drawStridedSlow...
2011-08-24  Henri Verbeetwined3d: Use draw_binding in wined3d_surface_blt().
2011-08-24  Henri Verbeetwined3d: Use draw_binding in device_clear_render_targets().
2011-08-24  Henri Verbeetwined3d: Use draw_binding in arbfp_blit_surface().
2011-08-24  Henri Verbeetwined3d: Keep track of a surface's "draw location".
2011-08-24  Henri Verbeetwined3d: Set the current location to SFLAG_INTEXTURE...
2011-08-24  Henri Verbeetwined3d: Add a registry key to disable rendering swapch...
2011-08-24  Henri Verbeetwined3d: Don't get rid of the user memory unless we...
2011-08-24  Stefan Dösingerwined3d: Disable WINED3DFMT_S1_UINT_D15_UNORM and WINED...
2011-08-24  Stefan Dösingerwined3d: Call glFlush after updating a buffer.
2011-08-23  Henri Verbeetwined3d: Make some parameters to get_glsl_program_entry...
2011-08-23  Henri Verbeetwined3d: Make the shader parameter to shader_glsl_gener...
2011-08-23  Henri Verbeetwined3d: Make the shader parameter to shader_glsl_gener...
2011-08-23  Henri Verbeetwined3d: Introduce a function to update a swapchain...
2011-08-23  Henri Verbeetwined3d: Just call resource_unload() in updateSurfaceDe...
2011-08-23  Henri Verbeetwined3d: Only delete the GL contexts after unloading...
2011-08-23  Henri Verbeetwined3d: Rename WineD3D_ChoosePixelFormat() to context_...
2011-08-23  Henri Verbeetwined3d: Reject color blits on sysmem surfaces in ffp_b...
2011-08-23  Henri Verbeetwined3d: Move arbfp based color blits from IWineD3DSurf...
2011-08-23  Henri Verbeetwined3d: Reject color blits on sysmem surfaces in arbfp...
2011-08-22  Stefan Dösingerwined3d: Invalidate streamsrc, vdecl and indexbuffer...
2011-08-22  Michael Stefaniucwined3d: Sync a function prototype with its definition.
2011-08-22  Chris Robinsonwined3d: Don't use the old depth-stencil surface after...
2011-08-22  Henri Verbeetwined3d: Move FBO based color blits from IWineD3DSurfac...
2011-08-22  Henri Verbeetwined3d: Move surface_color_fill() based color fills...
2011-08-22  Henri Verbeetwined3d: Reject color fills on sysmem surfaces in ffp_b...
2011-08-22  Henri Verbeetwined3d: Directly call surface_cpu_blt() in cpu_blit_co...
2011-08-22  Henri Verbeetwined3d: Allow color fills on FBO attachable surfaces...
2011-08-22  Henri Verbeetwined3d: Don't allow blits with an invalid destination...
2011-08-22  Henri Verbeetwined3d: Draw buffers are per-framebuffer state.
2011-08-22  Henri Verbeetwined3d: Merge FindContext() into context_acquire().
2011-08-22  Henri Verbeetwined3d: Reuse convert_a8r8g8b8_x8r8g8b8() for B8G8R8X8...
2011-08-22  Henri Verbeetwined3d: Add compressed surface support to surface_cpu_...
2011-08-05  William Petterssonwined3d: Add support for Nvidia GTX 550/560 Ti.
2011-08-05  Henri Verbeetwined3d: Get rid of the fglrx point sprite hack.
2011-08-05  Henri Verbeetwined3d: Pass a non-NULL rectangle to surface_color_fil...
2011-08-05  Henri Verbeetwined3d: Always pass a non-NULL rectangle to surface_co...
2011-08-05  Henri Verbeetwined3d: Implement wined3d_surface_bltfast() on top...
2011-08-04  Henri Verbeetwined3d: Move some flags handling from surface_cpu_blt...
2011-08-04  Henri Verbeetwined3d: Move rectangle validation from surface_cpu_blt...
2011-08-04  Henri Verbeetwined3d: Remove src_rect and dst_rect NULL checks from...
2011-08-04  Henri Verbeetwined3d: Remove the unused blit_op parameter to arbfp_b...
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-03  Henri Verbeetwined3d: Merge wined3d_surface_blt(), surface_blt(...
2011-08-03  Henri Verbeetwined3d: Go to the fallbacks for cross-swapchain blits.
next