summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_fragprog.c
Commit message (Expand)AuthorAgeFilesLines
* i915: add mock implementation of GL_OES_EGL_image_external (v2)Mauro Rossi2016-11-011-0/+1
* prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLEIan Romanick2016-05-101-148/+0
* program: Remove OPCODE_KIL_NV.Matt Turner2016-03-011-20/+0
* program: convert _mesa_init_gl_program() to take struct gl_program *Emil Velikov2015-10-151-4/+5
* program: remove _mesa_init_*_program wrappersMarek Olšák2015-10-091-4/+3
* i915: Fix texcoord vs. varying collision in fragment programsVille Syrjälä2015-09-301-16/+67
* program: Shrink and rename SaturateMode field to Saturate.Matt Turner2015-06-031-1/+1
* i915: Fix GCC unused-but-set-variable warning in release build.Vinson Lee2015-03-091-4/+1
* i915c: Use the actual MIN instruction.Kenneth Graunke2015-02-171-15/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i915: Add support for gl_FragData[0] reads.Henri Verbeet2013-12-221-0/+1
* mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt2013-11-151-8/+0
* mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt2013-11-151-3/+0
* i915: Optimize SEQ and SNE when two operands are uniformsIan Romanick2013-08-261-12/+70
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-32/+32
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program.Eric Anholt2012-10-151-1/+0
* mesa: Use a new, more specific hook for shader uniform changes.Kenneth Graunke2012-08-251-0/+8
* i915: fix wrong rendering of gl_PointSize on PineviewYuanhan Liu2012-03-051-0/+4
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-2/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-2/+2
* i915: out-of-bounds write in calc_live_regs()Chris Wilson2011-09-301-4/+4
* intel: Fix warnings from gl_constant_parameter changes.Eric Anholt2011-08-051-4/+2
* i915: Fail without crashing if a Mesa IR program uses too many registersIan Romanick2011-08-021-2/+13
* i915: Simplify intel_wpos_* with a helper function.Eric Anholt2011-07-181-6/+3
* i915: Include gl_FragCoord.w data, not just xyz.Eric Anholt2011-07-181-3/+3
* i915: Add support for gl_FragData[0] for output color.Eric Anholt2011-07-121-0/+1
* i915: i915_context::vertex_fog is always I915_FOG_NONE, so kill itIan Romanick2011-04-211-1/+1
* i915: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick2011-04-211-9/+0
* intel: fix buildMarek Olšák2011-03-291-1/+1
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-1/+1
* i915: Derive the gl_fragment_program from i915_fragment_program.Henri Verbeet2011-03-071-6/+5
* i915: Emit a single relocation per vboChris Wilson2011-02-211-0/+4
* i915: Calculate partial result to temp register firstIan Romanick2011-02-101-8/+8
* i915: Only mark a register as available if all components are writtenIan Romanick2011-02-011-3/+17
* i915: Fix INTEL_DEBUG=wm segmentation faultShuang He2010-12-161-5/+5
* i915: Correctly generate unconditional KIL instructionsIan Romanick2010-12-011-1/+5
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* intel: Remove noise opcode support from i915 and i965 driversIan Romanick2010-09-101-15/+0
* i915: Add support for SSG opcode.Eric Anholt2010-08-171-0/+35
* i915: Add support for reading output regs in the FS.Eric Anholt2010-08-171-0/+14
* i915: Add support for OPCODE_DP2.Eric Anholt2010-08-171-0/+12
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-5/+5
* i915: Add debugging for just prorgam compile under INTEL_DEBUG=wmEric Anholt2010-04-271-0/+11
* i915: Provide counts in the error messages for program limits.Eric Anholt2010-04-271-3/+4
* i915: Map sampler indices to texture units correctly for fragment shaders.Eric Anholt2010-04-201-1/+3
* i915: Add missing break; after handling the stub NOISE instructions.Eric Anholt2010-04-201-0/+1
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-2/+5
* i915: Fix use of uninitialized variable in OPCODE_NOISE stub.Eric Anholt2009-12-221-1/+1
* tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-1/+1