summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)AuthorFilesLines
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt42-14725/+0
2013-06-26intel: Drop little bits of dead code.Eric Anholt4-13/+0
2013-06-26i965/gen4-5: Stop using bogus polygon_offset_scale field.Eric Anholt2-19/+0
2013-06-26intel: Add perf debug for glCopyPixels() fallback checks.Eric Anholt1-33/+39
2013-06-25intel: Remove gratuitous custom framebuffer resize code.Eric Anholt1-30/+6
2013-06-25mesa: Remove the Initialized field from framebuffers.Eric Anholt1-2/+0
2013-06-18intel: Remove unused IS_POWER_OF_TWO() macro.Eric Anholt1-2/+0
2013-06-17intel: Allow blorp CopyTexSubImage to nonzero destination slices.Eric Anholt1-6/+4
2013-06-17intel: Allow blit CopyTexSubImage to nonzero destination slices.Eric Anholt1-14/+9
2013-06-17intel: Directly implement blit glBlitFramebuffer instead of awkward reuse.Eric Anholt3-70/+72
2013-06-17intel: Move XRGB->ARGB blit logic into intel_miptree_blit().Eric Anholt4-100/+63
2013-06-17intel: Fix Y tiling support for glCopyTexSubImage's alpha override.Eric Anholt1-4/+4
2013-06-17intel: Make batch macros for doing BCS_SWCTRL setup.Eric Anholt1-37/+47
2013-06-17mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt1-3/+4
2013-06-12i965/gen7: Enable support for fast color clears.Paul Berry1-0/+20
2013-06-12i965/gen7+: Disable fast color clears on shared regions.Paul Berry4-0/+42
2013-06-12i965/gen7+: Resolve color buffers when necessary.Paul Berry4-2/+24
2013-06-12i965/gen7+: Ensure that front/back buffers are fast-clear resolved.Paul Berry3-12/+15
2013-06-12i965/blorp: Write blorp code to do render target resolves.Paul Berry2-0/+27
2013-06-12i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry2-0/+61
2013-06-12i965/gen7+: Create helper functions for single-sample MCS buffers.Paul Berry2-0/+128
2013-06-12i965/gen7+: Set up MCS in SURFACE_STATE whenever MCS is present.Paul Berry1-3/+5
2013-06-12i965/gen7+: Create an enum for keeping track of fast color clear state.Paul Berry2-0/+98
2013-06-12intel: Conditionally compile mcs-related code for i965 only.Paul Berry2-1/+9
2013-06-12intel: Keep region name in intel_miptree_create_for_dri2_buffer().Paul Berry1-0/+1
2013-06-10intel: Reserve less batchbuffer space.Kenneth Graunke1-4/+3
2013-06-07intel: flush fake front buffer if server is about to destroy it.Paul Berry1-0/+9
2013-06-07intel: flush fake front buffer more robustly.Paul Berry1-11/+9
2013-06-07intel: make intel_flush_front safe to call during initial MakeCurrentPaul Berry1-1/+1
2013-06-06intel: Use the CHIPSET macro in the PCI ID tables for the device name.Kenneth Graunke1-184/+4
2013-06-05i965: Adding more reserved PCI IDs for Haswell.Rodrigo Vivi2-3/+77
2013-06-04intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).Paul Berry1-0/+1
2013-06-04i965/gen6+: Fix multisample assertions in CopyTexSubImage hw blitter path.Paul Berry1-4/+9
2013-06-03intel: Fix performance regression from miptree blit changes.Eric Anholt2-3/+2
2013-06-02intel: add layered parameter to update_renderbuffer_surfaceJordan Justen1-0/+1
2013-06-02intel_fbo: set gl_renderbuffer Depth fieldJordan Justen1-0/+2
2013-06-02intel: print image depth in debug messageJordan Justen1-2/+2
2013-05-30intel: Add multisample scaled blitting in blorp engineAnuj Phogat1-0/+2
2013-05-28intel: Enable blit glCopyTexSubImage/glBlitFramebuffer with sRGB.Eric Anholt1-5/+11
2013-05-28intel: Remove dead intel_drawbuf_region().Eric Anholt2-16/+0
2013-05-28intel: Fix format handling of blit glBitmap()Eric Anholt1-3/+12
2013-05-28intel: Fix MRT handling of glBitmap().Eric Anholt1-9/+14
2013-05-28intel: Rebuild PBO blit glTexImage() on top of miptrees.Eric Anholt1-30/+32
2013-05-28intel: Rebuild PBO blit glReadPixels() on top of miptrees.Eric Anholt1-25/+23
2013-05-28intel: Rework intel_miptree_create_for_region() to wrap a BO.Eric Anholt3-24/+67
2013-05-28intel: Make a temporary miptree for the blit path of miptree mapping.Eric Anholt2-74/+29
2013-05-28intel: Make a temporary miptree when doing blit uploads for glTexSubImage().Eric Anholt1-44/+28
2013-05-28intel: Extend the force_y_tiling flag to allow forcing no tiling.Eric Anholt5-13/+26
2013-05-28intel: Add an assert for glCopyTexSubImage() being called on MSAA buffers.Eric Anholt1-0/+6
2013-05-28i965: Allow glCopyTexSubImage() on depth textures.Eric Anholt1-5/+0