You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-31Lines changed: 30 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ CD Content ( Source Code ) of Book <GPU Gems 1~3>
58
58
59
59
<br>
60
60
61
-
-[[NVIDIA Official Website] Table of Contents of <GPU Gems 1> ](http://http.download.nvidia.com/developer/GPU_Gems/CD_Image/Index.html)
61
+
[[NVIDIA Official Website] Table of Contents of <GPU Gems 1> ](http://http.download.nvidia.com/developer/GPU_Gems/CD_Image/Index.html)
62
62
63
63
<br>
64
64
@@ -70,51 +70,50 @@ CD Content ( Source Code ) of Book <GPU Gems 1~3>
70
70
71
71
### Geometric Complexity
72
72
73
-
- Ch. 02: Terrain Rendering using GPU-Based Geometry Clipmaps
74
-
- Ch. 06: Hardware Occlusion Queries Made Useful
75
-
- Ch. 07: Adaptive Tessellation of Subdivision Surfaces
76
-
with Displacement Mapping
77
-
- Ch. 08: Per-Pixel Displacement Mapping with Distance Functions
73
+
-[Ch. 02: Terrain Rendering using GPU-Based Geometry Clipmaps](/GPU-Gems-2-CD-Content/Geometric_Complexity/Ch_02_Terrain_Rendering_using_GPU-Based_Geometry_Clipmaps)
74
+
-[Ch. 06: Hardware Occlusion Queries Made Useful](/GPU-Gems-2-CD-Content/Geometric_Complexity/Ch_06_Hardware_Occlusion_Queries_Made_Useful)
75
+
-[Ch. 07: Adaptive Tessellation of Subdivision Surfaces with Displacement Mapping](/GPU-Gems-2-CD-Content/Geometric_Complexity/Ch_07_Adaptive_Tessellation_of_Subdivision_Surfaces_)
76
+
-[Ch. 08: Per-Pixel Displacement Mapping with Distance Functions](/GPU-Gems-2-CD-Content/Geometric_Complexity/Ch_08_Per-Pixel_Displacement_Mapping_with_Distance_Functions)
78
77
79
78
### Shading, Lighting, and Shadows
80
79
81
-
- Ch. 10: Real-Time Computation of Dynamic Irradiance Environment Maps
-[Ch. 14: Dynamic Ambient Occlusion and Indirect Lighting](/GPU-Gems-2-CD-Content/Shading_Lighting_and_Shadows/Ch_14_Dynamic_Ambient_Occlusion_and_Indirect_Lighting)
84
+
-[Ch. 15: Blueprint Rendering and "Sketchy Drawings"](/GPU-Gems-2-CD-Content/Shading_Lighting_and_Shadows/Ch_15_Blueprint_Rendering_and_Sketchy_Drawings)
85
+
-[Ch. 16: Accurate Atmospheric Scattering](/GPU-Gems-2-CD-Content/Shading_Lighting_and_Shadows/Ch_16_Accurate_Atmospheric_Scattering)
86
+
-[Ch. 17: Efficient Soft-Edged Shadows Using Pixel Shader Branching](/GPU-Gems-2-CD-Content/Shading_Lighting_and_Shadows/Ch_17_Efficient_Soft-Edged_Shadows_Using_Pixel_Shader_Branching)
87
+
-[Ch. 18: Using Vertex Texture Displacement for Realistic Water Rendering](/GPU-Gems-2-CD-Content/Shading_Lighting_and_Shadows/Ch_18_Using_Vertex_Texture_Displacement_for_Realistic_Water_Rendering)
- Ch. 23: Hair Animation and Rendering in the Nalu Demo
96
-
- Ch. 26: Implementing Improved Perlin Noise
97
-
- Ch. 28: Mipmap Level Measurement
92
+
-[Ch. 20: Fast Third-Order Texture Filtering](/GPU-Gems-2-CD-Content/High-Quality_Rendering/Ch_20_Fast_Third-Order_Texture_Filtering)
93
+
-[Ch. 21: High Quality Antialiased Rasterization](/GPU-Gems-2-CD-Content/High-Quality_Rendering/Ch_21_High_Quality_Antialiased_Rasterization)
94
+
-[Ch. 23: Hair Animation and Rendering in the Nalu Demo](/GPU-Gems-2-CD-Content/High-Quality_Rendering/Ch_23_Hair_Animation_and_Rendering_in_the_Nalu_Demo)
- Ch. 36: Stream Reduction Operations for GPGPU Applications
100
+
-[Ch. 31: Mapping Computational Concepts to GPUs](/GPU-Gems-2-CD-Content/High-General-Purpose_Computation_on_GPUs_A_Primer/Ch_31_Mapping_Computational_Concepts_to_GPUs)
101
+
-[Ch. 36: Stream Reduction Operations for GPGPU Applications](/GPU-Gems-2-CD-Content/High-General-Purpose_Computation_on_GPUs_A_Primer/Ch_36_Stream_Reduction_Operations_for_GPGPU_Applications)
103
102
104
103
### Image-Oriented Computing
105
104
106
-
- Ch. 37: Octree Textures on the GPU
107
-
- Ch. 38: High-Quality Global Illumination Using Rasterization
108
-
- Ch. 40: Computer Vision on the GPU
109
-
- Ch. 42: Conservative Rasterization
105
+
-[Ch. 37: Octree Textures on the GPU](/GPU-Gems-2-CD-Content/High-General-Image-Oriented_Computing/Ch_37_Octree_Textures_on_the_GPU)
106
+
-[Ch. 38: High-Quality Global Illumination Using Rasterization](/GPU-Gems-2-CD-Content/High-General-Image-Oriented_Computing/Ch_38_High-Quality_Global_Illumination_Using_Rasterization)
107
+
-[Ch. 40: Computer Vision on the GPU](/GPU-Gems-2-CD-Content/High-General-Image-Oriented_Computing/Ch_40_Computer_Vision_on_the_GPU)
- Ch. 43: GPU Computing for Protein Structure Prediction
114
-
- Ch. 44: A GPU Framework for Solving Systems of Linear Equations
115
-
- Ch. 45: Options Pricing on the GPU
116
-
- Ch. 46: Improved GPU Sorting
117
-
- Ch. 48: Medical Image Reconstruction with the FFT
112
+
-[Ch. 43: GPU Computing for Protein Structure Prediction](/GPU-Gems-2-CD-Content/Simulation_and_Numerical_Algorithms/Ch_43_GPU_Computing_for_Protein_Structure_Prediction)
113
+
-[Ch. 44: A GPU Framework for Solving Systems of Linear Equations](/GPU-Gems-2-CD-Content/Simulation_and_Numerical_Algorithms/Ch_44_A_GPU_Framework_for_Solving_Systems_of_Linear_Equations)
114
+
-[Ch. 45: Options Pricing on the GPU](/GPU-Gems-2-CD-Content/Simulation_and_Numerical_Algorithms/Ch_45_Options_Pricing_on_the_GPU)
-[Ch. 48: Medical Image Reconstruction with the FFT](/GPU-Gems-2-CD-Content/Simulation_and_Numerical_Algorithms/Ch_48_Medical_Image_Reconstruction_with_the_FFT)
0 commit comments