summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Respect the no_8 flag on Gen4-5.Kenneth Graunke2015-04-061-21/+34
* i965/fp: Set coord_components correctly for cube textures.Kenneth Graunke2015-04-061-1/+1
* glsl/cse: Maintain a list of free ae_entry objectsIan Romanick2015-04-061-8/+55
* nir: Remove fsin_reduced/fcos_reduced.Matt Turner2015-04-062-4/+0
* st/mesa: Remove unused emit_scs().Matt Turner2015-04-061-98/+0
* program: Remove unused emit_scs().Matt Turner2015-04-061-98/+0
* i965/vec4: Remove emit_scs() prototype.Matt Turner2015-04-061-3/+0
* glsl: Remove never used sin_reduced/cos_reduced.Matt Turner2015-04-0610-34/+0
* glsl: Update the #line behaviour on GLSL 3.30+ and GLSL ES+Antia Puentes2015-04-061-0/+17
* glsl: respect the source number set by #line <line> <source>Antia Puentes2015-04-061-2/+1
* i965: Make sure we always mark array surfaces as suchIago Toral Quiroga2015-04-062-2/+6
* freedreno/ir3: add NIR compilerRob Clark2015-04-057-5/+1762
* freedreno/a3xx: don't decode srgb on mem2gmemIlia Mirkin2015-04-051-6/+12
* freedreno/a3xx: pass sprite coord mode through to program emitIlia Mirkin2015-04-053-1/+4
* freedreno/a3xx: add UBO supportIlia Mirkin2015-04-057-38/+133
* freedreno/ir3: insert nop between sfu/mem operationsIlia Mirkin2015-04-051-1/+6
* freedreno: dirty context when reallocating a bound boIlia Mirkin2015-04-051-0/+40
* freedreno: keep track of buffer valid rangesIlia Mirkin2015-04-052-0/+27
* freedreno: mark resources as being read so that writes flush the queueIlia Mirkin2015-04-055-1/+59
* freedreno: don't bother setting resource timestampsIlia Mirkin2015-04-051-9/+0
* freedreno: add a reading flag to indicate gpu is reading rscIlia Mirkin2015-04-052-2/+3
* freedreno: fix resource flushing confusionIlia Mirkin2015-04-051-14/+10
* freedreno: remove tex_resourceIlia Mirkin2015-04-059-11/+3
* freedreno/ir3: handle FRAG IN's without interpolation specifiedRob Clark2015-04-051-7/+15
* freedreno/ir3/cmdline: add @const headers for immediatesRob Clark2015-04-051-0/+9
* freedreno/ir3/cmdline: remove hack for old compilerRob Clark2015-04-051-23/+0
* freedreno/ir3: handle const/immed/abs/neg in cpRob Clark2015-04-053-31/+314
* freedreno/ir3: split float/int abs/negRob Clark2015-04-055-64/+213
* freedreno/ir3: add ir3 builder helpersRob Clark2015-04-053-4/+162
* freedreno/ir3: fix sam argument order commentRob Clark2015-04-051-1/+1
* xa: support for drivers which use NIRRob Clark2015-04-053-0/+18
* build: add libnir.laRob Clark2015-04-051-1/+7
* gallium/ttn: MOD is an integer instructionRob Clark2015-04-051-1/+1
* gallium/ttn: add UMADRob Clark2015-04-051-1/+11
* nir: add lowering for idiv/udiv/umodRob Clark2015-04-053-0/+159
* nir: fix typo for f2b/i2b/b2i expressions (v2)Rob Clark2015-04-051-3/+3
* nir: add option to lower slt/sge/seq/sneRob Clark2015-04-052-0/+7
* mesa: Remove unused variables left over from 107ae27e57d.Mathias Froehlich2015-04-051-4/+0
* i965: Implement support for ARB_clip_control.Mathias Fröhlich2015-04-0511-16/+21
* mesa: Remove the _WindowMap from gl_viewport_attrib.Mathias Froehlich2015-04-055-81/+4
* tnl: Maintain the _WindowMap matrix in TNLcontext v2.Mathias Froehlich2015-04-054-9/+22
* radeon: Make use of _mesa_get_viewport_xform v2.Mathias Froehlich2015-04-052-16/+18
* i965: Make use of _mesa_get_viewport_xform.Mathias Froehlich2015-04-054-32/+36
* nv50: allocate more offset space for occlusion queriesIlia Mirkin2015-04-041-5/+5
* nir/lower_samplers: Use the right memory context for realloc'ing tex sourcesJason Ekstrand2015-04-031-1/+1
* i965: Use brw_nir_cubemap_normalize for NIR shadersJason Ekstrand2015-04-032-1/+5
* nir: Add a cubemap normalizing passJason Ekstrand2015-04-033-0/+113
* i965: Check the INTEL_USE_NIR environment variable once at context creationJason Ekstrand2015-04-033-4/+14
* nir/from_ssa: Don't set reg->parent_instr for ssa_undef instructionsJason Ekstrand2015-04-031-4/+5
* nir: Add a src_get_parent_instr functionJason Ekstrand2015-04-032-14/+12