summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_fragprog.c
Commit message (Expand)AuthorAgeFilesLines
* program: Remove condition-code and precision support.Matt Turner2016-03-011-6/+0
* swrast: Avoid double promotion.Matt Turner2015-07-291-2/+2
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* swrast: use new _mesa_base_tex_image() helperBrian Paul2015-01-051-2/+2
* mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut2014-03-251-1/+1
* mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry2014-01-211-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-6/+6
* swrast: Remove support for the NV_fragment_program extension.Kenneth Graunke2012-10-161-5/+0
* swrast: Support sampler object for texture fetching statePauli Nieminen2012-08-011-7/+10
* swrast: Only avoid empty _TexEnvProgramsIan Romanick2012-02-151-1/+2
* swrast: Fix fixed-function fragment processingChad Versace2012-01-271-0/+12
* swrast: fix float->uint conversion of gl_FragDepthBrian Paul2011-10-191-1/+2
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: move gl_texture_image::Width/Height/DepthScale fields to swrastBrian Paul2011-09-221-2/+4
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-3/+3
* Track separate programs for each stageIan Romanick2010-10-271-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* swrast: Reduce header file inclusion in s_fragprog.h.Vinson Lee2010-08-071-0/+1
* swrast: Remove unnecessary headers.Vinson Lee2010-07-311-1/+0
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-191-2/+1
* swrast: silence double->float assignment warningsBrian Paul2010-01-271-3/+3
* swrast: Implement ARB_fragment_coord_conventions but don't enable.Eric Anholt2010-01-261-0/+10
* swrast: Remove unnecessary header from s_fragprog.c.Vinson Lee2010-01-121-1/+0
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-6/+6
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-3/+8
|\
| * swrast: add lod bias when texture samplingBrian Paul2009-09-231-2/+7
| * swrast: fix typo in partial derivatives parameter passingBrian Paul2009-09-231-1/+1
* | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul2009-07-291-3/+2
|/
* mesa: texture combine clean-upsBrian Paul2009-04-011-2/+0
* swrast: do texture sampling/combining in floating pointBrian Paul2009-04-011-11/+8
* mesa: remove some last remnants of GL_MESA_program_debugBrian Paul2009-03-111-4/+0
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-281-6/+6
* swrast: use ASSIGN_4V() macroBrian Paul2009-02-091-4/+2
* swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0)Brian Paul2009-02-061-2/+4
* mesa: implement texture swizzling in swrastBrian Paul2009-01-281-8/+31
* mesa: if texObj is NULL in fetch_texel_*(), return black.Brian Paul2009-01-281-20/+32
* mesa: added comment about gl_PointCoordBrian Paul2008-08-111-0/+1
* added null texObj ptr check (bug 15567)Brian Paul2008-07-081-12/+16
* Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul2008-05-141-5/+9
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-5/+5
* fix span->facing computation and gl_FrontFacing initializationBrian2007-12-041-1/+1
* fix broken two-sided stencilBrian2007-11-301-1/+1
* Consolidate texture fetch code and use partial derivatives when possible.Brian2007-11-231-11/+12
* clamp lambda to Min/MaxLodBrian2007-11-201-3/+6