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