summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Drop brw->depthstencil.stencil_offset from gen8_depth_state.c.Kenneth Graunke2015-06-251-5/+2
* nir: Recognize max(min(a, 1.0), 0.0) as fsat(a).Kenneth Graunke2015-06-251-0/+1
* softpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS valueMarek Olšák2015-06-252-2/+2
* i965/bxt: Add basic Broxton infrastructureBen Widawsky2015-06-244-0/+19
* radeon: Advertise correct GL_QUERY_COUNTER_BITS/GL_SAMPLES_PASSED valueIan Romanick2015-06-241-0/+23
* i965/fs_live_variables: Do liveness analysis bottom-to-topJason Ekstrand2015-06-241-19/+19
* i965: Delete linked GLSL IR when using NIR.Tapani Pälli2015-06-241-1/+4
* glsl: clone inputs and outputs during linkingTapani Pälli2015-06-241-1/+3
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-2427-55/+55
* i965: Transplant PIPE_CONTROL routines to brw_pipe_controlChris Wilson2015-06-245-314/+343
* nir: Use a switch statement for detecting move-like operations.Kenneth Graunke2015-06-241-6/+14
* svga: silence warnings about unexpected shader typeBrian Paul2015-06-241-1/+3
* st/mesa: remove unneeded pipe_surface_release() in st_render_texture()Brian Paul2015-06-241-2/+0
* st/wgl: add stw_nopfuncs.h to the sources listsEmil Velikov2015-06-241-0/+1
* loader: move loader_open_device out of HAVE_LIBUDEV blockJulien Isorce2015-06-241-18/+18
* winsys/radeon: reduce BO cache timeoutGrigori Goronzy2015-06-241-1/+1
* winsys/radeon: align BO size to page sizeGrigori Goronzy2015-06-241-0/+6
* glsl: remove cross validation of interpolation qualifier with GLSL 4.40Tapani Pälli2015-06-241-1/+11
* i965: Fix whitespace error in gen8_depth_state.cKenneth Graunke2015-06-231-1/+1
* i965: Don't count NIR instructions for shader-db.Kenneth Graunke2015-06-231-31/+0
* winsys/radeon: Unmap GPU VM address range when destroying BOMichel Dänzer2015-06-243-4/+29
* vc4: Also dump VC4_PACKET_LOAD_TILE_BUFFER_GENERAL.Eric Anholt2015-06-231-2/+14
* vc4: Add dumping for VC4_PACKET_LOAD/STORE_FULL_RES_TILE_BUFFER.Eric Anholt2015-06-232-2/+38
* vc4: Don't try to CSE color reads.Eric Anholt2015-06-231-1/+2
* vc4: Make a helper for TLB color writes, too.Eric Anholt2015-06-232-1/+2
* vc4: Pull the blending operation out to a separate function.Eric Anholt2015-06-231-38/+50
* vc4: Clarify size calculation for Z/S writes.Eric Anholt2015-06-231-1/+1
* vc4: Add an "args" temporary for RCL setup.Eric Anholt2015-06-231-24/+24
* vc4: Reuse (and extend) the packet.h sizes for dumping.Eric Anholt2015-06-232-51/+58
* vc4: Fix printfs for blit fallbacks.Eric Anholt2015-06-231-3/+3
* tgsi_to_nir: Fix translation of TXF on MSAA targets.Eric Anholt2015-06-231-2/+10
* i965/fs: Get rid of an unused variable in emit_barrier()Jason Ekstrand2015-06-231-2/+2
* i965: Remove the brw_context from the visitorsJason Ekstrand2015-06-2320-79/+86
* i965/vec4_vs: Add an explicit use_legacy_snorm_formula flagJason Ekstrand2015-06-233-6/+12
* i965/vec4: Turn some _mesa_problem calls into assertsJason Ekstrand2015-06-231-6/+3
* i965/vs: Pass the current set of clip planes through run() and run_vs()Jason Ekstrand2015-06-237-23/+20
* i965/fs: Add a do_rep_send flag to run_fsJason Ekstrand2015-06-232-5/+6
* i965: Pull calls to get_shader_time_index out of the visitorJason Ekstrand2015-06-2316-76/+79
* i965: Use a single index per shader for shader_time.Jason Ekstrand2015-06-2311-104/+55
* i965: Add compiler options to brw_compilerJason Ekstrand2015-06-236-46/+57
* i965/fs: Plumb compiler debug logging through brw_compilerJason Ekstrand2015-06-233-4/+36
* i965/fs: Do the no16 perf logging directly in fs_visitor::no16()Jason Ekstrand2015-06-231-11/+2
* i965/fs: Make no16 non-variadicJason Ekstrand2015-06-232-11/+5
* i965: Move INTEL_DEBUG variable parsing to screen creation timeJason Ekstrand2015-06-234-10/+11
* i965: Remove the dependance on brw_context from the generatorsJason Ekstrand2015-06-239-11/+17
* i965: Plumb compiler debug logging through a function pointer in brw_compilerJason Ekstrand2015-06-2311-34/+51
* mesa: Add a va_args variant of _mesa_gl_debug().Kenneth Graunke2015-06-232-8/+30
* i965: Replace some instances of brw->gen with devinfo->genJason Ekstrand2015-06-232-6/+6
* i965: Initialize backend_shader::mem_ctx in its constructor.Matt Turner2015-06-234-5/+5
* i965: Assert that the GL primitive isn't out of range.Matt Turner2015-06-231-1/+3