aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: account for geometry shader texture fetches in update_texture_stateBryan Cain2013-08-011-5/+13
* main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.Paul Berry2013-08-017-8/+17
* main: Fix geometry shader error messages (missing right paren)Paul Berry2013-08-011-3/+3
* glsl: Add EXT_texture_array support for geometry shaders.Paul Berry2013-08-011-0/+12
* glsl/linker: Make update_array_sizes apply to just uniforms.Paul Berry2013-08-011-3/+1
* glsl: Modify ir_set_program_inouts to handle geometry shaders.Paul Berry2013-08-011-12/+75
* glsl: In ir_set_program_inouts, handle indexing outside array/matrix bounds.Paul Berry2013-08-011-5/+26
* glsl: Fallback gracefully if ir_set_program_inouts sees unexpected indexing.Paul Berry2013-08-011-0/+23
* glsl: Extract marking functions from ir_set_program_inouts.Paul Berry2013-08-011-14/+45
* glsl: Use count_attribute_slots() in ir_set_program_inouts.Paul Berry2013-08-011-8/+2
* glsl: Expand count_attribute_slots() to cover structs.Paul Berry2013-08-011-5/+32
* Move count_attribute_slots() out of the linker and into glsl_type.Paul Berry2013-08-015-40/+42
* glsl: Change do_set_program_inouts' is_fragment_shader arg to shader_type.Paul Berry2013-08-015-17/+16
* gallivm: obey clarified shift behaviorRoland Scheidegger2013-08-022-8/+24
* tgsi: obey clarified shift behaviorRoland Scheidegger2013-08-021-12/+27
* gallium: clarify shift behavior with shift count >= 32Roland Scheidegger2013-08-021-12/+18
* i965: Delete the BATCH_LOCALS macro.Kenneth Graunke2013-08-012-6/+0
* Correct clamping of TEXTURE_{MAX, BASE}_LEVELCorey Richardson2013-08-011-2/+20
* De-tab and align comments in gl_texture_objectCorey Richardson2013-08-011-22/+23
* i965 Gen4/5: clip: Don't mangle flat varyingsChris Forbes2013-08-011-21/+32
* i965 Gen4/5: clip: Add support for noperspective varyingsChris Forbes2013-08-013-10/+113
* i965 Gen4/5: clip: correctly handle flat varyingsChris Forbes2013-08-016-54/+30
* i965 Gen4/5: Generalize SF interpolation setup for GLSL1.3Chris Forbes2013-08-014-70/+85
* i965: Add helper functions for interpolation mapChris Forbes2013-08-011-0/+18
* i965 Gen4/5: Introduce 'interpolation map' alongside the VUE mapChris Forbes2013-08-019-2/+120
* nvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZESamuel Pitoiset2013-07-312-2/+3
* mesa/program: remove useless YYIDLaurent Carlier2013-07-311-2/+2
* mesa/program: Switch from the deprecated YYLEX_PARAM to %lex-param.Kenneth Graunke2013-07-311-5/+4
* mesa/program: Change the program parser's namespace.Kenneth Graunke2013-07-312-3/+10
* glsl: Switch from the deprecated YYLEX_PARAM to %lex-param.Kenneth Graunke2013-07-311-5/+3
* glsl: Change the lexer's namespace.Kenneth Graunke2013-07-313-3/+9
* egl: Restore "bogus" DRI2 invalidate event code.Eric Anholt2013-07-311-0/+14
* gallivm: use nearest rounding for float->unorm24 conversionRoland Scheidegger2013-07-311-4/+6
* mesa: fix multisampling proxy textures not being queryableMikko Juola2013-07-311-0/+2
* mesa: fix proxy textures becoming immutable and unusableMikko Juola2013-07-311-1/+1
* mesa: fix proxy textures not working with default texture bindingMikko Juola2013-07-311-1/+1
* mesa: fix number of mipmaps calculation for proxy texturesMikko Juola2013-07-311-0/+10
* mesa: improve free() cleanup in generate_mipmap_compressed()Brian Paul2013-07-311-10/+7
* gallium/util: reformat, comment util_get_offset()Brian Paul2013-07-311-3/+7
* gallium/util: comments, var renaming in u_inlines.hBrian Paul2013-07-311-13/+48
* softpipe: use new softpipe_resource_data() accessorBrian Paul2013-07-313-4/+20
* softpipe: don't ignore pipe_constant_buffer::buffer_offsetBrian Paul2013-07-311-3/+5
* gallium/docs: clarify definition of PIPE_CAP_USER_CONSTANT_BUFFERS, etcBrian Paul2013-07-311-5/+8
* i965/vs: Put lod parameter in the correct place for Gen4Chris Forbes2013-07-311-1/+1
* i965/vs: set up sampler state pointer for Gen4/5.Chris Forbes2013-07-311-6/+21
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-307-2/+21
* st/mesa: fix opcode translation for ARB_shader_bit_encoding functionsMarek Olšák2013-07-301-0/+7
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-309-8/+64
* mesa: add MESA_GLSL debug flag to dump shaders on compile errorMarek Olšák2013-07-302-5/+15
* driconf: enable app-specific workarounds for all driversMarek Olšák2013-07-302-2/+6