summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix up program_parse.y to avoid uninitialized $$Paul Berry2013-04-191-0/+5
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* build: Rename sources.mak -> Makefile.sourcesMatt Turner2013-04-152-3/+3
* mesa: Add a macro to bitset for determining bitset size.Eric Anholt2013-04-121-1/+1
* register_allocate: Fix the type of best_benefit.Matt Turner2013-04-081-1/+1
* mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák2013-04-061-2/+3
* mesa: don't memcmp() off the end of a cache key.Chris Forbes2013-04-061-2/+9
* i965: Ask the register allocator to round-robin through registers.Eric Anholt2013-04-042-3/+29
* glsl: Implement ARB_texture_query_lodDave Airlie2013-03-291-0/+3
* mesa: handle STATE_CURRENT_ATTRIB_MAYBE_VP_CLAMPED for parameter printingMarek Olšák2013-03-281-0/+3
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-156-29/+29
* mtypes.h: Modify gl_frag_attrib to refer to new gl_varying_slot enum.Paul Berry2013-03-151-4/+11
* Replace gl_geom_result enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* Replace gl_geom_attrib enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-154-29/+29
* mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum.Paul Berry2013-03-151-0/+4
* mesa: Reduce memory usage for reg alloc with many graph nodes (part 2).Eric Anholt2013-03-111-4/+8
* mesa: Reduce the memory usage for reg alloc with many graph nodes (part 1)Eric Anholt2013-03-111-1/+13
* mesa: add switch case for ir_txf_ms to silence warningBrian Paul2013-03-021-0/+3
* ir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.Matt Turner2013-02-281-2/+5
* glsl: Convert mix() to use a new ir_triop_lrp opcode.Kenneth Graunke2013-02-281-1/+5
* glsl: Rename uniform_field_visitor to program_resource_visitor.Paul Berry2013-02-041-2/+2
* mesa: use GLbitfield64 when copying program inputsBrian Paul2013-01-251-2/+2
* mesa: add some casts to silence MSVC warningsBrian Paul2013-01-251-14/+14
* glsl: Extend ir_expression_operation for ARB_shading_language_packingMatt Turner2013-01-251-0/+4
* glsl: Modify uniform_field_visitor::visit_field to take a row_major parameterIan Romanick2013-01-251-2/+6
* glsl: Add ir_variable::is_in_uniform_block predicateIan Romanick2013-01-251-1/+1
* glsl: Add GLSL_TYPE_INTERFACEIan Romanick2013-01-251-0/+2
* glsl: Replace most default cases in switches on GLSL typeIan Romanick2013-01-251-4/+10
* glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2)Chad Versace2013-01-241-1/+11
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-241-5/+2
* glcpp: Accept pointer to GL context rather than just the API versionCarl Worth2013-01-111-1/+1
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* mesa/program: Fix both Classic and Gallium buildQuentin Glidic2013-01-101-1/+1
* program/hash_table.c: rename to program/prog_hash_table.cJordan Justen2012-12-071-0/+0
* android: Fix build of libmesa_programChad Versace2012-12-051-0/+3
* android: fix bison warning of conflicting outputs to fileAdrian Marius Negreanu2012-12-031-3/+0
* Remove OpenVMS supportMatt Turner2012-11-162-104/+0
* mesa: Fix gallium build since 6991c2922fEric Anholt2012-11-121-1/+1
* automake,android: Build program/ into a helper lib (v2)Eric Anholt2012-11-123-0/+142
* mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.Kenneth Graunke2012-11-073-10/+0
* mesa: silence MSVC signed/unsigned comparision warnings in hash_table.cBrian Paul2012-10-291-1/+1
* mesa: bump MAX_VARYING to 32Marek Olšák2012-10-291-2/+34
* mesa: Remove PROGRAM_WRITE_ONLY register type.Kenneth Graunke2012-10-162-5/+0
* mesa: Remove dead _mesa_num_parameters_of_type() function.Kenneth Graunke2012-10-162-23/+0
* mesa: Remove dead _mesa_add_attribute() function.Kenneth Graunke2012-10-162-34/+0
* mesa: Remove remnants of PROGRAM_VARYING.Kenneth Graunke2012-10-163-11/+3
* mesa: Remove dead _mesa_add_varying() function.Kenneth Graunke2012-10-162-26/+0
* mesa: Remove dead program_parameter::Flags field.Kenneth Graunke2012-10-164-19/+12
* st/mesa: Remove the PROG_PARAM_BIT_CYL_WRAP flag. [v2]Kenneth Graunke2012-10-161-8/+0