index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
1
-0
/
+6
*
i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.
Kenneth Graunke
2012-12-03
1
-0
/
+1
*
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
2012-10-05
1
-1
/
+1
*
i965: Disable the swrast context setup on GL 3.1 core.
Eric Anholt
2012-08-28
1
-12
/
+27
*
intel: Move RenderMode fallback func to i915 driver.
Eric Anholt
2012-08-28
1
-1
/
+0
*
i965: Drop support for forcing drawing through sw fallbacks.
Eric Anholt
2012-08-28
1
-0
/
+2
*
intel: Fix rendering to a multisample front buffer
Chad Versace
2012-08-14
1
-0
/
+10
*
intel: Clean up intel_flush_front
Chad Versace
2012-08-14
1
-4
/
+5
*
intel: Refactor intel_downsample_for_dri2_flush
Chad Versace
2012-08-14
1
-0
/
+30
*
intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
Eric Anholt
2012-08-12
1
-1
/
+2
*
intel: Allocate miptree for multisample DRI2 buffers
Chad Versace
2012-08-07
1
-8
/
+19
*
i965: add more Haswell PCI IDs
Paulo Zanoni
2012-08-07
1
-1
/
+34
*
intel: Add a comment explaining why we early return on matching BO names.
Eric Anholt
2012-07-17
1
-0
/
+4
*
intel: Drop other checks for old loader version.
Eric Anholt
2012-07-17
1
-38
/
+26
*
intel: Replace the non-getBuffersWithFormat compat path with an error message.
Eric Anholt
2012-07-17
1
-21
/
+0
*
intel: Convert to using private depth/stencil buffers (v2)
Eric Anholt
2012-07-17
1
-582
/
+34
*
intel: Change vendor string to "Intel Open Source Technology Center".
Kenneth Graunke
2012-06-01
1
-1
/
+1
*
i965: Gut the separate OpenGL ES extension enabling.
Kenneth Graunke
2012-05-23
1
-11
/
+1
*
intel: When AUB dumping, flush before emitting final bitmap command.
Paul Berry
2012-05-22
1
-1
/
+3
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-2
/
+2
*
i965: Stop lying about cpp and height of a stencil buffer.
Paul Berry
2012-04-10
1
-9
/
+27
*
i965/aub: Dump a final bitmap from DestroyContext.
Kenneth Graunke
2012-04-02
1
-0
/
+4
*
intel: add PCI IDs for Ivy Bridge GT2 server variant
Eugeni Dodonov
2012-04-01
1
-0
/
+1
*
intel: Add some PCI IDs for Haswell.
Kenneth Graunke
2012-03-30
1
-0
/
+9
*
i965: Disable HiZ on Haswell for now.
Kenneth Graunke
2012-03-30
1
-1
/
+1
*
i965: Add initial IS_HASWELL() macros.
Kenneth Graunke
2012-03-30
1
-4
/
+5
*
intel: fix null dereference processing HiZ buffer
Dylan Noblesmith
2012-03-22
1
-0
/
+6
*
intel: Ask libdrm to dump an AUB file if INTEL_DEBUG=aub.
Eric Anholt
2012-03-21
1
-0
/
+4
*
i965: Change the hiz-override env var to a driconf option.
Eric Anholt
2012-03-20
1
-1
/
+8
*
intel: Drop the INTEL_STRICT_CONFORMANCE environment variable.
Eric Anholt
2012-03-20
1
-27
/
+5
*
i965: fixup W-tile offset computation to take swizzling into account
Daniel Vetter
2012-03-05
1
-0
/
+1
*
intel: remove MAX_WIDTH usage in intelInitContext()
Brian Paul
2012-02-24
1
-4
/
+2
*
intel: verify if hardware has LLC support
Eugeni Dodonov
2012-02-04
1
-0
/
+1
*
mesa: remove ctx->Const.sRGBCapable
Marek Olšák
2012-01-25
1
-1
/
+0
*
intel: derive intel_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
1
-2
/
+2
*
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
2012-01-24
1
-8
/
+8
*
intel: Make the batchbuffer flush debug more useful.
Eric Anholt
2011-12-29
1
-2
/
+2
*
i915: Move the texture format setup for this driver out of shared code.
Eric Anholt
2011-11-22
1
-42
/
+2
*
i965: Drop intel_context.c's texture format set up for this driver.
Eric Anholt
2011-11-22
1
-87
/
+0
*
intel: Replace intel_mipmap_tree::hiz_region with a miptree [v2]
Chad Versace
2011-11-22
1
-10
/
+13
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
1
-19
/
+59
*
intel: Fix region dimensions for stencil buffers received from DDX
Chad Versace
2011-11-15
1
-15
/
+16
*
i965: Enable ChooseTexFormat for supported GL_EXT_texture_integer formats.
Eric Anholt
2011-11-09
1
-0
/
+30
*
i965: Add support for 16-bit unorm L, A, and I textures.
Eric Anholt
2011-11-09
1
-1
/
+5
*
dri: unify __DRIscreenRec
George Sapountzis
2011-11-04
1
-1
/
+1
*
intel: Don't force a batchbuffer flush in readpixels.
Eric Anholt
2011-11-03
1
-1
/
+9
*
dri: Drop unused dri renderbuffer helper functions
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
dri: Remove cliprect information from __DRIdrawable
Kristian Høgsberg
2011-11-02
1
-15
/
+0
*
intel: Enable stripping of texture borders.
Eric Anholt
2011-10-26
1
-0
/
+2
*
i965: Remove "single threaded" INTEL_DEBUG mode.
Kenneth Graunke
2011-10-25
1
-2
/
+0
[next]