summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: make global perm variable static constDave Airlie2012-09-151-1/+1
* mesa/glsl: rename preprocess to glcpp_preprocessDave Airlie2012-09-151-1/+1
* mesa: use a prefix for the program lexDave Airlie2012-09-151-0/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-056-28/+12
* Don't cast the return value of malloc/reallocMatt Turner2012-09-056-11/+11
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* mesa: s/MALLOC/malloc/Brian Paul2012-09-012-2/+2
* mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick2012-08-142-21/+0
* ir_to_mesa: Don't whack the ->location field of uniform block variables.Eric Anholt2012-08-071-1/+1
* glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt2012-08-071-0/+4