summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Take out the spamming of debug flags I'd added.Eric Anholt2010-06-251-1/+0
* glsl2: Don't clear swizzles for Mesa IR constants after fetching them.Eric Anholt2010-06-251-2/+0
* glsl2: Start trying to hook up uniforms.Eric Anholt2010-06-251-11/+41
* glsl2: Use the parser state as the talloc context for dead code elimination.Eric Anholt2010-06-251-1/+1
* glsl2: Emit OPCODE_END at the end of the Mesa program.Eric Anholt2010-06-251-0/+2
* glsl2: Hook up constant parameters in ir_to_mesa.Eric Anholt2010-06-251-20/+16
* glsl2: Set InputsRead and OutputsWritten on the generated programs.Eric Anholt2010-06-251-0/+38
* glsl2: Start integrating ir_to_mesa.cpp into shader_api.hEric Anholt2010-06-252-20/+200
* glsl2: Replace the GLSL compiler with the glsl2 project.Eric Anholt2010-06-242-4/+3
* glsl2: Move the Mesa IR codegen into mesa/shader/Eric Anholt2010-06-241-0/+1211
* Make sure that symbols aren't multiply defined in the same scope.Ian Romanick2010-06-242-1/+54
* glsl: handle indirectly indexed input registers in linkerBrian Paul2010-06-021-29/+108
* mesa: use BITFIELD64_BIT() macroBrian Paul2010-06-021-1/+1
* glsl: fix bad sanity-check assertionBrian Paul2010-06-021-1/+1
* shaders: Don't lose the param binding swizzle for single params.Eric Anholt2010-06-022-2/+2
* mesa: use split_location_offset() in GetUniform() functionsBrian Paul2010-06-011-47/+54
* glsl: change uniform location/offset encodingBrian Paul2010-05-281-8/+30
* mesa: Remove unnecessary headers.Vinson Lee2010-05-271-5/+0
* mesa: remove unused includesBrian Paul2010-05-261-2/+0
* mesa: rewrite _mesa_get_handle() and add some commentsBrian Paul2010-05-261-6/+14
* mesa: move GLSL uniform functions into new source fileBrian Paul2010-05-264-857/+954
* mesa: move all vertex array functions into varray.cBrian Paul2010-05-252-273/+0
* mesa: added _mesa_GetVertexAttribIiv / AttribIuiv()Brian Paul2010-05-252-54/+146
* mesa: consolidate some glUniform codeBrian Paul2010-05-251-78/+29
* mesa: support for unsigned int uniformsBrian Paul2010-05-251-1/+55
* glsl: silence unused var warningsBrian Paul2010-05-242-0/+4
* mesa: Handle FEATURE_es2_glsl differences at runtime tooKristian Høgsberg2010-05-244-17/+31
* mesa: more info in glUniform error messagesBrian Paul2010-05-141-4/+7
* mesa: Remove no-op wrappers around trig functions.Eric Anholt2010-05-131-4/+4
* mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt2010-05-131-4/+4
* mesa: Make FEATURE_ATI_fragment_shader more modular.Chia-I Wu2010-05-122-1/+52
* mesa: more transform feedback infrastructureBrian Paul2010-05-101-2/+6
* glsl: change variable declared assertion into conditionalBrian Paul2010-05-032-3/+2
* glsl: s/sprintf/_mesa_snprintf/Vinson Lee2010-05-017-29/+29
* mesa: Don't overwrite a driver's shader infolog with generic failure message.Eric Anholt2010-04-291-1/+4
* mesa: Eliminate multiple va_list usage.José Fonseca2010-04-242-6/+8
* mesa: Restore comment too.José Fonseca2010-04-182-2/+2
* glsl: Fix handling of OPCODE_PRINT for no registers case.Vinson Lee2010-04-182-2/+2
* Merge branch '7.8'Brian Paul2010-04-091-2/+2
|\
| * mesa: fix instruction indexing bugsBrian Paul2010-04-091-2/+2
* | glsl: fix bad return value in link_transform_feedback()Brian Paul2010-04-011-1/+1
* | glsl: remove obsolete commentBrian Paul2010-04-011-1/+0
* | glsl: do extra link checking for transform feedbackBrian Paul2010-04-011-3/+83
* | glsl: append built-in, used varying vars to the varying vars listBrian Paul2010-04-011-0/+27
* | mesa: make _mesa_copy_string() non-staticBrian Paul2010-04-012-7/+25
* | glsl: pass datatype to _mesa_add_varying()Brian Paul2010-04-014-5/+7
* | glsl: add more vertex/fragment output info helpersBrian Paul2010-04-012-13/+64
* | mesa: add transform feedback queriesBrian Paul2010-03-302-7/+53
* | glsl: avoid using rcp in length() functionsBrian Paul2010-03-291-3/+3
* | glsl: remove rcp from sqrt()Brian Paul2010-03-291-10/+4
|/