summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* r300/compiler/tests: Fix segfaultTom Stellard2013-12-091-6/+5
* nouveau/video: update a few more h264 picparm field namesIlia Mirkin2013-12-091-16/+17
* nouveau/video: update h264 picparm field names based on usageIlia Mirkin2013-12-091-15/+13
* nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2013-12-092-7/+2
* nvc0: make sure nvd7 gets NVC8_3D_CLASS as wellIlia Mirkin2013-12-091-1/+2
* nv50: TXF already has integer arguments, don't try to convert from f32Ilia Mirkin2013-12-091-7/+9
* llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure2013-12-0913-29/+255
* wayland: Add support for eglSwapIntervalNeil Roberts2013-12-073-40/+119
* wayland: Block for the frame callback in get_back_bo not dri2_swap_buffersNeil Roberts2013-12-071-14/+22
* glapi: Do not include dlfcn.h on Windows.Vinson Lee2013-12-071-0/+2
* r600/llvm: Allow arbitrary amount of temps in tgsi to llvmVincent Lejeune2013-12-072-4/+45
* freedreno/a3xx: add adreno 330 supportRob Clark2013-12-072-4/+7
* freedreno/a3xx/compiler: add ROUNDRob Clark2013-12-071-0/+1
* mesa: Require per-sample shading if the `sample` qualifier is used.Chris Forbes2013-12-071-0/+8
* glsl: Populate gl_fragment_program::IsSample bitfieldChris Forbes2013-12-071-1/+4
* mesa: add IsSample bitfield to gl_fragment_programChris Forbes2013-12-071-0/+6
* glsl: Put `sample`-qualified varyings in their own packing classesChris Forbes2013-12-071-1/+1
* glsl: Add ir support for `sample` qualifier; adjust compiler and linkerChris Forbes2013-12-0713-4/+60
* glsl: Add frontend support for `sample` auxiliary storage qualifierChris Forbes2013-12-075-4/+13
* i965: Don't flag gather quirks for Gen8+Chris Forbes2013-12-071-1/+1
* i965/Gen7: Allow CMS layout for multisample texturesChris Forbes2013-12-071-17/+1
* i965/vs: Sample from MCS surface when requiredChris Forbes2013-12-072-7/+40
* i965/fs: Sample from MCS surface when requiredChris Forbes2013-12-073-10/+41
* i965: Add shader opcode for sampling MCS surfaceChris Forbes2013-12-076-0/+16
* i965/Gen7: Include bitfield in the sampler key for CMS layoutChris Forbes2013-12-072-0/+18
* i965/Gen7: Move decision to allocate MCS surface into intel_mipmap_createChris Forbes2013-12-071-6/+8
* i965/Gen7: emit mcs info for multisample texturesChris Forbes2013-12-071-0/+5
* i965/wm: Set copy of sample mask in 3DSTATE_PS correctly for HaswellChris Forbes2013-12-071-2/+7
* i965: refactor sample mask calculationChris Forbes2013-12-074-33/+41
* glsl: Don't emit empty declaration warning for a struct specifierIan Romanick2013-12-061-1/+1
* st/xa: Bump major version number to 2Thomas Hellstrom2013-12-061-1/+1
* nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs2013-12-067-13/+27
* i965: Replace non-standard INLINE macro with "inline".Kenneth Graunke2013-12-056-22/+22
* i965: Don't use GL types in files shared with intel-gpu-tools.Kenneth Graunke2013-12-056-1035/+1035
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-0572-621/+621
* i965: Drop trailing whitespace from files shared with intel-gpu-tools.Kenneth Graunke2013-12-055-276/+276
* tools/trace: More tweaks to state dumping.José Fonseca2013-12-051-3/+12
* trace: Reorder dumping of pipe_rasterizer_state.José Fonseca2013-12-051-3/+11
* trace: Dump pipe_sampler_state::seamless_cube_map.José Fonseca2013-12-051-0/+1
* radeonsi: Remove some stale XXX / FIXME commentsMichel Dänzer2013-12-052-5/+1
* i965: Emit better code for ir_unop_sign.Matt Turner2013-12-042-15/+49
* i965/fs: New peephole optimization to flatten IF/BREAK/ENDIF.Matt Turner2013-12-044-0/+99
* i965/fs: Emit a MOV instead of a SEL if the sources are the same.Matt Turner2013-12-041-19/+23
* i965/fs: Extend SEL peephole to handle only matching MOVs.Matt Turner2013-12-041-3/+2
* i965/fs: New peephole optimization to generate SEL.Matt Turner2013-12-044-0/+225
* i965/fs: Add SEL() convenience function.Matt Turner2013-12-042-0/+2
* glsl: Use fabs() on floating point values.Matt Turner2013-12-041-2/+2
* i965: Print conditional mod in dump_instruction().Matt Turner2013-12-042-2/+6
* i965: Externalize conditional_modifier for use in dump_instruction().Matt Turner2013-12-042-1/+2
* i965: Print argument types in dump_instruction().Matt Turner2013-12-042-2/+10