summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-07r600: use radeon_emit in a few more places in evergreen_computer600-compute-cleanupDave Airlie1-4/+4
2016-04-07r600: make compute global buffer functions static.Dave Airlie2-98/+86
2016-04-07r600: make two compute functions static.Dave Airlie2-5/+3
2016-04-07r600: using pipe_grid_info more in evergreen_compute.Dave Airlie2-26/+21
2016-04-07r600: in evergreen_compute use ctx consistently instead of ctx_Dave Airlie1-25/+25
2016-04-07r600: use rctx consistently in evergreen_compute.cDave Airlie1-74/+74
2016-04-07r600: cleanup whitespace in evergreen_compute.cDave Airlie1-87/+75
2016-04-06radeonsi: set shader calling conventionsBas Nieuwenhuizen1-1/+16
2016-04-06drirc: add a workaround for blackness in WarsowMarek Olšák1-0/+8
2016-04-05glsl: use has_shader_storage_buffer_objects helperIlia Mirkin1-2/+1
2016-04-06glsl: remove remaining tabs in link_uniform_blocks.cppTimothy Arceri1-5/+5
2016-04-06mesa: remove unused IsShaderStorage fieldTimothy Arceri2-6/+0
2016-04-06glsl: fully split apart buffer block arraysTimothy Arceri11-296/+270
2016-04-05freedreno/ir3: insert extra move into phiRob Clark1-0/+10
2016-04-05freedreno/ir3: eliminate unnecessary absneg'sRob Clark2-3/+26
2016-04-05clover: Fix build against clang SVN >= r265359Michel Dänzer1-0/+3
2016-04-05radeonsi: use bounded indexing for samplersBas Nieuwenhuizen1-1/+4
2016-04-05radeonsi: use bounded indexing for constant buffersBas Nieuwenhuizen1-2/+3
2016-04-05gallium/radeon: allow multiple exports of the same texture with different usageMarek Olšák1-21/+33
2016-04-05docs/relnotes: document EGL_KHR_reusable_syncMarek Olšák1-0/+1
2016-04-05egl: add EGL_KHR_reusable_sync to egl_driDongwon Kim4-8/+206
2016-04-04freedreno/ir3: deal with duplicate phi sourcesRob Clark1-5/+20
2016-04-04freedreno/ir3: fix silly brain-fart in RARob Clark1-2/+1
2016-04-04freedreno/ir3: don't cp into phi'sRob Clark1-0/+6
2016-04-04freedreno/ir3: we can't store immediate valuesRob Clark1-0/+13
2016-04-04freedreno/ir3: add dumping for use/def/live-in/live-outRob Clark3-10/+42
2016-04-04freedreno/ir3: drop unused instr category argRob Clark5-114/+108
2016-04-04freedreno/ir3: remove ir3_instruction::categoryRob Clark10-93/+84
2016-04-04freedreno/ir3: encode instruction category in opc_tRob Clark5-192/+201
2016-04-04i965/fs: Move the code for load/store_shared to emit_cs_intrinsicJason Ekstrand1-76/+76
2016-04-04i965/nir: Provide a default LOD for buffer texturesJason Ekstrand2-0/+8
2016-04-04nir: Use PRIi64 and PRIu64 instead of %ld and %lu.Kenneth Graunke1-2/+3
2016-04-04i965: Fix invalid pointer read in dead_control_flow_eliminate().Kenneth Graunke1-0/+4
2016-04-04i965: Make bblock_t::next and friends return NULL at sentinels.Kenneth Graunke2-1/+13
2016-04-04glsl: Lower variable indexing of system value arrays unconditionally.Kenneth Graunke1-0/+20
2016-04-04i965/peephole_ffma: Only match a mul+add if none of the ops are exactJason Ekstrand1-0/+11
2016-04-04nir/search: Don't match inexact expressions with exact subexpressionsJason Ekstrand1-5/+18
2016-04-04i965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN/COS output range.Kenneth Graunke4-4/+36
2016-04-04i965: Allow 8x MSAA on >= 64bpp formats on Gen8+.Kenneth Graunke1-1/+2
2016-04-04docs: remove stray 'TBD' in 11.2.0 relnotes fileBrian Paul1-1/+1
2016-04-04docs: add news item and link release notes for 11.2.0Emil Velikov2-0/+8
2016-04-04docs: add sha256 checksums for 11.2.0Emil Velikov1-1/+2
2016-04-04docs: Update 11.2.0 release notesEmil Velikov1-2/+212
2016-04-04mesa/get: fix MAX_GEOMETRY_SHADER_STORAGE_BLOCKSDave Airlie1-1/+1
2016-04-04nvc0: add hardware ETC2 and ASTC support on GK20A and GM107+Ilia Mirkin3-2/+64
2016-04-03docs: add note about GL_EXT_base_instance, sort entriesIlia Mirkin1-1/+2
2016-04-03mesa: expose EXT_base_instance in ES3 contextsIlia Mirkin4-1/+41
2016-04-03mesa: expose EXT_polygon_offset_clamp in ES contextsIlia Mirkin4-5/+11
2016-04-03glsl: Print "precise" on ir_variable nodes.Kenneth Graunke1-2/+3
2016-04-04gallivm: Introduce lp_format_intrinsic.Jose Fonseca3-14/+54