summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-913/+0
2010-05-24mesa: Handle FEATURE_es2_glsl differences at runtime tooKristian Høgsberg1-1/+2
2010-04-09mesa: fix instruction indexing bugsBrian Paul1-2/+2
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-8/+8
2010-02-19mesa: replace _mesa_bzero() with memset()Brian Paul1-1/+1
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-1/+1
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-1/+1
2010-02-13mesa: copy frag coord layout fields tooBrian Paul1-0/+2
2010-02-01mesa: change _mesa_find_free_register() to find multiple free regsBrian Paul1-26/+46
2010-01-27mesa: fix double->float assignment warnings, int/uint comparison warningsBrian Paul1-1/+1
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul1-3/+11
2009-12-11mesa: check dst reg in _mesa_find_free_register()Brian Paul1-3/+11
2009-09-24mesa: remove: unused gl_vertex_program::TnlData fieldBrian Paul1-7/+0
2009-09-21r300: Fix handling of NV_vertex_program parametersNicolai Hähnle1-0/+1
2009-08-26mesa: additional instruction field size assertionsBrian Paul1-0/+6
2009-06-17mesa: silence warningBrian Paul1-0/+2
2009-06-17mesa: added _mesa_postprocess_program() to aid shader debuggingBrian Paul1-0/+58
2009-04-18mesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV in _mesa_new_program()Brian Paul1-0/+1
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul1-3/+3
2009-02-18mesa: increase MAX_UNIFORMS to 1024 (of vec4 type)Brian Paul1-0/+9
2009-01-09mesa: fix off-by-one bug in _mesa_delete_instructions()Brian Paul1-1/+1
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-1/+5
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-5/+36
2008-10-08mesa: in _mesa_combine_programs() take new STATE_CURRENT_ATTRIB color into ac...Brian Paul1-5/+36
2008-09-26mesa: fix assertion in _mesa_reference_program()Brian Paul1-1/+5
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell1-1/+1
2008-09-21mesa: set point stateBrian Paul1-0/+4
2008-09-21mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca1-1/+1
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell1-0/+6
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-3/+3
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-4/+13
2008-08-12mesa: set point stateBrian Paul1-0/+4
2008-07-29mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.cBrian Paul1-208/+1
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca1-3/+3
2008-07-21mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.cBrian1-208/+1
2008-07-12r500: Add "Not quite SSA" and dead code elimination passNicolai Haehnle1-7/+54
2008-07-05_mesa_clone_program: Copy ShadowSamplersNicolai Haehnle1-0/+1
2008-06-24mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca1-1/+1
2008-05-19fix tempReg test in _mesa_combine_programs()Brian Paul1-1/+1
2008-05-19fix tempReg test in _mesa_combine_programs()Brian Paul1-1/+1
2008-05-18fixes to _mesa_combine_programs(), from gallium-0.1Brian Paul1-5/+44
2008-05-16minor changes to aid debuggingBrian Paul1-7/+15
2008-05-16remove stray, left-over RefCount++Brian Paul1-1/+0
2008-05-14added _mesa_combine_parameter_lists()Brian Paul1-0/+149
2008-05-14fix some additional program refcounting bugsBrian Paul1-3/+2
2008-05-14mesa: added _mesa_insert_instructions()Brian Paul1-10/+50
2008-05-14fix some additional program refcounting bugsBrian Paul1-16/+9
2008-05-08disable debug printfsBrian Paul1-2/+2
2008-05-07fix refcounting bugs in tnl/tex program cachesBrian Paul1-3/+3
2008-05-07gallium: implement full reference counting for vertex/fragment programsBrian Paul1-35/+68