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
*
intel: Drop little bits of dead code.
Eric Anholt
2013-06-26
1
-2
/
+0
*
i915: Use the current drawbuffer's depth for polygon offset scale.
Eric Anholt
2013-06-26
1
-1
/
+1
*
intel: Remove the last spans code!
Eric Anholt
2013-04-30
1
-7
/
+6
*
swrast: Always use MapTextureImage for mapping textures for swrast.
Eric Anholt
2013-04-30
1
-2
/
+0
*
mesa: remove gl_context::_TriangleCaps
Brian Paul
2013-04-17
1
-3
/
+4
*
mesa: remove DD_TRI_LIGHT_TWOSIDE flag
Brian Paul
2013-04-17
1
-0
/
+3
*
mesa: remove DD_TRI_UNFILLED flag
Brian Paul
2013-04-17
1
-1
/
+3
*
mesa: remove DD_TRI_STIPPLE flag
Brian Paul
2013-04-17
1
-0
/
+2
*
mesa: remove DD_TRI_OFFSET flag
Brian Paul
2013-04-17
1
-0
/
+4
*
mesa: remove DD_POINT_ATTEN flag
Brian Paul
2013-04-17
1
-1
/
+3
*
mesa: remove DD_LINE_STIPPLE flag
Brian Paul
2013-04-17
1
-1
/
+3
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
Eric Anholt
2012-08-12
1
-2
/
+2
*
intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
1
-1
/
+2
*
i915: set SPRITE_POINT_ENABLE bit correctly
Yuanhan Liu
2012-04-09
1
-0
/
+1
*
intel: Drop the INTEL_STRICT_CONFORMANCE environment variable.
Eric Anholt
2012-03-20
1
-11
/
+1
*
i915: Fix type of "specoffset" variable.
Paul Berry
2012-02-14
1
-1
/
+1
*
i915: Move the always_flush_cache code to triangle emit.
Eric Anholt
2011-10-29
1
-0
/
+8
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-7
/
+7
*
mesa/tnl_dd: Remove unused header file t_dd_rendertmp.h
Ian Romanick
2011-08-26
1
-4
/
+3
*
i915: Simplify intel_wpos_* with a helper function.
Eric Anholt
2011-07-18
1
-40
/
+24
*
i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.
Eric Anholt
2011-07-12
1
-0
/
+13
*
i915: Only invert wpos when rendering to the system framebuffer.
Henri Verbeet
2011-03-07
1
-7
/
+15
*
i915: Emit a single relocation per vbo
Chris Wilson
2011-02-21
1
-9
/
+29
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-20
/
+12
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-17
/
+17
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-9
/
+9
*
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
[next]