summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600g: fix and optimize tgsi_cmp when using ABS and NEG modifierPatrick Rudolph2016-04-271-1/+10
* docs: update softpipe for ARB_compute_shaderDave Airlie2016-04-272-3/+3
* softpipe: add support for compute shaders. (v2)Dave Airlie2016-04-278-3/+369
* tgsi/exec: initialise SysSemanticToIndex array to -1Dave Airlie2016-04-271-0/+3
* tgsi/exec: implement restartable machine.Dave Airlie2016-04-272-17/+35
* tgsi/exec: make inputs/outputs optional for compute shaders.Dave Airlie2016-04-271-19/+24
* tgsi/exec: implement load/store/atomic on MEMORY.Dave Airlie2016-04-272-3/+150
* tgsi/exec: split out setting up masks to separate functionDave Airlie2016-04-271-9/+14
* tgsi: accept a starting PC value for exec machine.Dave Airlie2016-04-275-5/+5
* tgsi: move to using vector for system values.Dave Airlie2016-04-274-7/+7
* tgsi/exec: fix system value handling.Dave Airlie2016-04-271-3/+5
* i965/blorp: Convert state setup to CJason Ekstrand2016-04-265-4/+6
* i965/blorp: Make state setup C-safeJason Ekstrand2016-04-263-4/+4
* i965/blorp: Convert brw_blorp.cpp to a C fileJason Ekstrand2016-04-263-5/+7
* i965/blorp: Make all of brw_blorp.h accessible to CJason Ekstrand2016-04-261-9/+8
* i965/blorp: Turn brw_blorp_params into a C-style structJason Ekstrand2016-04-267-80/+71
* i965/blorp: Turn coord_transform into a C-style structJason Ekstrand2016-04-262-17/+16
* i965/blorp: Turn blorp_surface_info into a C-style structJason Ekstrand2016-04-267-69/+69
* i965/blorp: Roll mip_info into surface_infoJason Ekstrand2016-04-262-37/+17
* i965/blorp: Get rid of the blorp_blit_params classJason Ekstrand2016-04-262-167/+131
* i965/blorp: Remove the hiz params classJason Ekstrand2016-04-262-37/+42
* i965/blorp: Remove the clear params classesJason Ekstrand2016-04-261-132/+83
* i965/blorp: Remove the arguments to brw_blorp_params()Jason Ekstrand2016-04-262-9/+5
* i965/blorp: Refactor to get rid of the get_wm_prog virtual functionJason Ekstrand2016-04-267-97/+58
* swr: autogenerate swr_context_llvm.hTim Rowley2016-04-266-128/+16
* anv: honor DESTDIR when installing icd fileLaurent Carlier2016-04-261-1/+1
* i965/meta: initialize values to avoid random behaviour on error pathJuha-Pekka Heikkila2016-04-261-1/+1
* meta: Avoid random memory access on errorJuha-Pekka Heikkila2016-04-261-1/+1
* mesa: add tags file to gitignoreGrazvydas Ignotas2016-04-261-0/+1
* mesa: Remove every double semi-colonJakob Sinclair2016-04-262-2/+2
* glx: Remove every double semi-colonJakob Sinclair2016-04-261-1/+1
* gallium: Remove every double semi-colonJakob Sinclair2016-04-2610-15/+15
* egl: Remove every double semi-colonJakob Sinclair2016-04-262-2/+2
* gallium/r600: removing double semi-colonsJakob Sinclair2016-04-261-1/+1
* mesa/main: removing double semi-colonsJakob Sinclair2016-04-262-2/+2
* glsl: removing double semi-colonsJakob Sinclair2016-04-262-2/+2
* glx: Don't enclose includes inside `extern "C" { }`.Jose Fonseca2016-04-269-10/+33
* radeonsi: add RW_BUFFERS only once in si_ce_needed_cs_spaceMarek Olšák2016-04-261-2/+2
* egl: fix make check broken by interop supportMarek Olšák2016-04-261-0/+2
* docs: mark ARB_compute_shader as done for nvc0Samuel Pitoiset2016-04-261-2/+2
* nvc0: expose GLSL version 420 on GK110Samuel Pitoiset2016-04-261-1/+1
* nvc0: enable ARB_shader_image_load_store on GK110Samuel Pitoiset2016-04-261-1/+1
* gk110/ir: add emission for VSHLSamuel Pitoiset2016-04-261-0/+58
* gk110/ir: add emission for OP_SUEAU, OP_SUBFM and OP_SUCLAMPSamuel Pitoiset2016-04-261-0/+87
* gk110/ir: add emission for OP_SULDB and OP_SUSTxSamuel Pitoiset2016-04-261-0/+155
* gk110/ir: add emission for OP_MADSPSamuel Pitoiset2016-04-261-0/+23
* gk110/ir: add emission for OP_PERMTSamuel Pitoiset2016-04-261-0/+12
* nvc0: expose GLSL version 420 on GK104Samuel Pitoiset2016-04-261-0/+2
* nvc0: enable ARB_shader_image_load_store on GK104Ilia Mirkin2016-04-261-0/+2
* nvc0: inform users that 3D images are not fully supportedSamuel Pitoiset2016-04-263-5/+10