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
/
intel_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-66
/
+66
*
intel: Introduce a new intel_context::gt field to go along with gen.
Kenneth Graunke
2011-09-26
1
-0
/
+7
*
intel: Remove intel_context::has_xrgb_textures/has_luminance_srgb.
Kenneth Graunke
2011-09-26
1
-26
/
+13
*
i965: Increase MaxClipPlanes to 8 for gen6+.
Paul Berry
2011-09-23
1
-0
/
+3
*
i965: Add support for GL_EXT_packed_float.
Eric Anholt
2011-09-22
1
-0
/
+3
*
i965: Add support for GL_EXT_texture_shared_exponent.
Eric Anholt
2011-09-22
1
-0
/
+3
*
intel: Move S3TC extension enable bits to intel_extensions.c
Ian Romanick
2011-09-09
1
-7
/
+0
*
intel: Silence "warning: unused parameter ‘fb’"
Ian Romanick
2011-09-09
1
-2
/
+2
*
intel: fix GLESv1 support
Chia-I Wu
2011-09-01
1
-0
/
+1
*
intel: Abort when DRI2 separate stencil handshake fails
Chad Versace
2011-08-22
1
-0
/
+7
[next]