summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-23vc4: Enable MSAA.vc4-msEric Anholt1-2/+3
2015-06-23vc4: Add support for texel fetches from MSAA resources.Eric Anholt2-15/+176
2015-06-23vc4: Add support for multisample framebuffer operations.Eric Anholt9-8/+108
2015-06-23vc4: Add support for drawing in MSAA.Eric Anholt6-48/+141
2015-06-23vc4: Add kernel RCL support for MSAA rendering.Eric Anholt5-33/+192
2015-06-23vc4: Add support for laying out MSAA resources.Eric Anholt1-5/+20
2015-06-23vc4: Rename color_ms_write to color_write.Eric Anholt3-22/+21
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
2015-06-23i965: Replace some instances of brw->gen with devinfo->genJason Ekstrand2-6/+6
2015-06-23i965: Initialize backend_shader::mem_ctx in its constructor.Matt Turner4-5/+5
2015-06-23i965: Assert that the GL primitive isn't out of range.Matt Turner1-1/+3
2015-06-23i965/cfg: Assert that cur_do/while/if pointers are non-NULL.Matt Turner1-0/+2
2015-06-23mesa: Delete unused ICEIL().Matt Turner1-32/+0
2015-06-23i965/fs: Don't mess up stride for uniform integer multiplication.Matt Turner1-4/+16
2015-06-23egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visualsBoyan Ding1-5/+0
2015-06-23i965/gen9: Don't use encrypted MOCSBen Widawsky1-2/+2
2015-06-23nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_dataIlia Mirkin4-0/+4
2015-06-23nvc0: always put all tfb bufs into bufctxIlia Mirkin1-3/+4
2015-06-23glsl: binding point is a texture unit, which is a combined spaceIlia Mirkin1-1/+1
2015-06-23android: egl: do not link against libglapiEmil Velikov1-1/+0
2015-06-23gbm: do not (over)link against libglapi.soEmil Velikov1-1/+2
2015-06-23gbm: dlopen libglapi so gbm_create_device worksFrank Henigman1-0/+8
2015-06-23configure: drop unused variable GBM_BACKEND_DIRSEmil Velikov1-1/+0
2015-06-23configure: error out when building libEGL without shared-glapiEmil Velikov1-0/+3
2015-06-23configure: error out when building backend-less libEGLEmil Velikov1-2/+6