summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-24i965: Add an isl_surf to intel_mipmap_tree.mesa-isl-ifyLaura Ekstrand2-0/+15
2016-08-23st/dri: respect driver's request to avoid mixed color/depth bit configsIlia Mirkin1-2/+6
2016-08-23gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin17-0/+22
2016-08-23dri: add a way to request that modes have matching color/zs depthsIlia Mirkin8-14/+29
2016-08-23nv50/ir: make sure cfg iterator always hits all blocksIlia Mirkin1-4/+4
2016-08-23anv/clear: Clear E5B9G9R9 images as R32_UINTJason Ekstrand1-2/+14
2016-08-23anv/clear: Make cmd_clear_image take an actual VkClearValueJason Ekstrand1-5/+5
2016-08-23anv/blit2d: Add support for RGB destinationsJason Ekstrand1-2/+214
2016-08-23anv/blit2d: Add a format parameter to bind_dst and create_iviewJason Ekstrand1-5/+10
2016-08-23anv/image: Don't create invalid render target surfacesJason Ekstrand1-1/+12
2016-08-23isl/formats: Update the table with more samplable formatsJason Ekstrand1-15/+15
2016-08-23isl/formats: Report ETC as being samplable on Bay TrailJason Ekstrand1-0/+18
2016-08-23i965/surface_formats: Don't advertise 8 or 16-bit RGB formatsJason Ekstrand1-0/+10
2016-08-23anv/formats: Don't use an RGBX format if it isn't renderableJason Ekstrand1-1/+2
2016-08-23egl/dri2: dri2_initialize: Do not reference-count TestOnly displayNicolas Boichat1-20/+9
2016-08-23vbo: fix format string compiler warning for 32-bit machinesJan Ziak1-5/+6
2016-08-23egl/dri2: remove error checks on return values from mtx_lock and cnd_waitDongwon Kim1-35/+12
2016-08-23i965: report bound buffer size not underlying buffer size for image size (v2)Dave Airlie1-2/+2
2016-08-22anv: Throw INCOMPATIBLE_DRIVER for non-fatal initialization errorsJason Ekstrand1-5/+3
2016-08-23st/glsl_to_tgsi: fix st_src_reg_for_double constant.Dave Airlie1-1/+1
2016-08-23mesa/subroutines: drop the old subroutine index uploads.Dave Airlie1-6/+0
2016-08-23st/mesa: use the new subroutine index upload API.Dave Airlie4-12/+18
2016-08-23i965: use new subroutine index uploader.Dave Airlie11-0/+25
2016-08-23mesa: add api to write subroutine indicies to the program storage.Dave Airlie2-0/+13
2016-08-23mesa/subroutines: start adding per-context subroutine index support (v1.1)Dave Airlie4-32/+61
2016-08-22vbo: Make #if 0'd debugging code compile.Matt Turner1-1/+1
2016-08-23nir: avoid segfault when ssa src not foundTimothy Arceri1-0/+3
2016-08-22vc4: Tell state_tracker that we would prefer NIR.Eric Anholt3-8/+31
2016-08-22st/nir: Trim out unused VS input variables.Eric Anholt1-7/+23
2016-08-22nir: Fix crash in nir_lower_drawpixels.Eric Anholt1-0/+2
2016-08-22nir: Fix a comment typo in nir_lower_drawpixels.Eric Anholt1-1/+1
2016-08-22vc4: Use proper type sizes for uniforms.Eric Anholt1-4/+5
2016-08-22vc4: Add VARYING_SLOT_PNTC support.Eric Anholt1-4/+5
2016-08-22vc4: Fix vc4_nir_lower_io for non-vec4 I/O.Eric Anholt1-22/+12
2016-08-22nir: Define system values for vc4's blending-lowering arguments.Eric Anholt5-46/+63
2016-08-22anv: GetDeviceImageFormatProperties: fix TRANSFER formatsLionel Landwerlin1-16/+6
2016-08-22gallium/hud: round max_value to print nicely rounded numbers next to graphsMarek Olšák3-4/+80
2016-08-22gallium/hud: generalize code for drawing numbers next to graphsMarek Olšák1-5/+8
2016-08-22gallium/hud: draw numbers with 3 decimal places if those aren't 0Marek Olšák1-5/+12
2016-08-22gallium/hud: use sRGB for nicer AA linesMarek Olšák1-0/+21
2016-08-22gallium/hud: use AA lines for graphsMarek Olšák1-1/+5
2016-08-22gallium/hud: don't enable blending for all objectsMarek Olšák1-2/+7
2016-08-22util: add assert that key cannot be NULL on insertionTapani Pälli1-0/+2
2016-08-22glsl: fix key used for hashing switch statement casesTapani Pälli1-4/+24
2016-08-20android: i965: add per-gen libmesa_i965_gen{8,9} staticMauro Rossi1-1/+45
2016-08-20android: i965: add per-gen libmesa_i965_gen{7,75} static librariesMauro Rossi1-1/+45
2016-08-20android: i965: add per-gen libmesa_i965_gen6 static libraryMauro Rossi1-3/+45
2016-08-20glsl: Rename link_fs_input_layout_qualifiers to "inout".Kenneth Graunke1-2/+2
2016-08-20i965/cfg: Factor common code out of switch statement.Matt Turner1-8/+2
2016-08-20anv: Give the installed intel_icd.json file an absolute pathJason Ekstrand3-2/+8