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
/
i915_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: Fix wpos_tex vs. -1 comparison
Ville Syrjälä
2017-06-14
1
-1
/
+1
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
1
-8
/
+8
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-8
/
+8
*
i915: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-4
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
Eric Anholt
2012-08-12
1
-1
/
+1
*
i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacks
Ian Romanick
2011-08-02
1
-6
/
+8
*
Revert "i915: Eliminate redundant CONSTANTS updates"
Stéphane Marchesin
2011-07-07
1
-26
/
+25
*
i915: Eliminate redundant CONSTANTS updates
Chris Wilson
2011-02-21
1
-25
/
+26
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
i915: Provide counts in the error messages for program limits.
Eric Anholt
2010-04-27
1
-7
/
+15
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-27
1
-1
/
+1
|
\
|
*
i915: Fix assert.
Vinson Lee
2009-12-26
1
-1
/
+1
*
|
i915: Increase maximum program size to the hardware limits.
Eric Anholt
2009-10-01
1
-2
/
+6
*
|
i915: Update and translate the fragment program along with state updates.
Eric Anholt
2009-10-01
1
-2
/
+0
*
|
i915: Bail when the fragment program has too many total instructions.
Eric Anholt
2009-10-01
1
-0
/
+10
*
|
i915: Let i915_program_error take a format string, and don't use _mesa_problem.
Eric Anholt
2009-10-01
1
-4
/
+13
|
/
*
i915: Texture instructions use r/t/oC/oD register as texture coordinate.
Xiang, Haihao
2008-10-13
1
-0
/
+13
*
i915: Refine the texture indirect lookup accounting.
Eric Anholt
2008-10-04
1
-3
/
+22
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-3
/
+3
*
i915: Keith Whitwell's swizzling TEX patch. fix #8283
Xiang, Haihao
2008-01-07
1
-11
/
+27
*
Remove leftover code for i915_texprog.c noticed in crossbar review.
Eric Anholt
2007-09-24
1
-6
/
+0
*
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
1
-0
/
+515
*
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2007-09-24
1
-499
/
+0
*
Update DRI drivers for new glsl compiler.
Brian
2007-02-23
1
-6
/
+6
*
Call _mesa_problem() from i915_program_error() so we get a nice error message.
Brian Paul
2006-11-02
1
-4
/
+1
*
Fix writemasks on texture arb fp instructions.
Alan Hourihane
2006-08-18
1
-17
/
+35
*
Re-org and clean-up of vertx/fragment program limits (instructions,
Brian Paul
2005-11-01
1
-0
/
+18
*
use char* instead of GLubyte* in i915_program_error() to silence warnings
Brian Paul
2005-09-01
1
-1
/
+1
*
don't be fooled into emitting padding for wpos when not used
Keith Whitwell
2005-05-10
1
-1
/
+1
*
add missing license texts
Keith Whitwell
2004-06-18
1
-0
/
+20
*
New driver for i915 as well as older i830/i845/i865 chipsets.
Keith Whitwell
2004-06-10
1
-0
/
+446