summaryrefslogtreecommitdiff
path: root/src/mesa/program
AgeCommit message (Expand)AuthorFilesLines
2013-07-12mesa: fix Address Sanitizer (ASan) issue in _mesa_add_parameter()Brian Paul1-1/+15
2013-07-02mesa: renumber shader indices according to their placement in pipelineMarek Olšák2-8/+4
2013-06-28mesa: GL_EXT_fog_coord is not optionalIan Romanick1-5/+0
2013-06-28mesa: GL_EXT_secondary_color is not optionalIan Romanick1-5/+0
2013-06-28mesa: Return ZeroVec/dummyReg instead of NULL pointerAnuj Phogat1-4/+2
2013-06-27mesa: move declarations before codeBrian Paul1-2/+3
2013-06-26ra: Fix register spilling.Eric Anholt1-5/+39
2013-06-21mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.Eric Anholt2-64/+0
2013-06-21mesa: Move shader compiler API code to shaderapi.cEric Anholt1-31/+0
2013-06-21mesa: Fix missing setting of shader->IsES.Eric Anholt1-0/+1
2013-06-21mesa: Use shared code for converting shader targets to short strings.Eric Anholt1-4/+1
2013-06-21glsl: Remove ir_print_visitor.h includes and usageEric Anholt1-5/+4
2013-06-05mesa: remove outdated version lines in commentsRico Schüller20-20/+0
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