summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Implement GenerateMipmap directly, rather than using Meta.Kenneth Graunke2018-02-165-0/+135
* i965/icl: Add render target flush after uploading binding tableAnuj Phogat2018-02-151-0/+14
* i965/icl: Enable float blend optimization and Wa3DStateModeAnuj Phogat2018-02-151-1/+1
* intel/common/icl: Add has_sample_with_hiz flag in gen_device_infoAnuj Phogat2018-02-151-4/+1
* i965/icl: Add assertions to check dispatch mode is SIMD8Anuj Phogat2018-02-151-0/+5
* i965/icl: Update switch statementsAnuj Phogat2018-02-152-0/+2
* i965/icl: Update the assert in brw_memory_barrier()Anuj Phogat2018-02-151-1/+1
* i965/icl: Define and use icl mocs settingsAnuj Phogat2018-02-153-1/+11
* i965/icl: Update the comment for maximum number of threads per PSDAnuj Phogat2018-02-151-4/+5
* i965/icl: Build and use gen11 functions for genxml state-upload and blorpAnuj Phogat2018-02-158-4/+43
* i965/icl: Don't set ResetGatewayTimerAnuj Phogat2018-02-151-0/+2
* i965: Drop EXEC_OBJECT_CAPTURE defines.Kenneth Graunke2018-02-151-3/+0
* meson: use a custom target instead of a generator for i965 oaDylan Baker2018-02-141-11/+10
* i965: Add gl_state_index casts for PATCH_VERTICES_INJason Ekstrand2018-02-141-1/+2
* i965/miptree: Initialize mcs with a linear mapScott D Phillips2018-02-141-1/+1
* i965/tiled_memcpy: change linear pointer from (0, 0) to (xt1, yt1)Scott D Phillips2018-02-143-11/+11
* i965/tiled_memcpy: linear_to_ytiled a cache line at a timeScott D Phillips2018-02-141-6/+66
* i965/gen10: Remove warning message.Rafael Antognolli2018-02-141-7/+0
* i965: fix tessellation regressions with gl_state_index16Dave Airlie2018-02-121-1/+1
* mesa,glsl,nir: reduce gl_state_index size to 2 bytesMarek Olšák2018-02-134-5/+4
* mesa: reduce the size of gl_viewport_attribMarek Olšák2018-02-131-1/+1
* mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák2018-02-1314-47/+62
* i965: Fix bugs in intel_from_planarDaniel Stone2018-02-121-27/+29
* r200: remove left over dead codeEric Engestrom2018-02-121-20/+0
* Revert "i965: prevent potentially null pointer access"Mark Janes2018-02-091-1/+1
* i965: prevent potentially null pointer accessLionel Landwerlin2018-02-091-1/+1
* intel/blorp: Use isl_aux_op instead of blorp_hiz_opJason Ekstrand2018-02-084-18/+18
* intel/blorp: Use isl_aux_op instead of blorp_fast_clear_opJason Ekstrand2018-02-083-20/+20
* i965: perf: cleanup detection of kernel support for loadable configsLionel Landwerlin2018-02-081-15/+2
* i965: perf: use drmIoctl() instead of ioctl()Lionel Landwerlin2018-02-081-2/+2
* i965: perf: add debug messages for loaded configsLionel Landwerlin2018-02-081-0/+2
* i965: add __DRI2_BLOB support and set cache functionsTapani Pälli2018-02-071-0/+21
* i965: allocate a SGVS element when VertexID or InstanceID are readIago Toral Quiroga2018-02-071-15/+2
* meson: osx ld doesn't support --build-idJon Turney2018-02-051-1/+1
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-0419-93/+70
* i965: Create new program cache bo when clearing the program cacheJordan Justen2018-02-031-0/+1
* i965: check if upload is 0 explicitely, when downsizing a formatAndres Gomez2018-02-021-8/+8
* i965: Call prepare_external after implicit window-system MSAA resolvesJason Ekstrand2018-02-011-0/+15
* mesa: Use defines for the aliased material array attributes.Mathias Fröhlich2018-02-014-20/+20
* i965: Bump official kernel requirement to Linux v3.9.Kenneth Graunke2018-02-011-2/+2
* osx: ld doesn't support --build-idJon Turney2018-02-011-1/+1
* i965: perform 2 uploads with dual slot *64*PASSTHRU formats on gen<8Andres Gomez2018-01-311-5/+27
* i965: Make texture validation code use texture objects, not units.Kenneth Graunke2018-01-312-16/+17
* i965: Pass tObj into intel_update_max_level instead of intel_obj.Kenneth Graunke2018-01-311-3/+3
* i965: Delete more misleading comments.Kenneth Graunke2018-01-311-3/+0
* i965: move disk cache from brw_context to intel_screenTapani Pälli2018-01-305-7/+12
* mesa: replace GLenum with GLenum16 in common structures (v4)Marek Olšák2018-01-293-5/+5
* i965: Emit PIPE_CONTROL with ISP bit on older platforms.Rafael Antognolli2018-01-291-1/+1
* i965: fix disk_cache leak when destroying contextTapani Pälli2018-01-291-0/+3
* i965: fix prog_data leak in brw_disk_cacheTapani Pälli2018-01-291-0/+2