projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wined3d: Fix a typo.
[wine]
/
dlls
/
wined3d
/
context.c
2009-10-22
Henri Verbeet
wined3d: Get rid of GL_LIMITS.
blob
|
commitdiff
|
raw
2009-10-20
Henri Verbeet
wined3d: Destroy FBO entries from the context that...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Henri Verbeet
wined3d: Use context->valid in context_destroy_gl_resou...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Henri Verbeet
wined3d: Validate the D3D context in FindContext().
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Henri Verbeet
wined3d: Get rid of the useless "isPBuffer" bitfield...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-25
Henri Verbeet
wined3d: Use the DXGI naming convention for all formats.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Stefan Dösinger
wined3d: Track GL texture states in a separate structure.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Henri Verbeet
wined3d: Cleanup after wglMakeCurrent() failures in...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Henri Verbeet
wined3d: Add support for ARB_provoking_vertex.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Henri Verbeet
wined3d: Add support for ARB_framebuffer_object.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-22
Rico Schüller
wined3d: Don't call wglMakeCurrent(NULL, NULL) in conte...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Henri Verbeet
wined3d: Don't check for a "representative" in the...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Henri Verbeet
wined3d: Mark the correct state dirty.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Jörg Höhle
wined3d: Check GL_SUPPORT prior to an ARB occlusion...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-17
Henri Verbeet
wined3d: Use WINED3D_UNMAPPED_STAGE in some more places.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-10
Henri Verbeet
wined3d: Use EXT_provoking_vertex to match Direct3D...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-07
Stefan Dösinger
wined3d: Dirtify the correct state.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-07
Henri Verbeet
wined3d: Check the return value of wglDeleteContext...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-07
Henri Verbeet
wined3d: Merge the context->current_rt check for render...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-07
Henri Verbeet
wined3d: Explicitly pass the context to the shader_sele...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-06
Henri Verbeet
wined3d: Track render_offscreen in the context.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-03
Henri Verbeet
wined3d: Rename WineD3DContext to struct wined3d_context.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-03
Henri Verbeet
wined3d: Handle destruction of a context's current...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Henri Verbeet
wined3d: Return proper NULLs from CreateContext().
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Henri Verbeet
wined3d: Get rid of activeContext.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Henri Verbeet
wined3d: Manage event queries in the context.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Henri Verbeet
wined3d: Manage occlusion queries in the context.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Henri Verbeet
wined3d: Return the activated context from ActivateCont...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Henri Verbeet
wined3d: Explicitly pass the wined3d context to context...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Henri Verbeet
wined3d: Get rid of last_device.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Henri Verbeet
wined3d: Remove some unnecessary code.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Henri Verbeet
wined3d: Don't reuse contexts marked for destruction.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Henri Verbeet
wined3d: Try to reuse the thread's current context...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Henri Verbeet
wined3d: Move some context selection code from Activate...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Henri Verbeet
wined3d: Simplify FindContext() a bit.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Henri Verbeet
wined3d: Get rid of getActiveContext().
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Henri Verbeet
wined3d: Avoid destroying contexts that are current...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Henri Verbeet
wined3d: Keep track of a thread's wined3d context.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-21
Henri Verbeet
wined3d: Remove the useless lastThread field from IWine...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-21
Henri Verbeet
wined3d: Get rid of lastActiveRenderTarget.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-21
Henri Verbeet
wined3d: Get rid of lastActiveRenderTarget in FindConte...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-21
Henri Verbeet
wined3d: Keep track of a context's current render target.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-21
Henri Verbeet
wined3d: Pass NULL to ActivateContext() when we don...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-20
Stefan Dösinger
wined3d: Set the highest dirty marker after marking...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-17
Henri Verbeet
wined3d: Avoid redundant FBO binds.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-17
Henri Verbeet
wined3d: Always use context_bind_fbo() to change the...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-17
Henri Verbeet
wined3d: Pass the context instead of the device to...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-17
Henri Verbeet
wined3d: Store a pointer to wined3d_gl_info in struct...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Henri Verbeet
wined3d: Check the return values for some wgl calls.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Henri Verbeet
wined3d: Remove the remains of an ATI_fragment_shader...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Henri Verbeet
wined3d: Get rid of struct glDescriptor.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-07
Henri Verbeet
wined3d: checkGLcall() doesn't need a \n.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-07
Henri Verbeet
wined3d: Add some missing float suffixes.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-02
Henri Verbeet
wined3d: Clear the last device in WineD3D_CreateFakeGLC...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-29
Henri Verbeet
wined3d: Always check the result of wglMakeCurrent().
blob
|
commitdiff
|
raw
|
diff to current
2009-06-29
Henri Verbeet
wined3d: Prevent GL calls from DestroyContext() if...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-26
Henri Verbeet
wined3d: Document GL context dependencies.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-25
Henri Verbeet
wined3d: Make sure we have an active GL context in...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-25
Henri Verbeet
wined3d: Make context_resource_released() responsible...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-08
Henri Verbeet
wined3d: Set FBO stencil attachments for relevant depth...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-08
Henri Verbeet
wined3d: Use context_attach_depth_stencil_fbo() to...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-27
Stefan Dösinger
wined3d: Work around an ARBFP vs GLSL bug in Mac OS.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-25
Chris Robinson
wined3d: Decrement fbo_entry_count when one is removed...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-15
Henri Verbeet
wined3d: Document functions that depend on the caller...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-14
Henri Verbeet
wined3d: Add missing GL locking to set_blit_dimension...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-14
Henri Verbeet
wined3d: Add missing GL locking to calls to FBO functions.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-13
Henri Verbeet
wined3d: Add missing GL locking to shader_backend_t...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-13
Henri Verbeet
wined3d: Add missing GL locking to state table calls.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-12
Henri Verbeet
wined3d: Don't create more than WINED3D_MAX_FBO_ENTRIES...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-08
Stefan Dösinger
wined3d: Work around a bad crash in fglrx.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-25
Henri Verbeet
wined3d: Fix a few sign compare warnings.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-24
Henri Verbeet
wined3d: Pass format_desc to getColorBits() and getDept...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Henri Verbeet
wined3d: Set the currently active context to NULL when...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-13
Henri Verbeet
wined3d: Remove the format field from IWineD3DResourceC...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-13
Henri Verbeet
wined3d: Only return a pointer to struct GlPixelFormatD...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-09
Henri Verbeet
wined3d: Handle error conditions better in RemoveContex...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-17
Stefan Dösinger
wined3d: Pass the requested srgb flag to PreLoad.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-12
Stefan Dösinger
wined3d: Avoid hooking non-fog glEnable/glDisable calls.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-17
Henri Verbeet
wined3d: Remove the shader_cleanup() method from the...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-16
Stefan Dösinger
wined3d: Emulate GL_EXT_fog_coord.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-16
Stefan Dösinger
wined3d: Remove some needless initializations.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-16
Stefan Dösinger
wined3d: Fake GL_ARB_multitexture.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-04
Henri Verbeet
wined3d: Move GlPixelFormatDesc to wined3d_private...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-21
Andrew Talbot
wined3d: Sign-compare warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-20
Roderick Colenbrander
wined3d: ActivateContext caused a lot of recursive...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-18
Alexandre Julliard
wined3d: Convert source files to utf-8.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Henri Verbeet
wined3d: Modifying GL_TEXTURE_MIN_FILTER modifies both...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Henri Verbeet
wined3d: Remove a redundant local variable in apply_dra...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Henri Verbeet
wined3d: The container is always non-NULL if GetContain...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-09
Henri Verbeet
wined3d: Don't do GL calls without a context.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Henri Verbeet
wined3d: Remove a redundant initialization of cfgs...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Henri Verbeet
wined3d: Destroy FBO entries in the context.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Henri Verbeet
wined3d: Make sure update_minfilter and update_magfilte...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Henri Verbeet
wined3d: Create a FBO for each combination of render...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Henri Verbeet
wined3d: Get rid of context_set_depth_stencil_fbo().
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Henri Verbeet
wined3d: Get rid of context_set_render_target_fbo().
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Henri Verbeet
wined3d: Handle drawbuffers in context_apply_fbo_state...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Henri Verbeet
wined3d: Split off a function for applying an attachmen...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Henri Verbeet
wined3d: Move FBO handling functions to context.c.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-05
Stefan Dösinger
wined3d: Fix the pixelformat selection logic.
blob
|
commitdiff
|
raw
|
diff to current
next