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
*
intel: Protect against waiting on a NULL render target bo
Chris Wilson
2011-02-24
1
-1
/
+1
*
intel: gen3 is particular sensitive to batch size
Chris Wilson
2011-02-23
1
-1
/
+1
*
intel: use throttle ioctl for throttling
Chris Wilson
2011-02-21
1
-7
/
+3
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-6
/
+5
*
intel: Remove setup of the old dri/ meta code, which is now unused.
Eric Anholt
2011-02-12
1
-4
/
+1
*
mesa: remove _mesa_initialize_context_for_api()
Brian Paul
2011-02-08
1
-2
/
+2
*
mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
Dave Airlie
2011-02-05
1
-0
/
+1
*
i915: Don't claim to support AL1616 when neither 830 nor 915 does it.
Eric Anholt
2011-01-07
1
-1
/
+2
*
i965: Add support for SRGB DXT1 formats.
Eric Anholt
2011-01-04
1
-1
/
+5
*
intel: Merge our choosetexformat fallbacks into core.
Eric Anholt
2011-01-04
1
-0
/
+58
*
intel: Only do frame throttling at glFlush time when using frontbuffer.
Eric Anholt
2010-12-25
1
-1
/
+2
*
i965: Remove INTEL_DEBUG=glsl_force now that there's no brw_wm_glsl.c
Eric Anholt
2010-12-06
1
-6
/
+0
*
intel: Add an env var override to execute for a different GPU revision.
Eric Anholt
2010-12-04
1
-5
/
+0
*
intel: Add a new B43 pci id.
Robert Hooker
2010-11-10
1
-0
/
+1
*
Revert "intel: Fix the client-side swapbuffers throttling."
Eric Anholt
2010-11-09
1
-5
/
+1
*
intel: Fix the client-side swapbuffers throttling.
Eric Anholt
2010-11-09
1
-1
/
+5
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-3
/
+3
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-10
/
+10
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
i965: Update renderer strings for sandybridge
Adam Jackson
2010-09-30
1
-0
/
+13
*
i965: only allow SIMD8 kernel on sandybridge now
Zhenyu Wang
2010-09-28
1
-0
/
+5
*
Fix typos in comments and debug output strings.
Timo Wiren
2010-09-20
1
-1
/
+1
*
dri: Unset current context and dispatch table when unbinding
Kristian Høgsberg
2010-09-08
1
-0
/
+3
*
intel: Take an intel_screen pointer in intel_alloc_region_* functions
Kristian Høgsberg
2010-08-25
1
-1
/
+2
*
intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.
Eric Anholt
2010-08-23
1
-0
/
+2
*
intel: Add missing header to intel_context.c.
Vinson Lee
2010-07-30
1
-0
/
+1
*
intel: Implement EGL_KHR_surfaceless extension
Kristian Høgsberg
2010-07-28
1
-7
/
+20
*
intel: Remove unused intel/server files
Kristian Høgsberg
2010-07-27
1
-2
/
+0
*
intel: Remove long-dead comment about releasing texture heaps.
Eric Anholt
2010-06-14
1
-15
/
+0
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-3
/
+3
*
i915: Don't use XRGB8888 on 830 and 845.
Eric Anholt
2010-06-04
1
-0
/
+5
*
i965: Add support for all 8 possible ARB_draw_buffers in Mesa.
Eric Anholt
2010-05-23
1
-1
/
+0
*
intel: Throttle after doing copyregion/swapbuffers round trip
Kristian Høgsberg
2010-05-20
1
-22
/
+24
*
i965: Add SF program disasm under INTEL_DEBUG=sf.
Eric Anholt
2010-05-17
1
-1
/
+1
*
intel: Call intel_draw_buffer() again after _mesa_make_current()
Kristian Høgsberg
2010-05-17
1
-0
/
+6
*
i965: Add program dumping for INTEL_DEBUG=gs.
Eric Anholt
2010-05-14
1
-1
/
+1
*
i965: Support INTEL_DEBUG=clip to dump the clip program.
Eric Anholt
2010-05-14
1
-0
/
+1
*
intel: Don't update window system renderbuffers on TexImage.
Eric Anholt
2010-05-13
1
-0
/
+4
*
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
1
-1
/
+10
*
intel: Also flush front buffer in glFinish()
Kristian Høgsberg
2010-05-10
1
-0
/
+1
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
1
-10
/
+4
*
intel: Only flush fake front buffer on API level glFlush()
Kristian Høgsberg
2010-05-10
1
-17
/
+29
*
intel: Mark frontbuffer dirty in intel_prepare_render()
Kristian Høgsberg
2010-05-10
1
-9
/
+8
*
i965: When an RB gets a new region, clear the old from the state cache.
Eric Anholt
2010-05-04
1
-2
/
+2
*
intel: Only register ES2 extensions for ES2 contexts
Kristian Høgsberg
2010-04-28
1
-1
/
+10
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-2
/
+3
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
1
-11
/
+10
*
intel: Bump intel driver date to later than the date on the 7.8 branch
Ian Romanick
2010-03-30
1
-1
/
+1
*
intel: Remove redundant fields from struct intel_context
Kristian Høgsberg
2010-03-30
1
-18
/
+8
*
i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.
Eric Anholt
2010-03-22
1
-0
/
+1
[next]