summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Remove GLSL-related PROG_PARAM_BIT flags.Kenneth Graunke2012-10-162-12/+0
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-165-26/+1
* mesa: Remove yet more remnants of NV_fragment_program.Kenneth Graunke2012-10-161-8/+5
* mesa: Remove prog_print support for NV programs.Kenneth Graunke2012-10-162-56/+5
* mesa: Remove support for parsing NV fragment programs.Kenneth Graunke2012-10-162-1638/+0
* mesa: Remove the gl_program::Resident flag.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove miscellaneous remains of NV_vertex_program.Eric Anholt2012-10-151-1/+0
* mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3.Eric Anholt2012-10-153-15/+0
* mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution.Eric Anholt2012-10-151-1/+0
* mesa: Remove support for NV_vertex_program's tracked matrices.Eric Anholt2012-10-153-100/+0
* mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program.Eric Anholt2012-10-155-84/+0
* mesa: Remove support for parsing NV vertex programs.Eric Anholt2012-10-152-1505/+0
* mesa: Note that OPCODE_RFL is not part of ARB_fp (it's NV_fp only).Eric Anholt2012-10-081-1/+1
* register_allocate: don't consider trivially colorable registers for spilling.Paul Berry2012-10-031-0/+7
* ra: Add q_values parameter to ra_set_finalize()Tom Stellard2012-09-192-2/+15
* ra: Clarify usage of ra_set_node_reg()Tom Stellard2012-09-191-0/+2
* mesa: remove FEATURE_ATI_fragment_shader define.Oliver McFadden2012-09-151-6/+2
* mesa: remove FEATURE_NV_(fragment|vertex)_program defines.Oliver McFadden2012-09-151-12/+0
* mesa: remove FEATURE_ARB_shader_objects and related defines.Oliver McFadden2012-09-151-6/+0
* mesa: remove FEATURE_es2_glsl and related defines.Oliver McFadden2012-09-151-4/+0
* ir_to_mesa: make some global variable staticDave Airlie2012-09-151-3/+3