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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: Simplify intel_wpos_* with a helper function.
Eric Anholt
2011-07-18
1
-1
/
+0
*
intel: Move intel_draw_buffers() code into each driver.
Eric Anholt
2011-07-18
1
-0
/
+1
*
i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.
Eric Anholt
2011-07-12
1
-0
/
+1
*
i965/gen6: Limit the workaround flush to once per primitive.
Eric Anholt
2011-06-20
1
-0
/
+2
*
i965/gen6: Use an BO instead of writing to address 0 for PIPE_CONTROL W/A.
Eric Anholt
2011-06-20
1
-1
/
+2
*
intel: Implement glFinish() correctly by waiting on all previous rendering.
Eric Anholt
2011-06-07
1
-0
/
+4
*
intel: Add is_hiz_depth_format() to intel_contex.vtbl
Chad Versace
2011-05-25
1
-0
/
+4
*
intel: Add flags to intel_context for hiz and separate stencil
Chad Versace
2011-05-25
1
-0
/
+3
*
Revert "intel: use throttle ioctl for throttling"
Eric Anholt
2011-04-27
1
-0
/
+1
*
intel: Fix ROUND_DOWN_TO macro
Ian Romanick
2011-04-11
1
-3
/
+27
*
intel: Fix insufficient integer width for upload buffer offset
Chris Wilson
2011-02-21
1
-2
/
+2
*
intel: use throttle ioctl for throttling
Chris Wilson
2011-02-21
1
-1
/
+0
*
i965: Move repeat-instruction-suppression to batchbuffer core
Chris Wilson
2011-02-21
1
-11
/
+3
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-2
/
+22
*
intel: Buffered upload
Chris Wilson
2011-02-21
1
-0
/
+3
*
intel: Pack dynamic draws together
Chris Wilson
2011-02-21
1
-0
/
+5
*
intel: Remove setup of the old dri/ meta code, which is now unused.
Eric Anholt
2011-02-12
1
-3
/
+0
*
intel: Add a vtbl hook for determining if a format is renderable.
Eric Anholt
2011-01-07
1
-0
/
+1
*
intel: Include stdbool so we can stop using GLboolean when we want to.
Eric Anholt
2010-12-13
1
-1
/
+1
*
i965: Remove INTEL_DEBUG=glsl_force now that there's no brw_wm_glsl.c
Eric Anholt
2010-12-06
1
-1
/
+0
*
intel: Add an env var override to execute for a different GPU revision.
Eric Anholt
2010-12-04
1
-1
/
+0
*
intel: Remove leftover dri1 locking fields in the context.
Eric Anholt
2010-11-03
1
-3
/
+0
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-1
/
+16
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-6
/
+6
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
i965: Apply the rest of the old-libdrm guard patch.
Cedric Vivier
2010-08-30
1
-0
/
+13
*
intel: Remove include of texmem.h, since we haven't used it in ages.
Eric Anholt
2010-08-13
1
-1
/
+0
*
i965: Add support for streaming indirect state rather than caching objects.
Eric Anholt
2010-06-11
1
-0
/
+2
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-1
/
+1
*
i915: Don't use XRGB8888 on 830 and 845.
Eric Anholt
2010-06-04
1
-0
/
+1
*
intel: Throttle after doing copyregion/swapbuffers round trip
Kristian Høgsberg
2010-05-20
1
-1
/
+1
*
i965: Add SF program disasm under INTEL_DEBUG=sf.
Eric Anholt
2010-05-17
1
-1
/
+1
*
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: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
1
-3
/
+2
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
1
-2
/
+1
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-0
/
+1
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
1
-1
/
+0
*
intel: Remove redundant fields from struct intel_context
Kristian Høgsberg
2010-03-30
1
-3
/
+0
*
i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.
Eric Anholt
2010-03-22
1
-0
/
+1
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-21
/
+0
*
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
-0
/
+1
*
i915: Drop intelScreenPrivate typedef and just call it struct intel_screen
Kristian Høgsberg
2010-02-11
1
-1
/
+1
*
intel: Remove long-disabled meta readpixels, and associated meta support.
Eric Anholt
2010-01-28
1
-34
/
+0
*
intel: Remove the remaining cliprects code from DRI1.
Eric Anholt
2010-01-26
1
-4
/
+0
*
intel: Don't do client-side frame throttling with DRI2 SwapBuffers.
Eric Anholt
2010-01-25
1
-0
/
+1
*
intel: Remove dead note_fence vtbl hook.
Eric Anholt
2010-01-19
1
-1
/
+0
*
Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa
Jesse Barnes
2010-01-11
1
-0
/
+1
|
\
|
*
intel/DRI2: add DRI2flushExtension support with invalidate hook
Kristian Høgsberg
2010-01-08
1
-0
/
+1
[next]