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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'remove-intel-dri1'
Kristian Høgsberg
2010-01-05
153
-2163
/
+807
|
\
|
*
intel: intelScreenContext() is no longer used
Kristian Høgsberg
2010-01-04
1
-15
/
+0
|
*
intel: Remove remaining dri2.enabled tests
Kristian Høgsberg
2010-01-04
2
-27
/
+0
|
*
intel: Drop more cliprect bookkeeping
Kristian Høgsberg
2010-01-04
6
-122
/
+44
|
*
intel: Remove struct intel_framebuffer
Kristian Høgsberg
2010-01-04
5
-90
/
+51
|
*
intel: Remove client-side vblank code
Kristian Høgsberg
2010-01-04
8
-221
/
+0
|
*
intel: Drop intelWindowMoved()
Kristian Høgsberg
2010-01-04
2
-81
/
+0
|
*
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2010-01-04
13
-128
/
+49
|
*
intel: Drop DRI1 static regions
Kristian Høgsberg
2010-01-04
4
-352
/
+3
|
*
intel: Use depth buffer from ctx.DrawBuffer in copypix_src_region()
Kristian Høgsberg
2010-01-04
1
-7
/
+12
|
*
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
13
-204
/
+3
|
*
intel: Drop DRI1 SwapBuffer implementation
Kristian Høgsberg
2010-01-04
3
-189
/
+0
|
*
intel: Drop DRI1 CopySubBuffer implementation
Kristian Høgsberg
2010-01-04
2
-30
/
+0
|
*
intel: Drop DRI1 support
Kristian Høgsberg
2010-01-04
1
-133
/
+0
|
*
Push __driDriverExtensions out of dri_util.c and into the drivers
Kristian Høgsberg
2010-01-04
15
-9
/
+93
|
*
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
132
-574
/
+569
|
*
Check for libdrm_$chipset.pc when needed
Kristian Høgsberg
2010-01-04
2
-2
/
+4
*
|
r600: adjust after radeon mipmap changes in 7118db8700
Andre Maasikas
2010-01-05
2
-6
/
+5
*
|
r600: support depth compare functions & shadow_ambient
Andre Maasikas
2010-01-05
5
-2
/
+98
*
|
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2010-01-04
15
-45
/
+45
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-04
9
-47
/
+65
|
\
\
|
|
/
|
/
|
|
*
i915: Use _MaxLevel on principle in texture setup.
Eric Anholt
2010-01-04
1
-3
/
+4
|
*
intel: Fix CopyTexImage from tiled mipmap levels > 0.
Eric Anholt
2010-01-04
1
-2
/
+3
|
*
i965: Fix the surface offset calculation for tiled buffers.
Eric Anholt
2010-01-04
1
-20
/
+30
|
*
r600: support vertex_array_bgra
Andre Maasikas
2010-01-04
5
-6
/
+25
|
*
r300: Use C-style comments.
Vinson Lee
2010-01-03
1
-15
/
+15
|
*
r300: Silence 'mixed declarations and code' warnings.
Vinson Lee
2010-01-03
1
-4
/
+7
|
*
r300: Silence 'mixed declarations and code' warning.
Vinson Lee
2010-01-03
1
-1
/
+2
|
*
r300: Silence 'mixed declarations and code' warning.
Vinson Lee
2010-01-03
1
-1
/
+3
|
*
i810: Fix include recursion.
Vinson Lee
2010-01-02
1
-1
/
+0
|
*
sis: ifdef out unused variable.
Vinson Lee
2010-01-02
1
-0
/
+2
*
|
r600: support vertex_array_bgra
Andre Maasikas
2010-01-04
5
-6
/
+25
*
|
mesa: fix blend enable/disable calls in meta.c code
Francis Galiegue
2010-01-03
1
-6
/
+16
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
12
-16
/
+18
|
\
|
|
*
tdfx: Silence uninitialized variable warning.
Vinson Lee
2009-12-29
1
-1
/
+1
|
*
intel: Silence compiler warnings.
Vinson Lee
2009-12-28
9
-14
/
+16
|
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-27
5
-3
/
+5
|
|
\
|
|
*
i915: Fix assert.
Vinson Lee
2009-12-26
1
-1
/
+1
|
|
*
intel: Silence implicit function declaration warning.
Vinson Lee
2009-12-25
1
-0
/
+1
|
|
*
i965: Fix assert.
Vinson Lee
2009-12-24
1
-1
/
+1
|
|
*
i965: Add missing va_end.
Vinson Lee
2009-12-24
1
-0
/
+1
|
|
*
ffb: Silence compiler warnings.
Vinson Lee
2009-12-22
1
-1
/
+1
*
|
|
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
27
-121
/
+146
*
|
|
mesa: per-buffer blend enabled flags
Brian Paul
2009-12-29
1
-5
/
+13
*
|
|
intel: Fix false positives in checking for non-packed depth/stencil RB.
Eric Anholt
2009-12-28
1
-7
/
+14
*
|
|
intel: Allow binding a stencil but not a depth buffer.
Eric Anholt
2009-12-28
2
-1
/
+7
*
|
|
intel: Improve INTEL_DEBUG=fbo output.
Eric Anholt
2009-12-28
1
-1
/
+6
*
|
|
intel: Remove dead fthrottle_mode option. We only do IRQ waits.
Eric Anholt
2009-12-28
2
-5
/
+1
*
|
|
i965: Extra asserts on flow control instructions to clarify for clang.
Eric Anholt
2009-12-26
1
-1
/
+3
*
|
|
i965: Clean up double initialization of dst_flags from a rebase resolve.
Eric Anholt
2009-12-26
1
-4
/
+0
[next]