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
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: Add some sanity checks to blit command debugging code.
Michel Dänzer
2007-10-18
1
-16
/
+21
*
i915: Don't emit 'empty' blit rectangles.
Michel Dänzer
2007-10-17
1
-0
/
+3
*
i915: Make sure extensions that require TTM actually work.
Michel Dänzer
2007-10-16
1
-0
/
+2
*
i915: fixup TTM interfaces to follow drm changes
Dave Airlie
2007-10-16
1
-29
/
+9
*
i915: Re-enable __DRItexOffsetExtension.
Michel Dänzer
2007-10-16
1
-0
/
+6
*
Merge branch 'dri2'
Kristian Høgsberg
2007-10-12
3
-69
/
+46
|
\
|
*
Drop no longer implemented MESA allocate extension from i915.
Kristian Høgsberg
2007-10-11
1
-8
/
+0
|
*
Add a version field to __DRIextension.
Kristian Høgsberg
2007-10-11
1
-1
/
+1
|
*
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
Kristian Høgsberg
2007-10-11
1
-8
/
+1
|
*
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
1
-1
/
+1
|
*
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
1
-1
/
+1
|
*
Move GLX_MESA_allocate_memory related functions to new extension mechanism.
Kristian Høgsberg
2007-10-11
1
-0
/
+8
|
*
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
2
-3
/
+2
|
*
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
1
-2
/
+8
|
*
Pull createNewScreen entry point into dri_util.c.
Kristian Høgsberg
2007-10-10
1
-46
/
+27
|
*
Replace open-coded major, minor, and patch version fields with __DRIversionRec.
Kristian Høgsberg
2007-10-10
2
-6
/
+6
|
*
Remove screenConfigs from __DRIscreen.
Kristian Høgsberg
2007-10-10
1
-6
/
+5
|
*
Key drm_i915_flip_t typedef off of the ioctl #define instead.
Kristian Høgsberg
2007-10-10
1
-1
/
+1
|
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
1
-17
/
+16
*
|
Merge branch 'master' into i915-superioctl
Dave Airlie
2007-10-12
6
-110
/
+32
|
\
|
|
*
[965] Replace various alignment code with a shared ALIGN() macro.
Eric Anholt
2007-10-04
1
-0
/
+2
|
*
Replace duplicated intel_reg.h with a shared header.
Eric Anholt
2007-10-04
5
-105
/
+8
|
*
i915: Only align texture pitch to 64 bytes when textures can be render targets.
Michel Dänzer
2007-10-03
1
-8
/
+16
|
*
i915: Work around texture pitch related performance drops on i915 at least.
Michel Dänzer
2007-10-03
1
-1
/
+10
*
|
i915: only enable TTM path if drm minor is > 11 for superioctl
Dave Airlie
2007-10-12
1
-0
/
+1
*
|
i915: fixup reloc header defines
Dave Airlie
2007-10-12
1
-4
/
+4
*
|
i915: workout max relocs from batch buffer size
Dave Airlie
2007-10-09
3
-19
/
+22
*
|
i915: fixup up bufmgr to pass num buffers to kernel
Dave Airlie
2007-10-09
4
-56
/
+12
*
|
i915: drop complex list handling for now
Dave Airlie
2007-10-05
1
-66
/
+3
*
|
i915: clean up lists on teardown
Dave Airlie
2007-10-05
1
-3
/
+4
*
|
i915: add copyrights to new files
Dave Airlie
2007-10-05
1
-0
/
+2
*
|
i915: increase batchbuffer back to 16k
Dave Airlie
2007-10-05
1
-2
/
+1
*
|
i915: add superioctl support to the ttm codepaths.
Dave Airlie
2007-10-04
8
-91
/
+130
*
|
i915: add superioctl initial support inside bufmgr ttm
Dave Airlie
2007-10-03
7
-13
/
+1011
*
|
i915/drmbuf: attempt to push relocations into buffer manager
Dave Airlie
2007-10-03
3
-116
/
+16
|
/
*
Go back to using old drm_i915_flip_t field name
Jesse Barnes
2007-09-28
1
-4
/
+4
*
[965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.
Eric Anholt
2007-09-27
4
-862
/
+4
*
Revert "WIP 965 conversion to dri_bufmgr."
Eric Anholt
2007-09-27
3
-1
/
+453
*
WIP 965 conversion to dri_bufmgr.
Eric Anholt
2007-09-27
3
-453
/
+1
*
i915/i965 merge serer directories along lines for radeon/r200
Dave Airlie
2007-09-27
1
-0
/
+20
*
Remove leftover code for i915_texprog.c noticed in crossbar review.
Eric Anholt
2007-09-24
3
-25
/
+0
*
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
77
-0
/
+27961
*
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2007-09-24
48
-21708
/
+0
*
i915: Quiet valgrind by initializing the seq value the kernel writes into.
Eric Anholt
2007-09-19
1
-0
/
+9
*
Remove unused plane->pipe mapping fields from SAREA private.
Jesse Barnes
2007-09-12
1
-3
/
+0
*
Fix-up #includes to remove some -I options.
Brian
2007-09-11
1
-5
/
+6
*
intel: disentangle planes & pipes
Jesse Barnes
2007-09-11
2
-18
/
+21
*
i915: satisfy certain alignment restrictions for small
Xiang, Haihao
2007-08-13
2
-6
/
+57
*
fix cos/sin range reduction for i915 driver too
Roland Scheidegger
2007-07-29
1
-4
/
+4
*
fix fallback crashes when driver can't handle frag prog for i915 driver too (...
Roland Scheidegger
2007-07-29
4
-1
/
+16
[next]