summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-29st/egl: do not link against libloaderEmil Velikov1-1/+0
2014-05-29egl_dri2: fix wayland_platform when drm_platform is not setEmil Velikov1-4/+6
2014-05-29i965/fs: Set correct number of regs_written for MCS fetches.Matt Turner1-3/+3
2014-05-29glx: load dri driver with RTLD_LOCAL so dlclose never fails to unloadJerome Glisse1-5/+5
2014-05-28i915g: Support B5G5R5A1 render targets and texturesStéphane Marchesin1-0/+2
2014-05-28i915g: Support R4G4B4A4 render targets and texturesStéphane Marchesin1-0/+2
2014-05-28i915g: Fix copy region codeStéphane Marchesin1-34/+14
2014-05-28glsl/tests: remove generated tests from the repoConnor Abbott49-696/+2
2014-05-28glsl/tests: call create_test_cases.py in optimization-testConnor Abbott1-0/+8
2014-05-28glsl/tests/lower_jumps: fix generated sexpr's for loopsConnor Abbott1-1/+1
2014-05-28glsl: be more consistent about printing constantsConnor Abbott23-48/+40
2014-05-28glsl: replace strncmp("gl_") calls with new is_gl_identifier() helperBrian Paul5-9/+17
2014-05-28glsl: fix use-after free bug/crash in ast_declarator_list::hir()Brian Paul1-1/+5
2014-05-28i965: Fix repeated usage of rectangle texture coordinate scaling.Kenneth Graunke1-7/+20
2014-05-28egl-static: Fix undefined reference to `loader_*'José Fonseca1-0/+1
2014-05-28meta/blit: Use gl_FragColor also in the msaa blit shaderTopi Pohjolainen1-1/+1
2014-05-27nvc0/ir: use SM35 ISA with GK20AAlexandre Courbot3-7/+12
2014-05-27nvc0: add GK20A 3D classAlexandre Courbot2-1/+9
2014-05-27i965/sf: Replace push/pop in brw_emit_anyprim_setup.Kenneth Graunke1-15/+11
2014-05-27i965/sf: Drop unnecessary push/pop in copy_z_inv_w.Kenneth Graunke1-4/+0
2014-05-27i965/sf: Drop unnecessary push/pop in flatshading code.Kenneth Graunke1-8/+0
2014-05-27i965/sf: Move brw_compile::flag_value to brw_sf_compile.Kenneth Graunke3-21/+24
2014-05-27i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.Kenneth Graunke3-19/+14
2014-05-27i965/sf: Drop useless push/pop state from flag register mashing code.Kenneth Graunke1-2/+0
2014-05-27i965/sf: Drop unnecessary push/pop in do_twoside_color.Kenneth Graunke1-2/+0
2014-05-27i965: Don't implicitly set predicate default state in brw_CMP.Kenneth Graunke5-39/+33
2014-05-27i965: Drop unnecessary predication default state resets in clip code.Kenneth Graunke1-6/+0
2014-05-27i965/sf: Reset flag_value to 0xff before emitting SF subroutines.Kenneth Graunke2-15/+4
2014-05-27st/omx/enc: implement restricted b frames patternLeo Liu2-2/+10
2014-05-27radeon/vce: implement non-referenced framesLeo Liu2-3/+5
2014-05-27vl: add interface for non-referenced framesLeo Liu1-0/+2
2014-05-27i965/meta: Store stencil texturing modeTopi Pohjolainen1-0/+1
2014-05-27meta/blit: Add stencil texturing mode save and restoreTopi Pohjolainen2-3/+14
2014-05-26i915g: Fix shader disasm codeStéphane Marchesin1-1/+0
2014-05-26i915g: Fallback to sw for npot copiesStéphane Marchesin1-2/+3
2014-05-26i915g: handle more formats in copyStéphane Marchesin3-11/+91
2014-05-26nvc0: implement clear_bufferTobias Klausmann1-0/+141
2014-05-26i965: Switch types D->UD when possible to allow compaction.Matt Turner1-0/+21
2014-05-26Revert "i965: Don't make instructions with a null dest a barrier to scheduling."Matt Turner1-8/+4
2014-05-26Revert "i965/fs: Simplify interference scan in register coalescing."Matt Turner1-9/+13
2014-05-26Revert "i965/fs: Give up in interference check if we see a WHILE."Matt Turner1-1/+1
2014-05-26Revert "i965/fs: Reduce restrictions on interference in register coalescing."Matt Turner1-0/+13
2014-05-26nvc0: revert mistaken logic to collapse color outputs to the beginningIlia Mirkin1-9/+4
2014-05-26mesa/st: fix color outputs in presence of sample mask outputIlia Mirkin1-13/+17
2014-05-26freedreno/a3xx: texture fixesRob Clark1-1/+3
2014-05-26freedreno: update generated headersRob Clark4-5/+7
2014-05-26freedreno: few caps fixesRob Clark2-4/+8
2014-05-25mesa/x86: Fix build with clang <= 3.3.Vinson Lee1-0/+2
2014-05-25i965: Don't treat HW_REGs as barriers if they're immediates.Matt Turner1-4/+12
2014-05-25i965/fs: Don't use brw_imm_* unnecessarily.Matt Turner2-5/+5