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