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_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: bump DRI_IMAGE extension version to 3
Jesse Barnes
2012-02-22
1
-1
/
+1
*
gbm: track buffer format through DRI drivers
Jesse Barnes
2012-02-22
1
-0
/
+4
*
intel: Silence valgrind warning for getparam ioctl argument.
Eric Anholt
2012-02-21
1
-0
/
+1
*
intel: verify if hardware has LLC support
Eugeni Dodonov
2012-02-04
1
-0
/
+8
*
i965: Add a driconf option to force GLSL extension behavior to "warn".
Eric Anholt
2012-01-30
1
-1
/
+2
*
intel: derive intel_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
1
-7
/
+7
*
mesa: remove gl_renderbuffer::DataType
Brian Paul
2012-01-24
1
-1
/
+1
*
gbm: Validate usage flags in gbm_bo_create_from_egl_image()
Kristian Høgsberg
2012-01-18
1
-2
/
+14
*
intel: Return if pointer to intel_context is null
Anuj Phogat
2012-01-17
1
-7
/
+7
*
intel: Fix segfault in glXSwapBuffers with no bound context
Anuj Phogat
2012-01-16
1
-5
/
+7
*
i965: Fix compiler warning from uninitialized "success" value.
Eric Anholt
2012-01-11
1
-1
/
+1
*
i965/gen7: Enable HiZ
Chad Versace
2012-01-10
1
-1
/
+1
*
i965/gen7: Enable transform feedback as long as kernel support is present.
Eric Anholt
2012-01-06
1
-0
/
+4
*
intel: include version.h in intel_screen.c to silence warning
Brian Paul
2012-01-02
1
-0
/
+1
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
1
-6
/
+31
*
mesa/drivers: use new swrast renderbuffer functions
Brian Paul
2011-12-08
1
-7
/
+8
*
i965: Don't perform the precompile on fragment shaders by default.
Eric Anholt
2011-11-30
1
-1
/
+5
*
i965/gen6: Enable HiZ by default
Chad Versace
2011-11-22
1
-6
/
+2
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
1
-1
/
+2
*
intel: Fix separate stencil in builtin DRI2 backend
Chad Versace
2011-11-15
1
-9
/
+80
*
dri: unify __DRIscreenRec
George Sapountzis
2011-11-04
1
-8
/
+8
*
dri: unify __DriverAPIRec
George Sapountzis
2011-11-04
1
-1
/
+1
*
dri: Drop driReadDrawableExtension
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-41
/
+44
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-1
/
+1
*
intel: add support for __DRI_IMAGE_FORMAT_ABGR8888
Chia-I Wu
2011-09-09
1
-0
/
+10
*
intel: Rely on intel_region_reference()'s support of *dst != NULL.
Eric Anholt
2011-07-07
1
-1
/
+0
*
intel: Implement DRIimageExtension::dupImage
Benjamin Franzke
2011-06-23
1
-1
/
+26
*
intel: Request DRI2 buffers for separate stencil and hiz
Chad Versace
2011-06-08
1
-6
/
+22
*
intel: Add assertions to intelCreateBuffer()
Chad Versace
2011-06-08
1
-3
/
+12
*
intel: Add flags to intel_screen for hiz and separate stencil
Chad Versace
2011-06-08
1
-0
/
+60
*
intel: Initial IS_GEN7 plumbing.
Kenneth Graunke
2011-05-17
1
-1
/
+3
*
egl: Add a cursor use bit to MESA_drm_image
Kristian Høgsberg
2011-05-06
1
-1
/
+9
*
intel: Use tiling for dri2AllocateBuffer implementation
Kristian Høgsberg
2011-04-26
1
-1
/
+10
*
intel: Set gen in intelInitScreen, just copy value in intelInitContext
Kristian Høgsberg
2011-04-26
1
-0
/
+12
*
intel: Use X tiling for DRM EGL Images
Kristian Høgsberg
2011-04-26
1
-1
/
+1
*
intel: Don't complain when getparam fails due to a missing param.
Eric Anholt
2011-03-09
1
-1
/
+3
*
i965: Use negative relocation deltas to minimse vertex uploads
Chris Wilson
2011-03-01
1
-0
/
+11
*
intel: Use the current context rather than last bound context for a drawable.
Eric Anholt
2011-02-26
1
-1
/
+2
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-2
/
+2
*
intel: Implement dri2::{Allocate,Release}Buffer
Benjamin Franzke
2011-02-07
1
-0
/
+47
*
intel: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
intel: Include stdbool so we can stop using GLboolean when we want to.
Eric Anholt
2010-12-13
1
-13
/
+11
*
intel: Add an env var override to execute for a different GPU revision.
Eric Anholt
2010-12-04
1
-2
/
+14
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-6
/
+6
*
intel: Dead comment removal.
Eric Anholt
2010-09-24
1
-1
/
+0
*
dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontext
Kristian Høgsberg
2010-09-22
1
-3
/
+3
*
intel: Support EGL_MESA_image_drm
Kristian Høgsberg
2010-08-25
1
-0
/
+68
*
intel: Take an intel_screen pointer in intel_alloc_region_* functions
Kristian Høgsberg
2010-08-25
1
-1
/
+2
*
i915: Enable ARB_fragment_shader by default.
Eric Anholt
2010-08-17
1
-1
/
+1
[next]