aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i915g: Remove 4444 and 5551 formatsStéphane Marchesin2014-06-052-4/+2
* nvc0/ir: Handle OP_POPCNT when folding constant expressionsTobias Klausmann2014-06-061-0/+13
* nvc0/ir: Handle OP_BFIND when folding constant expressionsTobias Klausmann2014-06-061-0/+17
* nvc0/ir: Handle reverse subop for OP_EXTBF when folding constant expressionsTobias Klausmann2014-06-061-2/+6
* nv50/ir: clear subop when folding constant expressionsTobias Klausmann2014-06-061-0/+1
* i965: Support GL_CLAMP natively on Broadwell.Kenneth Graunke2014-06-053-4/+13
* i965: Pass brw to translate_wrap_mode().Kenneth Graunke2014-06-053-8/+9
* i965: use _mesa_align_malloc in intel_miptree_map_movntdqaTapani Pälli2014-06-051-2/+2
* i965/fs: Allow array dereference of HW_REG.Chris Forbes2014-06-051-1/+1
* st/omx/enc: enable b framesLeo Liu2014-06-042-3/+5
* radeon/vce: implement h264 profile supportLeo Liu2014-06-041-1/+4
* st/omx/enc: implement h264 profile supportLeo Liu2014-06-042-2/+49
* vl: add more avc profilesLeo Liu2014-06-042-1/+9
* wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca2014-06-043-0/+43
* glapi: Note apparent gap in numbering from ARB_multi_draw_indirectChris Forbes2014-06-041-0/+3
* glsl: Implement overload resolution for ARB_gpu_shader5Chris Forbes2014-06-041-0/+71
* glsl: Add support for comparing function parameter conversionsChris Forbes2014-06-041-3/+79
* glsl: Build a list of inexact function matchesChris Forbes2014-06-041-11/+32
* glsl: Allow int -> uint implicit conversions on function parametersChris Forbes2014-06-041-3/+16
* glsl: Pass parse state to can_implicitly_convert_to()Chris Forbes2014-06-044-6/+8
* glsl: Pass parse state to parameter_lists_match()Chris Forbes2014-06-041-2/+3
* glsl: Add support for int -> uint implicit conversionsChris Forbes2014-06-041-0/+8
* glsl: Clean up apply_implicit_conversionChris Forbes2014-06-041-27/+31
* glsl: Allow `precise` as a parameter qualifierChris Forbes2014-06-041-2/+10
* glsl: Disallow `precise` redeclarations of vars from outer scopesChris Forbes2014-06-041-0/+9
* glsl: Add support for `precise` redeclarationsChris Forbes2014-06-044-7/+47
* glsl: add support for `precise` in type_qualifierChris Forbes2014-06-045-8/+48
* glsl: remove outdated comment, move sample to correct blockChris Forbes2014-06-041-3/+3
* i965: Fix copy and pasted values in Broadwell code.Kenneth Graunke2014-06-031-10/+21
* glsl: Make most ir_instruction::as_subclass() functions non-virtual.Matt Turner2014-06-031-109/+52
* glsl: Move ir_type_unset to end of enumeration.Matt Turner2014-06-032-7/+3
* glsl: Reorder ir_type_* enum for easier comparisons.Matt Turner2014-06-031-7/+7
* glsl: Remove useless call to as_rvalue().Matt Turner2014-06-031-1/+1
* glsl: Set ir_instruction::ir_type in the base class constructorIan Romanick2014-06-032-54/+57
* egl: Check for NULL native_window in eglCreateWindowSurfaceSinclair Yeh2014-06-031-0/+4
* r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-clearedMarek Olšák2014-06-032-2/+4
* radeonsi: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-5/+6
* r600g: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-5/+6
* r300g: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-3/+4
* r600g,radeonsi: disable fast clear if render condition is onMarek Olšák2014-06-031-0/+3
* mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.José Fonseca2014-06-032-2/+12
* mesa/main: Make get_hash.c values constant.José Fonseca2014-06-031-1/+1
* i965: Add _default_ name changes to test_eu_compact.c.Vinson Lee2014-06-021-5/+5
* i965/gen8: Print number of instructions directly.Matt Turner2014-06-022-0/+9
* i965: Emit compaction stats without walking the assembly.Matt Turner2014-06-023-19/+12
* i965: Move program header printing to end of generate_code().Matt Turner2014-06-024-52/+44
* i965: Move annotation info into generate code.Matt Turner2014-06-026-91/+68
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-0213-163/+163
* i965: Delete brw_set_conditionalmod.Kenneth Graunke2014-06-023-13/+0
* i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke2014-06-026-24/+24