summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-25i965: Stop aux data compare preventing program binary re-useuniform_trackingTopi Pohjolainen1-32/+20
2015-06-25i965: Only write program to cache when it doesn't exist yetTopi Pohjolainen1-7/+7
2015-06-25i965: Rename brw_upload_item_data to brw_alloc_item_dataTopi Pohjolainen1-9/+10
2015-06-25i965: Drop brw->depthstencil.stencil_offset from gen8_depth_state.c.Kenneth Graunke1-5/+2
2015-06-25nir: Recognize max(min(a, 1.0), 0.0) as fsat(a).Kenneth Graunke1-0/+1
2015-06-25softpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS valueMarek Olšák2-2/+2
2015-06-24i965/bxt: Add basic Broxton infrastructureBen Widawsky5-0/+22
2015-06-24radeon: Advertise correct GL_QUERY_COUNTER_BITS/GL_SAMPLES_PASSED valueIan Romanick1-0/+23
2015-06-24i965/fs_live_variables: Do liveness analysis bottom-to-topJason Ekstrand1-19/+19
2015-06-24i965: Delete linked GLSL IR when using NIR.Tapani Pälli1-1/+4
2015-06-24glsl: clone inputs and outputs during linkingTapani Pälli1-1/+3
2015-06-24i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson27-55/+55
2015-06-24i965: Transplant PIPE_CONTROL routines to brw_pipe_controlChris Wilson5-314/+343
2015-06-24nir: Use a switch statement for detecting move-like operations.Kenneth Graunke1-6/+14
2015-06-24svga: silence warnings about unexpected shader typeBrian Paul1-1/+3
2015-06-24st/mesa: remove unneeded pipe_surface_release() in st_render_texture()Brian Paul1-2/+0
2015-06-24st/wgl: add stw_nopfuncs.h to the sources listsEmil Velikov1-0/+1
2015-06-24loader: move loader_open_device out of HAVE_LIBUDEV blockJulien Isorce1-18/+18
2015-06-24winsys/radeon: reduce BO cache timeoutGrigori Goronzy1-1/+1
2015-06-24winsys/radeon: align BO size to page sizeGrigori Goronzy1-0/+6
2015-06-24glsl: remove cross validation of interpolation qualifier with GLSL 4.40Tapani Pälli1-1/+11
2015-06-23i965: Fix whitespace error in gen8_depth_state.cKenneth Graunke1-1/+1
2015-06-23i965: Don't count NIR instructions for shader-db.Kenneth Graunke1-31/+0
2015-06-24winsys/radeon: Unmap GPU VM address range when destroying BOMichel Dänzer3-4/+29
2015-06-23vc4: Also dump VC4_PACKET_LOAD_TILE_BUFFER_GENERAL.Eric Anholt1-2/+14
2015-06-23vc4: Add dumping for VC4_PACKET_LOAD/STORE_FULL_RES_TILE_BUFFER.Eric Anholt2-2/+38
2015-06-23vc4: Don't try to CSE color reads.Eric Anholt1-1/+2
2015-06-23vc4: Make a helper for TLB color writes, too.Eric Anholt2-1/+2
2015-06-23vc4: Pull the blending operation out to a separate function.Eric Anholt1-38/+50
2015-06-23vc4: Clarify size calculation for Z/S writes.Eric Anholt1-1/+1
2015-06-23vc4: Add an "args" temporary for RCL setup.Eric Anholt1-24/+24
2015-06-23vc4: Reuse (and extend) the packet.h sizes for dumping.Eric Anholt2-51/+58
2015-06-23vc4: Fix printfs for blit fallbacks.Eric Anholt1-3/+3
2015-06-23tgsi_to_nir: Fix translation of TXF on MSAA targets.Eric Anholt1-2/+10
2015-06-23i965/fs: Get rid of an unused variable in emit_barrier()Jason Ekstrand1-2/+2
2015-06-23i965: Remove the brw_context from the visitorsJason Ekstrand20-79/+86
2015-06-23i965/vec4_vs: Add an explicit use_legacy_snorm_formula flagJason Ekstrand3-6/+12
2015-06-23i965/vec4: Turn some _mesa_problem calls into assertsJason Ekstrand1-6/+3
2015-06-23i965/vs: Pass the current set of clip planes through run() and run_vs()Jason Ekstrand7-23/+20
2015-06-23i965/fs: Add a do_rep_send flag to run_fsJason Ekstrand2-5/+6
2015-06-23i965: Pull calls to get_shader_time_index out of the visitorJason Ekstrand16-76/+79
2015-06-23i965: Use a single index per shader for shader_time.Jason Ekstrand11-104/+55
2015-06-23i965: Add compiler options to brw_compilerJason Ekstrand6-46/+57
2015-06-23i965/fs: Plumb compiler debug logging through brw_compilerJason Ekstrand3-4/+36
2015-06-23i965/fs: Do the no16 perf logging directly in fs_visitor::no16()Jason Ekstrand1-11/+2
2015-06-23i965/fs: Make no16 non-variadicJason Ekstrand2-11/+5
2015-06-23i965: Move INTEL_DEBUG variable parsing to screen creation timeJason Ekstrand4-10/+11
2015-06-23i965: Remove the dependance on brw_context from the generatorsJason Ekstrand9-11/+17
2015-06-23i965: Plumb compiler debug logging through a function pointer in brw_compilerJason Ekstrand11-34/+51
2015-06-23mesa: Add a va_args variant of _mesa_gl_debug().Kenneth Graunke2-8/+30