Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3831)

Issue 6188090: Improved DDS Texture Support

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by Kupoman
Modified:
11 years, 10 months ago
Reviewers:
Moguri, ideasman42, bf-codereview
Base URL:
https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Visibility:
Public.

Description

Allows DDS textures to remain compressed on the video card.

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+250 lines, -18 lines) Patch
M . View 0 chunks +0 lines, -0 lines 0 comments Download
M source/blender/gpu/CMakeLists.txt View 1 chunk +5 lines, -0 lines 0 comments Download
M source/blender/gpu/GPU_draw.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/blender/gpu/SConscript View 1 chunk +3 lines, -0 lines 0 comments Download
M source/blender/gpu/intern/gpu_draw.c View 6 chunks +93 lines, -15 lines 2 comments Download
M source/blender/imbuf/IMB_imbuf_types.h View 3 chunks +33 lines, -1 line 0 comments Download
M source/blender/imbuf/intern/allocimbuf.c View 1 chunk +2 lines, -0 lines 3 comments Download
M source/blender/imbuf/intern/dds/DirectDrawSurface.h View 2 chunks +2 lines, -0 lines 0 comments Download
M source/blender/imbuf/intern/dds/DirectDrawSurface.cpp View 2 chunks +28 lines, -1 line 1 comment Download
M source/blender/imbuf/intern/dds/dds_api.cpp View 2 chunks +11 lines, -1 line 0 comments Download
M source/gameengine/Ketsji/BL_Texture.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/gameengine/Ketsji/BL_Texture.cpp View 2 chunks +66 lines, -0 lines 2 comments Download
M source/gameengine/Ketsji/CMakeLists.txt View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3
ideasman42
https://codereview.appspot.com/6188090/diff/1/source/blender/gpu/intern/gpu_draw.c File source/blender/gpu/intern/gpu_draw.c (right): https://codereview.appspot.com/6188090/diff/1/source/blender/gpu/intern/gpu_draw.c#newcode630 source/blender/gpu/intern/gpu_draw.c:630: int oldh= recth; these arn't used https://codereview.appspot.com/6188090/diff/1/source/blender/imbuf/intern/allocimbuf.c File source/blender/imbuf/intern/allocimbuf.c ...
11 years, 10 months ago (2012-06-28 09:52:25 UTC) #1
Moguri
https://codereview.appspot.com/6188090/diff/1/source/blender/gpu/intern/gpu_draw.c File source/blender/gpu/intern/gpu_draw.c (right): https://codereview.appspot.com/6188090/diff/1/source/blender/gpu/intern/gpu_draw.c#newcode630 source/blender/gpu/intern/gpu_draw.c:630: int oldh= recth; On 2012/06/28 09:52:25, ideasman42 wrote: > ...
11 years, 10 months ago (2012-06-28 20:27:48 UTC) #2
ideasman42
11 years, 10 months ago (2012-06-29 19:49:25 UTC) #3
https://codereview.appspot.com/6188090/diff/1/source/blender/imbuf/intern/all...
File source/blender/imbuf/intern/allocimbuf.c (right):

https://codereview.appspot.com/6188090/diff/1/source/blender/imbuf/intern/all...
source/blender/imbuf/intern/allocimbuf.c:166: free(ibuf->dds_data.data);
no, in that case simple /* alloc is done by ____ */ comment is fine.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b