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
/
intel_tris.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: Drop intelFlush().
Vinson Lee
2010-05-10
1
-1
/
+1
*
intel: Remove redundant fields from struct intel_context
Kristian Høgsberg
2010-03-30
1
-6
/
+6
*
intel: Use bit-wise not instead of logical not (i830 path)
Ian Romanick
2010-03-18
1
-1
/
+1
*
Use bit-wise not instead of logical not.
Ian Romanick
2010-03-18
1
-1
/
+1
*
Remove stray defines of HAVE_RGBA
Ian Romanick
2010-03-03
1
-1
/
+0
*
i915: Use x,y drawing offsets instead of changing buffer offsets.
Eric Anholt
2010-03-03
1
-0
/
+2
*
i915: Fix logic !gen >= 3
Chris Wilson
2010-02-22
1
-1
/
+1
*
i915: Remove superfluous MI_NOOP from vertex emission
Chris Wilson
2010-02-22
1
-2
/
+1
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-4
/
+4
*
i915: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-1
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
i915: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-1
/
+0
*
|
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2010-01-04
1
-4
/
+3
*
|
intel: Replace some gen3 IS_* checks with context structure usage.
Eric Anholt
2009-12-22
1
-2
/
+2
*
|
i915: Remove dead meta_draw_quad code.
Eric Anholt
2009-11-19
1
-78
/
+0
|
/
*
intel: avoid unnecessary front buffer flushing/updating
Brian Paul
2009-11-03
1
-0
/
+1
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
1
-2
/
+6
|
\
|
*
intel: Fallback field is a bitmask, use GLbitfield
Brian Paul
2009-10-22
1
-2
/
+6
*
|
i915: Enable ARB_vertex_shader for both i915 and i830.
Eric Anholt
2009-10-01
1
-0
/
+2
|
/
*
intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.
Eric Anholt
2009-06-29
1
-5
/
+2
*
i915: move declarations before code
Brian Paul
2009-03-12
1
-2
/
+2
*
i965: add software fallback for conformant 3D textures and GL_CLAMP
Robert Ellison
2009-03-04
1
-2
/
+2
*
[intel] Remove remaining references to intel_wait_flips().
Kristian Høgsberg
2009-01-21
1
-5
/
+1
*
intel: restore old vertex submit paths for i8xx hardware.
Dave Airlie
2008-12-02
1
-1
/
+97
*
intel: fix i830 comment + backwards VB offsets.
airlied
2008-11-20
1
-1
/
+1
*
i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim.
Eric Anholt
2008-09-23
1
-17
/
+18
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-7
/
+7
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-76
/
+161
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-161
/
+76
*
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-08-08
1
-2
/
+8
*
i915: Accumulate the VB into a local buffer and subdata it in.
Eric Anholt
2008-06-23
1
-18
/
+38
*
i915: Convert to using VBs instead of inline prims.
Eric Anholt
2008-06-23
1
-80
/
+139
*
[i915] fix fragment.position
Zou Nan hai
2008-03-19
1
-6
/
+21
*
intel: Initialize color and spec arrays in LOCAL_VARS macro.
Kristian Høgsberg
2008-02-25
1
-4
/
+4
*
[i915] Fix driver from cliprects changes, and clean up state emission.
Eric Anholt
2008-01-17
1
-12
/
+5
*
[intel] Add more cliprect modes to cover other meanings for batch emits.
Eric Anholt
2008-01-10
1
-6
/
+6
*
[intel] Clean up cliprect handling in intel drivers.
Eric Anholt
2008-01-09
1
-2
/
+2
*
i915: Needn't adjust pixel centers. fix #12944
Xiang, Haihao
2008-01-02
1
-2
/
+2
*
[i915] Move meta_draw_quad into the vtbl with other meta operations.
Eric Anholt
2007-12-20
1
-2
/
+5
*
i915: avoid dead lock in intel_meta_draw_poly. fix #13696
Xiang, Haihao
2007-12-20
1
-2
/
+6
*
i915: Catch cases where not all state is emitted for a new batchbuffer.
Keith Whitwell
2007-11-26
1
-0
/
+3
*
[i915] Push locking in intelClearWithTris down inside meta_draw_poly.
Eric Anholt
2007-11-16
1
-0
/
+3
*
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
1
-0
/
+1152
*
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2007-09-24
1
-945
/
+0
*
fix the broken fallback string/debug stuff
Brian Paul
2006-09-22
1
-19
/
+44
*
remove extra indentation
Brian Paul
2006-09-22
1
-98
/
+98
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
1
-1
/
+1
*
Add const qualifiers in a number of places.
Brian Paul
2006-05-23
1
-1
/
+1
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-2
/
+2
*
Disable leftover debug statements
Keith Whitwell
2005-05-17
1
-2
/
+2
[next]