projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
wined3d: Only update the screen when the frontbuffer was changed.
[wine]
/
dlls
/
wined3d
/
surface_base.c
2009-06-22
Henri Verbeet
wined3d: Get rid of some asserts.
blob
|
commitdiff
|
raw
2009-06-15
Henri Verbeet
wined3d: Get rid of the pointers in WINED3DSURFACE_DESC.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-15
Henri Verbeet
wined3d: Introduce surface_calculate_size().
blob
|
commitdiff
|
raw
|
diff to current
2009-06-12
Henri Verbeet
wined3d: Remove the useless "resource_type" parameter...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-12
Henri Verbeet
wined3d: Use the compressed format info in IWineD3DBase...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-11
Henri Verbeet
wined3d: Use the format info to calculate compressed...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-11
Henri Verbeet
wined3d: Use the format info to calculate compressed...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-10
Henri Verbeet
wined3d: Use the format info for doing compressed surfa...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-10
Henri Verbeet
wined3d: Round rows up to whole blocks for compressed...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-23
Henri Verbeet
wined3d: Get rid of the shared_handle parameter.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-31
Henri Verbeet
wined3d: Care for things like pitch and blocksize when...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-24
Henri Verbeet
wined3d: Remove the bytesPerPixel field from IWineD3DSu...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Henri Verbeet
wined3d: Compare the actual formats.
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-13
Henri Verbeet
wined3d: Also change the resource's format desc in...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
Henri Verbeet
wined3d: Add DXGI formats to WINED3DFORMAT.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-17
Stefan Dösinger
wined3d: Duplicate GL textures for srgb switching.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Michael Stefaniuc
wined3d: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-15
Henri Verbeet
wined3d: Remove some comments.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-15
Henri Verbeet
wined3d: Implement a R5G6B5 to X8R8G8B8 surface format...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-03
Henri Verbeet
wined3d: Rename resource functions to reflect that...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Alexandre Julliard
wined3d: Make some functions and variables static.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-28
Henri Verbeet
wined3d: Const correctness fixes for surface_base.c.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-25
Henri Verbeet
wined3d: Don't call IWineD3DSurfaceImpl_GetData() from...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-25
Henri Verbeet
wined3d: Const correctness fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-03
Henri Verbeet
wined3d: Remove another redundant NULL check (LLVM...
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-08-05
Stefan Dösinger
wined3d: Track overlay surfaces in the overlayed surface.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-05
Stefan Dösinger
wined3d: Basic overlay emulation with opengl.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-05
Stefan Dösinger
wined3d: Implement overlay position tracking.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-31
Aric Stewart
wined3d: Rework surface Blt a bit to only lock the...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-31
Aric Stewart
wined3d: Check validity of rects before locking surface...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-14
Andrew Talbot
wined3d: Remove unneeded address-of operators from...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-10
Francois Gouget
wined3d: Move float_32_to_16() to surface_base.c which...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-22
Austin English
Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Alexander Dorofeyev
wined3d: Don't copy the extra line.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-02
Stefan Dösinger
wined3d: Update copyright lines.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-25
Alexander Dorofeyev
wined3d: Don't store primary surface palette in device...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-21
Andrew Talbot
wined3d: Assign to structs instead of using memcpy.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-20
Luis Javier Merino
wined3d: BltFast dealing correctly with overlapping...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Stefan Dösinger
wined3d: Catch NOP palette changes.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-26
Stefan Dösinger
wined3d: General cross format blitting infrastrucutre...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-19
Roderick Colenbrander
wined3d: The base RealizePalette isn't needed anymore.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-06
Roderick Colenbrander
wined3d: Redownload the surface data in case of a palet...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-24
Andrew Talbot
wined3d: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-16
Stefan Dösinger
wined3d: Do not call PreLoad in surface_download_data.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-09
Roderick Colenbrander
wined3d: Make sure SFLAG_LOCKED is set at the start...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-01
Stefan Dösinger
wined3d: Disconnect allocatedMemory and Heap allocation.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-01
Stefan Dösinger
wined3d: Move a part of LockRect to the base class.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-26
Stefan Dösinger
wined3d: Begin centralizing surface location management.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Stefan Dösinger
wined3d: Move the software blitting to the base surface...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Stefan Dösinger
wined3d: Move DIB section creation to the base surface...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Stefan Dösinger
wined3d: Clean up SetFormatDesc.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Stefan Dösinger
wined3d: Base surface move, part 2.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Stefan Dösinger
wined3d: Move non-rendering surface specific code to...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Stefan Dösinger
wined3d: Move resource methods to the base surface...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-18
Stefan Dösinger
wined3d: Start of some surface cleanup.
blob
|
commitdiff
|
raw
|
diff to current