aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* android: fix building issues of host binariesChih-Wei Huang2015-04-221-1/+0
* android: fix a building error of libmesa_programChih-Wei Huang2015-04-221-0/+1
* android: mesa: fold the ARCH_X86_HAVE_SSE4_1 conditionalsEmil Velikov2015-04-221-5/+2
* android: mesa: fix the path of the SSE4_1 optimisationsEmil Velikov2015-04-221-2/+2
* android: build the Mesa IR -> NIR translatorEmil Velikov2015-04-221-1/+2
* android: nir: add build rules for nir_builder_opcodes.hEmil Velikov2015-04-221-0/+10
* android: add inital NIR buildMauro Rossi2015-04-222-3/+55
* android: dri: link against libmesa_utilEmil Velikov2015-04-221-1/+2
* android: add $(mesa_top)/src/mesa/main to the includes listEmil Velikov2015-04-222-3/+5
* android: add gallium dirs to more places in the treeEmil Velikov2015-04-226-7/+24
* android: dri/common: conditionally include drm_cflags/set __NOT_HAVE_DRM_HEmil Velikov2015-04-221-0/+14
* android: egl: add libsync_cflags to the buildEmil Velikov2015-04-221-0/+6
* android: mesa: generate the format_{un,}pack.[ch] sourcesMauro Rossi2015-04-221-0/+21
* android: add $(mesa_top)/src include to the whole of mesaEmil Velikov2015-04-228-14/+3
* util: android: optimize the rules to generate format_srgb.cChih-Wei Huang2015-04-221-22/+10
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-2215-31/+18
* ilo: remove unused include from Android.mkEmil Velikov2015-04-221-3/+0
* drirc: Add "Second Life" quirk (allow_glsl_extension_directive_midshader).Kenneth Graunke2015-04-211-0/+4
* nir: Fix per-component negation in prog_to_nir's SWZ handling.Kenneth Graunke2015-04-211-7/+18
* glsl: correct indentation of comment, Trivial.Tapani Pälli2015-04-211-1/+1
* i965/fs: Combine pixel center calculation into one inst.Matt Turner2015-04-213-20/+63
* i965/fs: Calculate delta_x and delta_y together.Matt Turner2015-04-217-74/+79
* i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.Matt Turner2015-04-215-51/+8
* i965/fs: Manually set source regioning on PLN instructions.Matt Turner2015-04-211-1/+13
* i965/fs: Add LINTERP's src0 to fs_inst::regs_read().Matt Turner2015-04-211-11/+2
* i965/fs: Set compression only if writing two registers.Matt Turner2015-04-211-1/+4
* i965/fs: Allow an execution size of 32.Matt Turner2015-04-212-1/+2
* i965: Make type_sz() return unsigned.Matt Turner2015-04-211-1/+1
* i965: Replace guess_execution_size with something simpler.Matt Turner2015-04-214-27/+35
* i965/fs: Ensure delta_x/y are even-aligned registers on Gen6.Matt Turner2015-04-212-3/+3
* main: remove __FUNCTION__ defined because it is obsoleteMarius Predut2015-04-211-5/+0
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-2132-116/+116
* mesa: add missing break in switch statementTapani Pälli2015-04-211-1/+1
* glsl: add fallthrough comment on switchTapani Pälli2015-04-211-1/+2
* mesa: fix UBO queries for active uniformsTapani Pälli2015-04-211-1/+11
* i965/skl: Fix the qpitch valueNeil Roberts2015-04-202-13/+59
* i965/skl: Don't use ALL_SLICES_AT_EACH_LODNeil Roberts2015-04-201-10/+20
* clover: remove pre llvm 3.5.0 compatibility codeEdB2015-04-201-21/+2
* gallivm: Fix build against LLVM 3.7 SVN r235265Nick Sarnie2015-04-202-2/+2
* indices: fix provoking vertex for quads/quadstripsIlia Mirkin2015-04-181-3/+10
* primconvert: select pv convention only from flatshade_firstIlia Mirkin2015-04-181-2/+1
* freedreno/a3xx: enable polymode setting with non-fill modesIlia Mirkin2015-04-181-0/+4
* freedreno/a3xx: fix integer and 32-bit float border colorsIlia Mirkin2015-04-181-1/+30
* freedreno/a3xx: add support for float R/RG render targetsIlia Mirkin2015-04-181-4/+6
* mesa/main: add autogenerated format-info.c to gitignoreConnor Abbott2015-04-171-0/+1
* i965: Issue perf_debug messages for unsynchronized maps on !LLC systems.Kenneth Graunke2015-04-171-5/+11
* i965: Make shader_time store names/ids instead of referencing shaders.Kenneth Graunke2015-04-172-37/+19
* i965: Delete some unnecessary code in brw_report_shader_time().Kenneth Graunke2015-04-171-6/+1
* i965: Make shader_time use 0 instead of -1 for "no meaningful ID".Kenneth Graunke2015-04-171-8/+6
* adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren2015-04-173-3/+3