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
*
mesa: replace ctx->Polygon._FrontBit with a helper function
Marek Olšák
2017-06-22
1
-0
/
+1
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
1
-2
/
+2
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-2
/
+2
*
i915: Use COPY_DWORDS for points
Ville Syrjälä
2015-10-06
1
-5
/
+1
*
i915: Use _tnl_RenderClippedPolygon and _tnl_RenderClippedLine
Ville Syrjälä
2015-10-06
1
-17
/
+2
*
i915: Handle provoking vertex in intelFastRenderClippedPoly()
Ville Syrjälä
2015-10-06
1
-4
/
+12
*
i915: Use C99 initializers for primitive arrays
Ville Syrjälä
2015-10-06
1
-20
/
+20
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-2
/
+2
*
i915: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-6
/
+6
*
mesa: Use u_math.h from macros.h
Eric Anholt
2015-02-20
1
-6
/
+0
*
mesa/drivers: Fix clang constant-logical-operand warnings.
Vinson Lee
2014-06-14
1
-4
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
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
|
\
[next]