summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-06-06nvc0/ir: Handle OP_POPCNT when folding constant expressionsTobias Klausmann1-0/+13
2014-06-06nvc0/ir: Handle OP_BFIND when folding constant expressionsTobias Klausmann1-0/+17
2014-06-06nvc0/ir: Handle reverse subop for OP_EXTBF when folding constant expressionsTobias Klausmann1-2/+6
2014-06-06nv50/ir: clear subop when folding constant expressionsTobias Klausmann1-0/+1
2014-06-05i965: Support GL_CLAMP natively on Broadwell.Kenneth Graunke3-4/+13
2014-06-05i965: Pass brw to translate_wrap_mode().Kenneth Graunke3-8/+9
2014-06-05i965: use _mesa_align_malloc in intel_miptree_map_movntdqaTapani Pälli1-2/+2
2014-06-05i965/fs: Allow array dereference of HW_REG.Chris Forbes1-1/+1
2014-06-04st/omx/enc: enable b framesLeo Liu2-3/+5
2014-06-04radeon/vce: implement h264 profile supportLeo Liu1-1/+4
2014-06-04st/omx/enc: implement h264 profile supportLeo Liu2-2/+49
2014-06-04vl: add more avc profilesLeo Liu2-1/+9
2014-06-04wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca3-0/+43
2014-06-04glapi: Note apparent gap in numbering from ARB_multi_draw_indirectChris Forbes1-0/+3
2014-06-04glsl: Implement overload resolution for ARB_gpu_shader5Chris Forbes1-0/+71
2014-06-04glsl: Add support for comparing function parameter conversionsChris Forbes1-3/+79
2014-06-04glsl: Build a list of inexact function matchesChris Forbes1-11/+32
2014-06-04glsl: Allow int -> uint implicit conversions on function parametersChris Forbes1-3/+16
2014-06-04glsl: Pass parse state to can_implicitly_convert_to()Chris Forbes4-6/+8
2014-06-04glsl: Pass parse state to parameter_lists_match()Chris Forbes1-2/+3
2014-06-04glsl: Add support for int -> uint implicit conversionsChris Forbes1-0/+8
2014-06-04glsl: Clean up apply_implicit_conversionChris Forbes1-27/+31
2014-06-04glsl: Allow `precise` as a parameter qualifierChris Forbes1-2/+10
2014-06-04glsl: Disallow `precise` redeclarations of vars from outer scopesChris Forbes1-0/+9
2014-06-04glsl: Add support for `precise` redeclarationsChris Forbes4-7/+47
2014-06-04glsl: add support for `precise` in type_qualifierChris Forbes5-8/+48
2014-06-04glsl: remove outdated comment, move sample to correct blockChris Forbes1-3/+3
2014-06-03i965: Fix copy and pasted values in Broadwell code.Kenneth Graunke1-10/+21
2014-06-03glsl: Make most ir_instruction::as_subclass() functions non-virtual.Matt Turner1-109/+52
2014-06-03glsl: Move ir_type_unset to end of enumeration.Matt Turner2-7/+3
2014-06-03glsl: Reorder ir_type_* enum for easier comparisons.Matt Turner1-7/+7
2014-06-03glsl: Remove useless call to as_rvalue().Matt Turner1-1/+1
2014-06-03glsl: Set ir_instruction::ir_type in the base class constructorIan Romanick2-54/+57
2014-06-03egl: Check for NULL native_window in eglCreateWindowSurfaceSinclair Yeh1-0/+4
2014-06-03r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-clearedMarek Olšák2-2/+4
2014-06-03radeonsi: BlitFramebuffer should follow render conditionMarek Olšák1-5/+6
2014-06-03r600g: BlitFramebuffer should follow render conditionMarek Olšák1-5/+6
2014-06-03r300g: BlitFramebuffer should follow render conditionMarek Olšák1-3/+4
2014-06-03r600g,radeonsi: disable fast clear if render condition is onMarek Olšák1-0/+3
2014-06-03mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.José Fonseca2-2/+12
2014-06-03mesa/main: Make get_hash.c values constant.José Fonseca1-1/+1
2014-06-02i965: Add _default_ name changes to test_eu_compact.c.Vinson Lee1-5/+5
2014-06-02i965/gen8: Print number of instructions directly.Matt Turner2-0/+9
2014-06-02i965: Emit compaction stats without walking the assembly.Matt Turner3-19/+12
2014-06-02i965: Move program header printing to end of generate_code().Matt Turner4-52/+44
2014-06-02i965: Move annotation info into generate code.Matt Turner6-91/+68
2014-06-02i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke13-163/+163
2014-06-02i965: Delete brw_set_conditionalmod.Kenneth Graunke3-13/+0
2014-06-02i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke6-24/+24
2014-06-02i965: Don't use brw_set_conditionalmod in the FS and vec4 compilers.Kenneth Graunke2-5/+16