index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_context.c
Age
Commit message (
Expand
)
Author
2010-12-06
i965: Remove INTEL_DEBUG=glsl_force now that there's no brw_wm_glsl.c
Eric Anholt
2010-12-04
intel: Add an env var override to execute for a different GPU revision.
Eric Anholt
2010-11-10
intel: Add a new B43 pci id.
Robert Hooker
2010-11-09
Revert "intel: Fix the client-side swapbuffers throttling."
Eric Anholt
2010-11-09
intel: Fix the client-side swapbuffers throttling.
Eric Anholt
2010-11-03
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-09-30
i965: Update renderer strings for sandybridge
Adam Jackson
2010-09-28
i965: only allow SIMD8 kernel on sandybridge now
Zhenyu Wang
2010-09-20
Fix typos in comments and debug output strings.
Timo Wiren
2010-09-08
dri: Unset current context and dispatch table when unbinding
Kristian Høgsberg
2010-08-25
intel: Take an intel_screen pointer in intel_alloc_region_* functions
Kristian Høgsberg
2010-08-23
intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.
Eric Anholt
2010-07-30
intel: Add missing header to intel_context.c.
Vinson Lee
2010-07-28
intel: Implement EGL_KHR_surfaceless extension
Kristian Høgsberg
2010-07-27
intel: Remove unused intel/server files
Kristian Høgsberg
2010-06-14
intel: Remove long-dead comment about releasing texture heaps.
Eric Anholt
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-04
i915: Don't use XRGB8888 on 830 and 845.
Eric Anholt
2010-05-23
i965: Add support for all 8 possible ARB_draw_buffers in Mesa.
Eric Anholt
2010-05-20
intel: Throttle after doing copyregion/swapbuffers round trip
Kristian Høgsberg
2010-05-17
i965: Add SF program disasm under INTEL_DEBUG=sf.
Eric Anholt
2010-05-17
intel: Call intel_draw_buffer() again after _mesa_make_current()
Kristian Høgsberg
2010-05-14
i965: Add program dumping for INTEL_DEBUG=gs.
Eric Anholt
2010-05-14
i965: Support INTEL_DEBUG=clip to dump the clip program.
Eric Anholt
2010-05-13
intel: Don't update window system renderbuffers on TexImage.
Eric Anholt
2010-05-11
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-10
intel: Also flush front buffer in glFinish()
Kristian Høgsberg
2010-05-10
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
intel: Only flush fake front buffer on API level glFlush()
Kristian Høgsberg
2010-05-10
intel: Mark frontbuffer dirty in intel_prepare_render()
Kristian Høgsberg
2010-05-04
i965: When an RB gets a new region, clear the old from the state cache.
Eric Anholt
2010-04-28
intel: Only register ES2 extensions for ES2 contexts
Kristian Høgsberg
2010-04-28
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-21
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-03-30
intel: Bump intel driver date to later than the date on the 7.8 branch
Ian Romanick
2010-03-30
intel: Remove redundant fields from struct intel_context
Kristian Høgsberg
2010-03-22
i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.
Eric Anholt
2010-03-17
intel: Call _mesa_make_current() after getting initial buffers
Kristian Høgsberg
2010-03-04
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-02
intel: passs correct context type to intel_prepare_render() call
Brian Paul
2010-02-25
i965: Fix up some Sandybridge define checks for the structure rebase.
Eric Anholt
2010-02-25
intel: Start adding defines and some bits for sandybridge bringup.
Eric Anholt
2010-02-23
intel: Call intel_prepare_render() in intelMakeCurrent()
Kristian Høgsberg
2010-02-22
intel: Check that we have a bufmgr or bail out when initializing the context.
Chris Wilson
2010-02-19
intel: Set buffer stamp before getting new buffers
Kristian Høgsberg
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-17
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-16
dri2: Event driven buffer validation.
Francisco Jerez
[next]