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: 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
*
intel: Throttle after doing copyregion/swapbuffers round trip
Kristian Høgsberg
2010-05-20
1
-10
/
+3
*
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
1
-5
/
+21
|
\
|
*
intel: Advertise GLES1/2 for i915+ when enabled
Kristian Høgsberg
2010-04-28
1
-0
/
+12
|
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-4
/
+7
|
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-1
/
+2
*
|
DRI2: add config query extension
Jesse Barnes
2010-04-22
1
-0
/
+1
|
/
*
intel: Remove more code for x8z24 visuals, since we only do s8z24.
Eric Anholt
2010-03-16
1
-12
/
+7
*
intel: Remove support for the DRI1 TFP extension.
Eric Anholt
2010-03-05
1
-6
/
+0
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-4
/
+5
*
i915: Enable texture tiling by default.
Eric Anholt
2010-03-04
1
-8
/
+3
*
i915: Tell the kernel when we actually need fence registers on our BOs.
Eric Anholt
2010-03-03
1
-0
/
+2
*
intel: Lookup requested renderbuffer in intel_create_image_from_renderbuffer
Kristian Høgsberg
2010-02-26
1
-1
/
+2
*
intel: Implement DRI image extension
Kristian Høgsberg
2010-02-24
1
-0
/
+93
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-1
/
+0
*
dri2: Event driven buffer validation.
Francisco Jerez
2010-02-16
1
-6
/
+3
*
intel: Track named regions and make sure we only have one region per named bo
Kristian Høgsberg
2010-02-12
1
-0
/
+14
*
i915: Remove always-true irq_active struct intel_screen field
Kristian Høgsberg
2010-02-11
1
-1
/
+0
*
i915: Remove a few DRI1 era struct intel_screen fields
Kristian Høgsberg
2010-02-11
1
-2
/
+0
*
i915: Drop intelScreenPrivate typedef and just call it struct intel_screen
Kristian Høgsberg
2010-02-11
1
-5
/
+5
*
intel: Don't expose GLX_SWAP_EXCHANGE_OML
Ian Romanick
2010-02-10
1
-2
/
+1
*
intel: Expose a minimal number of configs with accumulation buffer
Ian Romanick
2010-02-10
1
-0
/
+28
*
dri: Allow selective generation of accum. buffer configs
Ian Romanick
2010-02-10
1
-1
/
+2
*
intel: Stop exposing useless 24 depth/0 stencil configs
Ian Romanick
2010-02-10
1
-7
/
+4
*
intel: Remove redundant init of depth_bits / stencil_bits in intelInitScreen2
Ian Romanick
2010-02-10
1
-9
/
+0
*
intel: Update comment in intelInitScreen2 to noting DRI2 protocol issues
Ian Romanick
2010-02-10
1
-3
/
+3
*
mesa: Factor out the fb initialization details from _mesa_new_framebuffer.
Francisco Jerez
2010-02-03
1
-1
/
+1
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-2
/
+0
*
intel: make sure we update the renderbuffers after a swap
Jesse Barnes
2010-01-26
1
-0
/
+2
*
intel: Don't do client-side frame throttling with DRI2 SwapBuffers.
Eric Anholt
2010-01-25
1
-0
/
+4
*
Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d...
Eric Anholt
2010-01-25
1
-21
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-2
/
+0
|
\
|
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-3
/
+0
*
|
intel: Use the new DRI2 flush invalidate entrypoint to signal frame done.
Eric Anholt
2010-01-19
1
-0
/
+21
*
|
Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa
Jesse Barnes
2010-01-11
1
-4
/
+29
|
\
\
|
*
|
intel/DRI2: add DRI2flushExtension support with invalidate hook
Kristian Høgsberg
2010-01-08
1
-8
/
+31
*
|
|
intel: intelScreenContext() is no longer used
Kristian Høgsberg
2010-01-04
1
-15
/
+0
[next]