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