summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-08docs: Update 17.3.0 release notesmesa-17.3.0Emil Velikov1-5/+178
2017-12-08Update version to 17.3.0(final)Emil Velikov1-1/+1
2017-12-04Update version to 17.3.0-rc6mesa-17.3.0-rc6Emil Velikov1-1/+1
2017-12-01i965: Disable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2-25/+43
2017-12-01anv: Check if memfd_create is already defined.Vinson Lee3-0/+5
2017-12-01intel/blorp: Fix possible NULL pointer dereferencingVadym Shovkoplias1-2/+2
2017-12-01i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.Kenneth Graunke8-96/+102
2017-12-01i965: Don't grow batch/state buffer on every emit after an overflow.Kenneth Graunke1-23/+19
2017-12-01i965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.Kenneth Graunke1-0/+3
2017-12-01i965: Use old_bo->align when growing batch/state buffer instead of 4096.Kenneth Graunke1-1/+2
2017-12-01i965: Program the dynamic state heap size to MAX_STATE_SIZE.Kenneth Graunke3-10/+10
2017-12-01radeonsi/gfx9: fix importing shared textures with DCCMarek Olšák1-1/+1
2017-11-29gallium/wgl: fix default pixel format issueFrank Richter1-2/+21
2017-11-29r600: set DX10_CLAMP for compute shader tooRoland Scheidegger1-2/+3
2017-11-29r600: use DX10_CLAMP bit in shader setupRoland Scheidegger2-0/+15
2017-11-29r600: use min_dx10/max_dx10 instead of min/maxRoland Scheidegger2-6/+9
2017-11-29glsl: fix interpolateAtXxx(some_vec[idx], ...) with dynamic idxNicolai Hähnle1-1/+30
2017-11-29glsl: allow any l-value of an input variable as interpolant in interpolateAt*Nicolai Hähnle2-5/+32
2017-11-29i965: Fix Smooth Point Enables.Kenneth Graunke1-1/+1
2017-11-29st_glsl_to_tgsi: check for the tail sentinel in merge_two_dstsNicolai Hähnle1-3/+3
2017-11-29radeonsi: fix layered DCC fast clearMarek Olšák1-1/+4
2017-11-29r600/sb: handle jump after target to end of program. (v2)Dave Airlie1-0/+5
2017-11-29docs/llvmpipe.html: Minor editsBen Crocker1-7/+7
2017-11-29docs: Point to apt.llvm.org for development snapshot packagesKai Wasserbäch1-0/+6
2017-11-29mesa/gles: adjust internal format in glTexSubImage2D error checksTapani Pälli1-1/+55
2017-11-27gl_table.py: add extern C guard for the generated glapitable.hEmil Velikov1-0/+8
2017-11-27glsl/linker: Check that re-declared, inter-shader built-in blocks matchEduardo Lima Mitev1-0/+29
2017-11-27glsl: Use the utility function to copy symbols between symbol tablesEduardo Lima Mitev2-31/+10
2017-11-27glsl_parser_extra: Add utility to copy symbols between symbol tablesEduardo Lima Mitev2-0/+48
2017-11-27util: Fix disk_cache index calculation on big endianMatt Turner1-2/+2
2017-11-27util: Fix SHA1 implementation on big endianMatt Turner1-1/+2
2017-11-24i965/fs: Handle negating immediates on MADs when propagating saturatesMatt Turner1-2/+8
2017-11-24ddebug: fix use-after-free of streamout targetsNicolai Hähnle1-1/+1
2017-11-24radeonsi/gfx9: fix VM fault with fetched instance divisorsNicolai Hähnle2-5/+12
2017-11-24glsl: Catch subscripted calls to undeclared subroutinesGeorge Barrett1-2/+7
2017-11-24r600: Emit EOP for more CF instruction typesGert Wollny4-7/+16
2017-11-24i965: Mark BOs as external when we export their handleJason Ekstrand3-1/+11
2017-11-24i965/bufmgr: Add a helper to mark a BO as externalJason Ekstrand1-6/+11
2017-11-20Update version to 17.3.0-rc5mesa-17.3.0-rc5Emil Velikov1-1/+1
2017-11-18i965: Revert Gen8 aspect of VF PIPE_CONTROL workaround.Kenneth Graunke1-1/+5
2017-11-17anv/cmd_buffer: Take bo_offset into account in fast clear state addressesJason Ekstrand1-1/+1
2017-11-17anv/cmd_buffer: Advance the address when initializing clear colorsJason Ekstrand1-3/+6
2017-11-17i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DWAnuj Phogat2-5/+17
2017-11-17i965: Program DWord Length in MI_FLUSH_DWAnuj Phogat3-3/+3
2017-11-17meson: explicitly disable the build system for 17.3.xEmil Velikov1-0/+2
2017-11-17Revert "intel/fs: Use a pure vertical stride for large register strides"Matt Turner1-13/+3
2017-11-17i965/fs: Split all 32->64-bit MOVs on CHV, BXT, GLKMatt Turner1-4/+4
2017-11-17i965/fs: Fix extract_i8/u8 to a 64-bit destinationMatt Turner1-2/+23
2017-11-17tgsi/exec: fix LDEXP in softpipeNicolai Hähnle1-1/+1
2017-11-17egl/wayland: Add a fallback when fourcc query isn't supportedDerek Foreman1-2/+30