summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-05i965: Implement support for ARB_clip_control.Mathias Fröhlich11-16/+21
2015-04-05mesa: Remove the _WindowMap from gl_viewport_attrib.Mathias Froehlich5-81/+4
2015-04-05tnl: Maintain the _WindowMap matrix in TNLcontext v2.Mathias Froehlich4-9/+22
2015-04-05radeon: Make use of _mesa_get_viewport_xform v2.Mathias Froehlich2-16/+18
2015-04-05i965: Make use of _mesa_get_viewport_xform.Mathias Froehlich4-32/+36
2015-04-04nv50: allocate more offset space for occlusion queriesIlia Mirkin1-5/+5
2015-04-03nir/lower_samplers: Use the right memory context for realloc'ing tex sourcesJason Ekstrand1-1/+1
2015-04-03i965: Use brw_nir_cubemap_normalize for NIR shadersJason Ekstrand2-1/+5
2015-04-03nir: Add a cubemap normalizing passJason Ekstrand3-0/+113
2015-04-03i965: Check the INTEL_USE_NIR environment variable once at context creationJason Ekstrand3-4/+14
2015-04-03nir/from_ssa: Don't set reg->parent_instr for ssa_undef instructionsJason Ekstrand1-4/+5
2015-04-03nir: Add a src_get_parent_instr functionJason Ekstrand2-14/+12
2015-04-03i965: Use the tex projector lowering pass instead of hand-rolling it.Eric Anholt1-10/+4
2015-04-03nir: Add a lowering pass for texture projectors.Eric Anholt3-0/+144
2015-04-03nir: Add an interface to turn a nir_src into a nir_ssa_def.Eric Anholt1-0/+19
2015-04-03nir: Add an interface for the builder to insert instructions before.Eric Anholt1-4/+23
2015-04-03gallium: fix gcc compile errors when using _XOPEN_SOURCE=600 but not std=c99Jose Fonseca1-1/+6
2015-04-02i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)Carl Worth9-32/+51
2015-04-02i965: Split out per-stage dirty-bit checking into separate functionsCarl Worth4-35/+59
2015-04-02i965: Split out brw_<stage>_populate_key into their own functionsCarl Worth3-40/+64
2015-04-02nv50/ir: avoid folding immediates into imad operationsIlia Mirkin1-1/+2
2015-04-02nv50/ir: fix imad emission when dst == src2Ilia Mirkin1-1/+1
2015-04-02nir: Allocate nir_tex_instr::sources out of the instruction itself.Kenneth Graunke1-1/+1
2015-04-02nir: Allocate predecessor and dominance frontier sets from block itself.Kenneth Graunke1-2/+2
2015-04-02nir: Allocate register fields out of the register itself.Kenneth Graunke1-3/+3
2015-04-02nir: Make nir_create_function() strdup the function name.Kenneth Graunke1-1/+1
2015-04-02nir: Free dead variables when removing them.Kenneth Graunke1-1/+3
2015-04-02nir: Combine remove_dead_local_vars() and remove_dead_global_vars().Kenneth Graunke1-14/+4
2015-04-02ralloc: Implement a new ralloc_adopt() API.Kenneth Graunke2-0/+33
2015-04-02nir/opt_peephole_ffma: Fix a couple typos in a commentJason Ekstrand1-2/+2
2015-04-02mesa: add ARB_depth_buffer_float to ES3.0 required extension listIlia Mirkin1-0/+1
2015-04-02vc4: Add support for nir_iabs.Eric Anholt1-0/+5
2015-04-02i965/generator: Get rid of the ! in the unreachable statementJason Ekstrand1-1/+1
2015-04-02nir/print: Correctly print swizzles for explicitly sized alu sourcesJason Ekstrand1-12/+12
2015-04-02freedreno/a3xx: add MRT supportIlia Mirkin9-139/+221
2015-04-02freedreno: convert blit program to array for each number of rtsIlia Mirkin12-21/+45
2015-04-02freedreno: add support for laying out MRTs in gmemIlia Mirkin2-16/+43
2015-04-02freedreno: add core infrastructure support for MRTsIlia Mirkin4-8/+14
2015-04-02freedreno/ir3: add support for FS_COLOR0_WRITES_ALL_CBUFS propertyIlia Mirkin2-1/+10
2015-04-02freedreno/a3xx: add independent blend function supportIlia Mirkin2-8/+9
2015-04-02freedreno: remove alpha key from ir3_shaderIlia Mirkin9-42/+8
2015-04-01i915g: Implement EGL_EXT_image_dma_buf_importStéphane Marchesin5-7/+38
2015-04-01i965/fs: Relax type check in cmod propagation.Matt Turner1-1/+3
2015-04-01nir: Remove useless ftrunc inside f2i/f2u.Matt Turner1-0/+4
2015-04-01nir: Recognize (a < b || a < c) as a < max(b, c).Matt Turner1-0/+2
2015-04-01nir: Add addition/multiplication identities of exp/log.Matt Turner1-0/+6
2015-04-01nir: Add identities for the log function.Matt Turner1-0/+8
2015-04-01nir: Add identities for the exponential function.Matt Turner1-0/+6
2015-04-01nir: Recognize another open coded lrp.Matt Turner1-0/+1
2015-04-01nir: Recognize open coded lrp.Matt Turner1-0/+1