summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-31glx: Fix image size computation for EXT_texture_integer (v2)Adam Jackson2-0/+11
2015-07-31radeonsi: copy *8_SNORM bits exactly in resource_copy_regionMarek Olšák1-1/+3
2015-07-31r600g: early exit in r600_clear if there's nothing to doMarek Olšák1-0/+2
2015-07-31radeonsi: early exit in si_clear if there's nothing to doMarek Olšák1-0/+2
2015-07-31radeonsi: fix a regression since the resource_copy_region cleanupMarek Olšák1-1/+1
2015-07-31radeonsi: fix broken st/nine from merging tessellationMarek Olšák1-2/+7
2015-07-31radeonsi: move CP DMA functions to their own fileMarek Olšák6-236/+274
2015-07-31radeonsi: add a debug flag that disables printing ISA in shader dumpsMarek Olšák3-9/+13
2015-07-31radeonsi: add a debug flag that disables printing TGSI in shader dumpsMarek Olšák3-1/+3
2015-07-31radeonsi: add a debug flag that disables printing the LLVM IR in shader dumpsMarek Olšák6-29/+29
2015-07-31radeonsi: store shader disassemblies in memory for future usersMarek Olšák7-17/+18
2015-07-31radeonsi: don't use llvm.AMDIL.fraction for FRC and DFRACMarek Olšák1-4/+16
2015-07-31gallium/radeon: re-enable unsafe math for graphics shadersMarek Olšák1-0/+4
2015-07-31gallium/radeon: don't use rsq_actionMarek Olšák1-7/+3
2015-07-31gallium/radeon: move r600-specific code to r600gMarek Olšák2-152/+150
2015-07-31gallium/radeon: remove unused variables and old commentsMarek Olšák4-35/+0
2015-07-31gallium/radeon: remove build_intrinsic and build_tgsi_intrinsicMarek Olšák4-108/+58
2015-07-31gallivm: add LLVMAttribute parameter to lp_build_intrinsicMarek Olšák7-19/+24
2015-07-31gallium/util: clear up that debug_get_flags_option returns a 64-bit maskMarek Olšák2-7/+7
2015-07-31radeonsi: completely rework updating descriptors without CP DMAMarek Olšák4-271/+128
2015-07-31i965/fs: Fix regression with SIMD8 VS since b5f1a48e234d47b24df38cb562cffb894...Francisco Jerez1-1/+2
2015-07-30i965/gen9: Add hs, ds, and cs thread + urb infoBen Widawsky1-0/+10
2015-07-30i965/bxt: Use more conservative thread countsBen Widawsky1-2/+4
2015-07-30i965/skl: Add production thread counts and URB sizeBen Widawsky1-5/+5
2015-07-30vc4: Lower uniform loads to scalar in NIR.Eric Anholt2-31/+81
2015-07-30vc4: Move some FS input lowering into NIR.Eric Anholt2-35/+50
2015-07-30vc4: Move program keys to the header file.Eric Anholt2-47/+49
2015-07-30vc4: Lower NIR inputs to scalar as well.Eric Anholt2-4/+44
2015-07-30vc4: Start adding a NIR-based output lowering pass.Eric Anholt4-7/+137
2015-07-30vc4: Mark our shaders as single-threaded.Eric Anholt2-0/+6
2015-07-30vc4: Avoid leaking indirect array access UBOs.Eric Anholt1-0/+2
2015-07-30vc4: Avoid overflowing various static tables.Eric Anholt4-4/+4
2015-07-30vc4: Fix return values from recent validation changes.Eric Anholt1-4/+4
2015-07-31docs: trivial cleanup of GL3.txt, remove redundant radeonsi entries.Kai Wasserbäch1-2/+2
2015-07-31st/mesa: don't draw instead of asserting in transform feedbackDave Airlie3-4/+7
2015-07-30mesa: remove now unused _mesa_get_uniform_locationTimothy Arceri2-79/+0
2015-07-30mesa: remove now unused subscript validationsTimothy Arceri2-108/+0
2015-07-30mesa: fix and simplify resource query for arraysTimothy Arceri5-92/+106
2015-07-30i965/bxt: Don't use brw_device_info_skl_early on BXTNeil Roberts1-1/+3
2015-07-30glsl: set stage flag for structs and arrays in resource listTimothy Arceri1-3/+13
2015-07-30docs: consolidate radeonsi in GL3.txtDave Airlie1-16/+16
2015-07-30radeonsi: enable GL4.1 and update documentation (v2)Dave Airlie3-9/+10
2015-07-30radeonsi: add GS multiple streams support (v2)Dave Airlie6-39/+127
2015-07-29Delete unused functions in format parserAnuj Phogat1-7/+0
2015-07-29i965: Change the type of max_{vs, hs, ...}_threads variables to unsignedAnuj Phogat2-7/+7
2015-07-29Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()Anuj Phogat8-26/+15
2015-07-29gallium/auxiliary: Ensure c99_math.h is included.Jose Fonseca1-1/+2
2015-07-29c99_math: (trivial) implement exp2 for MSVC tooRoland Scheidegger1-0/+6
2015-07-29i965/bxt: Support 3src simd16 instructionsBen Widawsky1-3/+1
2015-07-29targets/dri: scons: add missing link against libdrmEmil Velikov1-0/+2