summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: improve free() cleanup in generate_mipmap_compressed()Brian Paul2013-08-051-10/+7
* i965/vs: Put lod parameter in the correct place for Gen4Chris Forbes2013-08-051-1/+1
* i965/vs: set up sampler state pointer for Gen4/5.Chris Forbes2013-08-051-6/+21
* st/mesa: fix opcode translation for ARB_shader_bit_encoding functionsMarek Olšák2013-08-051-0/+7
* gallium/postprocessing: convert blits to pipe->blitMarek Olšák2013-08-055-25/+54
* gallium/postprocessing: fix shader parsingMarek Olšák2013-08-051-2/+2
* mesa: default texture buffer format should be R8 in the core profileMarek Olšák2013-08-051-2/+2
* mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák2013-08-058-10/+12
* st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB supportMarek Olšák2013-08-052-0/+15
* Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák2013-08-052-3/+2
* glsl: Less const for glsl_type convenience accessorsIan Romanick2013-08-052-8/+8
* glsl: Disallow auxiliary storage qualifiers on FS outputs.Kenneth Graunke2013-08-051-0/+14
* glsl: Classify "layout" like other identifiers.Kenneth Graunke2013-08-051-1/+1
* i965/vs: Fix flaky texture swizzlingChris Forbes2013-08-051-1/+1
* gallium/vl: add prime supportDave Airlie2013-08-051-1/+19
* Revert "i965: Delete pre-DRI2.3 viewport hacks."Kenneth Graunke2013-08-053-1/+25
* glsl: Handle empty if statement encountered during loop analysis.Paul Berry2013-08-051-1/+2
* mesa: implement mipmap generation for compressed 2D array texturesBrian Paul2013-08-051-16/+43
* meta: handle 2D texture arrays in decompress_texture_image()Brian Paul2013-08-051-2/+21
* mesa: handle 2D texture arrays in get_tex_rgba_compressed()Brian Paul2013-08-051-28/+24
* clover: Respect kernel argument alignment restrictions.Francisco Jerez2013-08-052-2/+19
* clover: Extend kernel arguments for differing host and device data types.Francisco Jerez2013-08-052-4/+56
* clover: Byte-swap kernel arguments when host and device endianness differ.Francisco Jerez2013-08-051-37/+65
* clover: Add kernel argument fields to allow differing host/target data types.Francisco Jerez2013-08-051-2/+23
* clover: Pass corresponding module::argument to kernel::argument::bind().Francisco Jerez2013-08-052-84/+61
* clover: Return correct value for CL_DEVICE_ENDIAN_LITTLETom Stellard2013-08-053-1/+8
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-08-0514-1/+38
* nvc0: force use of correct firmware fileMaarten Lankhorst2013-08-031-1/+1
* nv50: fix some h264 interlaced decoding on vp2Ilia Mirkin2013-08-032-7/+8
* nv50,nvc0: s/uint16/uint32 for constant buffer offsetChristoph Bumiller2013-07-252-2/+2
* Apple: glFlush() is not needed with CGLFlushDrawable()Jeremy Huddleston Sequoia2013-07-201-2/+0
* mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis2013-07-186-6/+36
* st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+.Kenneth Graunke2013-07-181-0/+1
* i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.Kenneth Graunke2013-07-181-0/+1
* glsl: Handle the binding qualifier for UBO variables.Kenneth Graunke2013-07-181-0/+10
* glsl: Propagate UBO binding qualifier into UBO member variables.Kenneth Graunke2013-07-181-0/+7
* glsl: Handle the binding qualifier for arrays of samplers.Kenneth Graunke2013-07-181-0/+25
* glsl: Add plumbing for handling uniform binding qualifiers.Kenneth Graunke2013-07-181-3/+23
* glsl: Delete unused code for handling samplers in array-initializers.Kenneth Graunke2013-07-181-14/+0
* glsl: Cross-validate explicit binding points.Kenneth Graunke2013-07-181-0/+19
* glsl: Propagate explicit binding information from AST to IR.Kenneth Graunke2013-07-181-2/+5
* glsl: Add ir_variable fields for explicit bindings.Kenneth Graunke2013-07-182-0/+17
* glsl: Add validation for the "binding" qualifier.Kenneth Graunke2013-07-181-0/+81
* glsl: Parse the "binding" keyword and store it in ast_type_qualifier.Kenneth Graunke2013-07-183-1/+25
* glsl: Have the lexer return LAYOUT_TOK if 420pack is enabled.Kenneth Graunke2013-07-181-1/+2
* glsl: Use has_layout() rather than a partial open coded version.Kenneth Graunke2013-07-181-7/+1
* glsl: Relax auxiliary storage ordering requirements with 420pack.Kenneth Graunke2013-07-181-1/+2
* glsl: Handle centroid qualifier ordering in C code, not the parser.Kenneth Graunke2013-07-181-20/+30
* glsl: Allow precision qualifiers to be flexibly ordered with 420pack.Kenneth Graunke2013-07-181-2/+2
* glsl: Move precision handling to be part of qualifier handling.Kenneth Graunke2013-07-183-36/+52