aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Use SIMD16 instead of SIMD8 on Gen4 when possible.Kenneth Graunke2015-04-062-3/+4
* 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
* nir: Remove fsin_reduced/fcos_reduced.Matt Turner2015-04-061-2/+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-065-18/+0
* i965: Make sure we always mark array surfaces as suchIago Toral Quiroga2015-04-062-2/+6
* 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-059-15/+19
* 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
* i965: Use brw_nir_cubemap_normalize for NIR shadersJason Ekstrand2015-04-032-1/+5
* i965: Check the INTEL_USE_NIR environment variable once at context creationJason Ekstrand2015-04-033-4/+14
* nir: Add a src_get_parent_instr functionJason Ekstrand2015-04-031-14/+2
* i965: Use the tex projector lowering pass instead of hand-rolling it.Eric Anholt2015-04-031-10/+4
* i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)Carl Worth2015-04-029-32/+51
* i965: Split out per-stage dirty-bit checking into separate functionsCarl Worth2015-04-024-35/+59
* i965: Split out brw_<stage>_populate_key into their own functionsCarl Worth2015-04-023-40/+64
* mesa: add ARB_depth_buffer_float to ES3.0 required extension listIlia Mirkin2015-04-021-0/+1
* i965/generator: Get rid of the ! in the unreachable statementJason Ekstrand2015-04-021-1/+1
* i965/fs: Relax type check in cmod propagation.Matt Turner2015-04-011-1/+3
* 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: Add a dedicated ffma peephole optimizationJason Ekstrand2015-04-011-0/+2
* nir/algebraic: Add a seperate section for "late" optimizationsJason Ekstrand2015-04-011-0/+3
* configure: nuke --with-max-{width,height}Emil Velikov2015-04-011-1/+1
* main: create_buffers unlocks mutex when throwing OUT_OF_MEMORY.Laura Ekstrand2015-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
* mesa: Make a shared header for 3D pipeline enum / #defines.Eric Anholt2015-04-011-141/+1
* xmlpool: remove the clean targetEmil Velikov2015-04-011-6/+4
* xmlpool: don't forget to ship the MOSEmil Velikov2015-04-011-1/+8
* osmesa: don't try to bundle osmesa.def SConscriptEmil Velikov2015-04-011-2/+0
* i965: Handle scratch accesses where reladdr also points to scratch spaceIago Toral Quiroga2015-04-012-26/+76
* mesa/fbo: lock ctx->Shared->Mutex when allocating renderbuffersMartin Peres2015-04-011-0/+2
* mesa/fbo: do not assign a value that is never read later onMartin Peres2015-04-011-6/+3
* egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie2015-04-011-2/+23
* i965/state: Remove brw->state.dirtyJordan Justen2015-03-312-7/+0
* i965/state: Don't use brw->state.dirty.mesaJordan Justen2015-03-315-12/+11