aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* nir: Make nir_create_function() strdup the function name.Kenneth Graunke2015-04-021-1/+1
* nir: Free dead variables when removing them.Kenneth Graunke2015-04-021-1/+3
* nir: Combine remove_dead_local_vars() and remove_dead_global_vars().Kenneth Graunke2015-04-021-14/+4
* ralloc: Implement a new ralloc_adopt() API.Kenneth Graunke2015-04-022-0/+33
* nir/opt_peephole_ffma: Fix a couple typos in a commentJason Ekstrand2015-04-021-2/+2
* mesa: add ARB_depth_buffer_float to ES3.0 required extension listIlia Mirkin2015-04-021-0/+1
* vc4: Add support for nir_iabs.Eric Anholt2015-04-021-0/+5
* i965/generator: Get rid of the ! in the unreachable statementJason Ekstrand2015-04-021-1/+1
* nir/print: Correctly print swizzles for explicitly sized alu sourcesJason Ekstrand2015-04-021-12/+12
* freedreno/a3xx: add MRT supportIlia Mirkin2015-04-028-138/+219
* freedreno: convert blit program to array for each number of rtsIlia Mirkin2015-04-0212-21/+45
* freedreno: add support for laying out MRTs in gmemIlia Mirkin2015-04-022-16/+43
* freedreno: add core infrastructure support for MRTsIlia Mirkin2015-04-024-8/+14
* freedreno/ir3: add support for FS_COLOR0_WRITES_ALL_CBUFS propertyIlia Mirkin2015-04-022-1/+10
* freedreno/a3xx: add independent blend function supportIlia Mirkin2015-04-022-8/+9
* freedreno: remove alpha key from ir3_shaderIlia Mirkin2015-04-029-42/+8
* i915g: Implement EGL_EXT_image_dma_buf_importStéphane Marchesin2015-04-015-7/+38
* i965/fs: Relax type check in cmod propagation.Matt Turner2015-04-011-1/+3
* nir: Remove useless ftrunc inside f2i/f2u.Matt Turner2015-04-011-0/+4
* nir: Recognize (a < b || a < c) as a < max(b, c).Matt Turner2015-04-011-0/+2
* nir: Add addition/multiplication identities of exp/log.Matt Turner2015-04-011-0/+6
* nir: Add identities for the log function.Matt Turner2015-04-011-0/+8
* nir: Add identities for the exponential function.Matt Turner2015-04-011-0/+6
* nir: Recognize another open coded lrp.Matt Turner2015-04-011-0/+1
* nir: Recognize open coded lrp.Matt Turner2015-04-011-0/+1
* nir: Use _mesa_flsll(InputsRead) in prog->nir.Kenneth Graunke2015-04-011-2/+2
* mesa: Implement _mesa_flsll().Kenneth Graunke2015-04-011-0/+24
* nir: In prog->nir, don't wrap dot products with ptn_channel(..., X).Kenneth Graunke2015-04-011-4/+4
* i965: Use the same nir options for all gensJason Ekstrand2015-04-011-10/+2
* i965/nir: Run DCE again before going out of SSAJason Ekstrand2015-04-011-0/+2
* i965/nir: Run the ffma peephole after the rest of the optimizationsJason Ekstrand2015-04-012-2/+11
* nir/peephole_ffma: Be less agressive about fusing multiply-addsJason Ekstrand2015-04-011-0/+41
* nir: Add a dedicated ffma peephole optimizationJason Ekstrand2015-04-013-0/+223
* nir: Move the compare-with-zero optimizations to the late sectionJason Ekstrand2015-04-011-4/+4
* nir/algebraic: Add a seperate section for "late" optimizationsJason Ekstrand2015-04-013-0/+13
* nir/algebraic: Remove a duplicate optimizationJason Ekstrand2015-04-011-3/+0
* nir/algebraic: #define around structure definitionsJason Ekstrand2015-04-011-6/+11
* nir/print: Don't print extra swizzzle componentsJason Ekstrand2015-04-011-7/+19
* configure: nuke --with-max-{width,height}Emil Velikov2015-04-012-2/+2
* gallium: ship tgsi_to_nir.h in the tarballEmil Velikov2015-04-011-1/+2
* glsl: Make sure not to dereference NULL.Matt Turner2015-04-011-0/+2
* main: create_buffers unlocks mutex when throwing OUT_OF_MEMORY.Laura Ekstrand2015-04-011-0/+1
* automake,scons: Put NIR source files in a separate var to fix SCons build.Jose Fonseca2015-04-012-1/+4
* automake: Fix out-of-source builds.Jose Fonseca2015-04-011-0/+1
* mesa: don't include colormac.h in format codeBrian Paul2015-04-013-2/+2
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-0113-13/+5
* tnl: remove unneeded #include of colormac.hBrian Paul2015-04-0111-11/+1
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-0119-19/+4
* mesa: remove unused macros from colormac.hBrian Paul2015-04-011-45/+0
* nir: Recognize a pattern of bool frobbing from TGSI KILL_IF.Eric Anholt2015-04-011-0/+2