summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-2519-0/+31
* i965: Skip update_texture_surface when the plane doesn't existJordan Justen2016-06-243-29/+26
* i965: Validate a few SEND-from-GRF requirements.Kenneth Graunke2016-06-241-0/+18
* i965: Delete send-from-GRF only opcodes from implied_mrf_writes().Kenneth Graunke2016-06-241-19/+0
* i965: Drop unnecessary inst->base_mrf = -1 assignments.Kenneth Graunke2016-06-242-16/+0
* i965: Set fs_inst::base_mrf = -1 by default.Kenneth Graunke2016-06-241-0/+1
* i965: Drop unused return value from intel_finalize_mipmap_tree().Kenneth Graunke2016-06-242-7/+5
* i965: Move contents of brw_tex.c into intel_tex_validate.c.Kenneth Graunke2016-06-244-58/+20
* radeonsi: fix fractional odd tessellation spacing for PolarisMarek Olšák2016-06-244-1/+23
* radeonsi: set some VGT context registers on SI-CIMarek Olšák2016-06-241-0/+3
* radeonsi: optimize rendering to linear color buffersMarek Olšák2016-06-242-1/+12
* radeonsi: set almost optimal settings in SC_MODE_CNTL_1Marek Olšák2016-06-241-1/+10
* gallium/radeon: let drivers specify SC_MODE_CNTL_1 fieldsMarek Olšák2016-06-244-10/+18
* gallium/radeon: disable complicated point clipping against user clip planesMarek Olšák2016-06-243-3/+0
* radeonsi: fix a compute shader hang with big threadgroups on SI & CIMarek Olšák2016-06-241-0/+18
* nvc0: when mapping directly, provide accurate xfer info + startIlia Mirkin2016-06-241-5/+12
* st/mesa: don't assume that the whole surface gets mappedIlia Mirkin2016-06-241-7/+6
* radeonsi: drop the DRAW_PREAMBLE packet on PolarisNicolai Hähnle2016-06-242-1/+28
* radeonsi: use DRAW_(INDEX_)INDIRECT_MULTI on PolarisNicolai Hähnle2016-06-241-10/+36
* st/mesa: handle negative _ColorDrawBufferIndexes values correctlyFrancesco Ansanelli2016-06-241-1/+1
* winsys/radeon: add guard pages when R600_DEBUG=check_vm is enabledNicolai Hähnle2016-06-243-2/+7
* winsys/amdgpu: add guard pages when R600_DEBUG=check_vm is enabledNicolai Hähnle2016-06-243-2/+8
* radeonsi: report a failure to parse dmesg instead of assertingNicolai Hähnle2016-06-241-1/+6
* radeon: check VM faults from DMA flushNicolai Hähnle2016-06-245-6/+68
* radeonsi: move gfx fence wait out of si_check_vm_faultsNicolai Hähnle2016-06-242-6/+7
* radeonsi: extract IB and bo list saving into separate functionsNicolai Hähnle2016-06-246-54/+88
* st/mesa: fix readpixels regression with MESA_pack_invertNicolai Hähnle2016-06-241-1/+1
* radeonsi: set LLVM denormal flagsMarek Olšák2016-06-241-2/+5
* radeonsi: emit 1/sqrt for RSQMarek Olšák2016-06-241-2/+16
* r600g: Enable FMA on chips that support itJan Vesely2016-06-242-5/+7
* gallium/u_queue: allow the execute function to differ per jobMarek Olšák2016-06-246-15/+18
* gallium/u_queue: reduce the number of mutexes by 2Marek Olšák2016-06-242-20/+35
* gallium/u_queue: add an option to name threadsMarek Olšák2016-06-244-2/+13
* gallium/u_queue: add an option to have multiple worker threadsMarek Olšák2016-06-248-23/+71
* gallium/u_queue: rewrite util_queue_fence to allow multiple waitersMarek Olšák2016-06-242-16/+43
* gallium/u_queue: use a ring instead of a stackMarek Olšák2016-06-244-20/+47
* i965: Preserve the internal format of the dri imageJordan Justen2016-06-231-3/+10
* anv: Add anv_render_pass_attachment::store_opChad Versace2016-06-232-2/+2
* gbm: Fix commentsGurkirpal Singh2016-06-231-2/+2
* gbm: doc fixesEric Engestrom2016-06-232-4/+4
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-2345-51/+51
* svga: update some comments in svga_buffer_handle()Brian Paul2016-06-231-10/+3
* svga: add a const qualifier in svga_buffer_upload_piecewise()Brian Paul2016-06-231-1/+1
* svga: minor code refactor for svga_buffer_upload_command()Brian Paul2016-06-231-5/+21
* svga: minor code simplification in svga_context_finish()Brian Paul2016-06-231-1/+1
* i965: Implement rasterizer discard via SOL unless required for queries.Kenneth Graunke2016-06-232-0/+21
* i965: Combine 3DSTATE_STREAMOUT emitters and genX_sol_state atoms.Kenneth Graunke2016-06-234-99/+37
* glsl: Don't constant propagate arrays.Kenneth Graunke2016-06-231-1/+1
* glsl: Make lower_const_arrays_to_uniforms work directly on constants.Kenneth Graunke2016-06-231-8/+3
* i965: Copy propagate before doing variable index lowering.Kenneth Graunke2016-06-231-0/+2