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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: track move of bo_exec from drivers to bufmgr.
Eric Anholt
2008-09-10
26
-218
/
+10
*
intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.
Eric Anholt
2008-09-10
26
-196
/
+96
*
intel: Move the bufmgr back to the screen.
Eric Anholt
2008-09-10
6
-114
/
+132
*
intel: only enable occlusion query if the drm has defines.
Dave Airlie
2008-09-05
1
-0
/
+8
*
intel: Fix depth_stencil texture.
Xiang, Haihao
2008-09-04
3
-3
/
+3
*
intel: Fix prototype warning.
Eric Anholt
2008-09-03
1
-0
/
+2
*
intel: Fix refcounting on depth buffer initialization in DRI2.
Eric Anholt
2008-09-03
2
-16
/
+4
*
intel: Fix a crash if dri2 is disabled.
Xiang, Haihao
2008-09-03
1
-8
/
+8
*
Fix build by removing #include of removed dri_sarea.h.
Michel Dänzer
2008-09-01
1
-1
/
+0
*
DRI2: Drop sarea, implement swap buffers in the X server.
Kristian Høgsberg
2008-08-29
11
-378
/
+212
*
i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882.
Xiang, Haihao
2008-08-29
1
-0
/
+5
*
i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882
Xiang, Haihao
2008-08-29
1
-4
/
+4
*
i965: Push/pop instruction state. partial fix for #16882
Xiang, Haihao
2008-08-29
1
-2
/
+2
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
76
-4275
/
+1736
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
76
-1736
/
+4275
*
965: Fix incorrect backface culling
Krzysztof Czurylo
2008-08-21
4
-15
/
+29
*
965: Fix color clamping issues
Krzysztof Czurylo
2008-08-21
1
-0
/
+21
*
Formatting changes to ease application of patches
Ian Romanick
2008-08-21
1
-4
/
+5
*
i965: use dri_bo_subdata in vertex upload to get pwrite used.
Eric Anholt
2008-08-21
1
-26
/
+25
*
Report damage before modifying the area, not after.
Peter Hutterer
2008-08-21
1
-2
/
+2
*
intel: Fix SGIS_generate_mipmap after a miptree had been validated.
Eric Anholt
2008-08-20
3
-35
/
+62
*
i965: fixup format for TFP zero copy
Dave Airlie
2008-08-20
1
-2
/
+12
*
i965: make tex offset override work..
Dave Airlie
2008-08-20
1
-15
/
+30
*
i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug...
Xiang, Haihao
2008-08-20
2
-6
/
+4
*
r5xx: Final fog option fix.
Corbin Simpson
2008-08-19
1
-2
/
+4
*
r5xx: Don't squish GL context when using FogOption
Corbin Simpson
2008-08-19
1
-5
/
+3
*
r5xx: Enable fog options.
Corbin Simpson
2008-08-18
1
-0
/
+8
*
fix byte vs. pixel offset bug for 3D textures (see bug 17170)
Henri Verbeet
2008-08-18
1
-3
/
+3
*
r5xx: Add DDX and DDY instructions.
Corbin Simpson
2008-08-17
6
-4
/
+59
*
intel: remove unneeded mem type and args
Dave Airlie
2008-08-14
1
-10
/
+5
*
r300: Fix 3D texture support.
Michel Dänzer
2008-08-14
2
-3
/
+8
*
Apple: Cleaned up some linking and dylib ids issues
Jeremy Huddleston
2008-08-11
2
-0
/
+3
*
dri: fix crash in driGetConfigAttribIndex
Dave Miller
2008-08-09
1
-0
/
+4
*
Merge branch 'drm-gem'
Eric Anholt
2008-08-08
76
-4312
/
+1748
|
\
|
*
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-08-08
31
-305
/
+245
|
*
965: cleanups to state emission from aperture checking and state ordering.
Eric Anholt
2008-08-08
4
-46
/
+3
|
*
intel-gem: Always build GEM execbuffer code.
Eric Anholt
2008-07-31
1
-11
/
+0
|
*
intel-gem: Use new getparam to detect kernel GEM support.
Eric Anholt
2008-07-30
1
-1
/
+8
|
*
intel: Don't return a renderbuffer with alpha when just GL_RGB is requested.
Eric Anholt
2008-07-26
2
-0
/
+72
|
*
Merge branch 'master' into drm-gem
Ian Romanick
2008-07-25
125
-26050
/
+3382
|
|
\
|
*
|
intel: If a tex image doesn't fit in the object's tree, make a temporary tree.
Eric Anholt
2008-07-25
1
-3
/
+18
|
*
|
intel: Add a little span cache to spead up readpixels by cutting syscalls.
Eric Anholt
2008-07-23
3
-12
/
+42
|
*
|
intel-gem: Use pread/pwrite for span access.
Eric Anholt
2008-07-23
4
-197
/
+141
|
*
|
intel: improve 2d batchbuffer debug output.
Eric Anholt
2008-07-23
1
-8
/
+14
|
*
|
intel: Fix CopyTexSubImage's src tiling arg for the blit.
Eric Anholt
2008-07-23
1
-1
/
+1
|
*
|
intel: move renderbuffer mapping to separate functions.
Eric Anholt
2008-07-23
3
-107
/
+80
|
*
|
intel-gem: Bump driver date
Ian Romanick
2008-07-18
1
-3
/
+7
|
*
|
Remove redundant initalization of MaxTextureUnits
Ian Romanick
2008-07-16
1
-1
/
+0
|
*
|
intel-gem: Disable spantmp sse/mmx functions when tile swizzling.
Eric Anholt
2008-07-15
2
-3
/
+17
|
*
|
i915: fix build after previous commit.
Eric Anholt
2008-07-14
1
-1
/
+1
[next]