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
*
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
*
intel: Call _mesa_make_current() after getting initial buffers
Kristian Høgsberg
2010-03-17
1
-1
/
+1
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-6
/
+0
*
intel: passs correct context type to intel_prepare_render() call
Brian Paul
2010-03-02
1
-1
/
+1
*
i965: Fix up some Sandybridge define checks for the structure rebase.
Eric Anholt
2010-02-25
1
-0
/
+2
*
intel: Start adding defines and some bits for sandybridge bringup.
Eric Anholt
2010-02-25
1
-1
/
+3
*
intel: Call intel_prepare_render() in intelMakeCurrent()
Kristian Høgsberg
2010-02-23
1
-0
/
+1
*
intel: Check that we have a bufmgr or bail out when initializing the context.
Chris Wilson
2010-02-22
1
-0
/
+4
*
intel: Set buffer stamp before getting new buffers
Kristian Høgsberg
2010-02-19
1
-1
/
+5
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-34
/
+37
*
dri2: Event driven buffer validation.
Francisco Jerez
2010-02-16
1
-1
/
+1
*
intel: Remove unused variable.
Vinson Lee
2010-02-12
1
-1
/
+0
*
intel: Avoid dri_bo_flink() in intel_update_renderbuffers()
Kristian Høgsberg
2010-02-12
1
-8
/
+2
*
i915: Remove always-true irq_active struct intel_screen field
Kristian Høgsberg
2010-02-11
1
-5
/
+0
*
i915: Drop intelScreenPrivate typedef and just call it struct intel_screen
Kristian Høgsberg
2010-02-11
1
-1
/
+1
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-2
/
+0
*
intel: Don't do client-side frame throttling with DRI2 SwapBuffers.
Eric Anholt
2010-01-25
1
-1
/
+2
*
Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d...
Eric Anholt
2010-01-25
1
-0
/
+20
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-1
/
+0
*
|
intel: Use the new DRI2 flush invalidate entrypoint to signal frame done.
Eric Anholt
2010-01-19
1
-20
/
+0
[next]