XNA has a great component system for adding rendering plugins, for example download this, add the BloomComponent to your Game class and, voila, you have HDR-like bloom applied in postprocessing. You also can do displacement mapping by using another sample.