summaryrefslogtreecommitdiff
path: root/src/mesa/program
AgeCommit message (Expand)AuthorFilesLines
2013-05-29mesa: Fix test for optimistic coloring being necessary.Eric Anholt1-1/+1
2013-05-28mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák2-8/+27
2013-05-24ARB_fp: accept duplicate precision optionsChris Forbes1-9/+15
2013-05-13glsl: Add lowering pass for ir_triop_vector_insertIan Romanick1-0/+1
2013-05-13glsl: Add ir_triop_vector_insertIan Romanick1-0/+1
2013-05-13glsl: Add ir_binop_vector_extractIan Romanick1-0/+1
2013-05-12mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke1-1/+1
2013-05-12glsl: Pass struct shader_compiler_options into do_common_optimization.Kenneth Graunke1-2/+5
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-1/+1
2013-05-08mesa/program: Don't copy propagate from swizzles.Fabian Bieler1-0/+2
2013-05-06glsl: Add a pass to lower bitfield-insert into bfm+bfi.Matt Turner1-0/+2
2013-05-06glsl: Add support for new bit built-ins in ARB_gpu_shader5.Matt Turner1-0/+9
2013-05-01build: remove unused API_DEFINESAndreas Boll1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke18-54/+72
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke18-18/+18
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke18-18/+18
2013-04-24mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XORMarek Olšák5-173/+0
2013-04-19mesa: Fix up program_parse.y to avoid uninitialized $$Paul Berry1-0/+5
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-04-15build: Rename sources.mak -> Makefile.sourcesMatt Turner2-3/+3
2013-04-12mesa: Add a macro to bitset for determining bitset size.Eric Anholt1-1/+1
2013-04-08register_allocate: Fix the type of best_benefit.Matt Turner1-1/+1
2013-04-06mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák1-2/+3
2013-04-06mesa: don't memcmp() off the end of a cache key.Chris Forbes1-2/+9
2013-04-04i965: Ask the register allocator to round-robin through registers.Eric Anholt2-3/+29
2013-03-29glsl: Implement ARB_texture_query_lodDave Airlie1-0/+3
2013-03-28mesa: handle STATE_CURRENT_ATTRIB_MAYBE_VP_CLAMPED for parameter printingMarek Olšák1-0/+3
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry6-29/+29
2013-03-15mtypes.h: Modify gl_frag_attrib to refer to new gl_varying_slot enum.Paul Berry1-4/+11
2013-03-15Replace gl_geom_result enum with gl_varying_slot.Paul Berry1-1/+1
2013-03-15Replace gl_geom_attrib enum with gl_varying_slot.Paul Berry1-1/+1
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry4-29/+29
2013-03-15mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum.Paul Berry1-0/+4
2013-03-11mesa: Reduce memory usage for reg alloc with many graph nodes (part 2).Eric Anholt1-4/+8
2013-03-11mesa: Reduce the memory usage for reg alloc with many graph nodes (part 1)Eric Anholt1-1/+13
2013-03-02mesa: add switch case for ir_txf_ms to silence warningBrian Paul1-0/+3
2013-02-28ir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.Matt Turner1-2/+5
2013-02-28glsl: Convert mix() to use a new ir_triop_lrp opcode.Kenneth Graunke1-1/+5
2013-02-04glsl: Rename uniform_field_visitor to program_resource_visitor.Paul Berry1-2/+2
2013-01-25mesa: use GLbitfield64 when copying program inputsBrian Paul1-2/+2
2013-01-25mesa: add some casts to silence MSVC warningsBrian Paul1-14/+14
2013-01-25glsl: Extend ir_expression_operation for ARB_shading_language_packingMatt Turner1-0/+4
2013-01-25glsl: Modify uniform_field_visitor::visit_field to take a row_major parameterIan Romanick1-2/+6
2013-01-25glsl: Add ir_variable::is_in_uniform_block predicateIan Romanick1-1/+1
2013-01-25glsl: Add GLSL_TYPE_INTERFACEIan Romanick1-0/+2
2013-01-25glsl: Replace most default cases in switches on GLSL typeIan Romanick1-4/+10
2013-01-24glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2)Chad Versace1-1/+11
2013-01-24glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry1-5/+2
2013-01-11glcpp: Accept pointer to GL context rather than just the API versionCarl Worth1-1/+1
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0