summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-04r600/blit: add tcs/tes shader saves.Dave Airlie1-0/+2
2015-12-04r600: disable SB for now on tess related shaders.Dave Airlie1-0/+7
2015-12-04r600: update correct hw shaders depending on configuration.Dave Airlie1-1/+12
2015-12-04r600: add shader key entries for tcs and tes.Dave Airlie5-3/+49
2015-12-04r600: add PATCHES to the pipe conversion.Dave Airlie1-0/+1
2015-12-04r600: add functions to update ls/hs state.Dave Airlie2-0/+27
2015-12-04r600g/sb: Support LDS ops in SB bytecode I/OGlenn Kennard4-9/+105
2015-12-04r600: add support for LDS instruction encoding.Dave Airlie4-2/+144
2015-12-04r600/sb: add support for GDS to the sb decoder/dump. (v1.1)Dave Airlie4-10/+93
2015-12-04r600: add support for GDS clause to the assembler.Dave Airlie4-1/+148
2015-12-04r600: use macros for updating the various stages.Dave Airlie1-15/+25
2015-12-04r600: add SET_NULL_SHADER macro.Dave Airlie1-2/+7
2015-12-04r600: move clip misc and streamout stream updates to a single placeDave Airlie1-6/+11
2015-12-04r600: move selecting shaders into earlier code.Dave Airlie1-5/+4
2015-12-04r600: use a macro to remove common shader selection code.Dave Airlie1-12/+9
2015-12-04r600: move to using hw stages array for hw stage atomsDave Airlie5-32/+24
2015-12-04r600: make adjust_gprs use hw stages.Dave Airlie2-55/+64
2015-12-04r600: introduce HW shader stage definesDave Airlie1-0/+11
2015-12-03vc4: Add the RCL to CL debug dumping when in simulator mode.Eric Anholt1-0/+6
2015-12-03radeonsi: fix Fiji for LLVM <= 3.7Marek Olšák1-1/+2
2015-12-03radeonsi: fix occlusion queries on FijiMarek Olšák1-2/+2
2015-12-03radeonsi: dump init_config IBsMarek Olšák1-4/+15
2015-12-03radeonsi: print framebuffer info into ddebug logsMarek Olšák3-2/+27
2015-12-03gallium/radeon: print more info about HTILEMarek Olšák2-2/+17
2015-12-03gallium/radeon: print more info about CMASKMarek Olšák2-3/+16
2015-12-03gallium/radeon: rename fmask::pitch -> pitch_in_pixelsMarek Olšák3-6/+6
2015-12-03gallium/radeon: print more information about texturesMarek Olšák1-5/+43
2015-12-03gallium/radeon: move printing texture info into a separate functionMarek Olšák1-41/+51
2015-12-03gallium/radeon: remove unused r600_texture::pitch_overrideMarek Olšák2-2/+0
2015-12-03gallium/radeon: remove DBG_TEXMIPMarek Olšák3-4/+2
2015-12-03gallium/aux/util: Trivial, we already have format use itEdward O'Callaghan1-1/+1
2015-12-03automake: Fix typo in MSVC2008 compat flags.Jose Fonseca1-1/+1
2015-12-03ttn: Whitelist from -Werror=declaration-after-statement.Jose Fonseca1-0/+4
2015-12-03mesa: rework the meaning of gl_debug_message::lengthEmil Velikov1-16/+24
2015-12-03mesa: errors: validate the length of null terminated stringEmil Velikov1-3/+17
2015-12-03mesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsertEmil Velikov1-1/+1
2015-12-03mesa: add SEVERITY_NOTIFICATION to default stateEmil Velikov1-2/+3
2015-12-03mesa: return the correct value for GroupStackDepthEmil Velikov1-1/+1
2015-12-03mesa: rename GroupStackDepth to CurrentGroupEmil Velikov1-16/+16
2015-12-03mesa: do not enable KHR_debug for ES 1.0Emil Velikov2-11/+11
2015-12-03glapi: add GetPointervKHR to the ES dispatchEmil Velikov1-0/+5
2015-12-03mesa/version: Update gl_extensions::Version during version overrideNanley Chery1-0/+1
2015-12-03mesa: print enum names rather than hexadecimal values in error messagesBrian Paul1-6/+6
2015-12-03st/wgl: add new stw_ext_rendertexture.c fileBrian Paul1-0/+252
2015-12-03st/wgl: add support for WGL_ARB_render_textureBrian Paul9-10/+118
2015-12-03st/mesa: add new st_copy_framebuffer_to_texture() functionBrian Paul3-0/+178
2015-12-03glsl: remove useless null checks and make match_explicit_outputs_to_inputs() ...Juha-Pekka Heikkila1-9/+1
2015-12-03i965: use _Shader to get fragment program when updating surface stateTapani Pälli1-2/+2
2015-12-02nv50/ir: fix moves to/from flagsIlia Mirkin2-2/+7
2015-12-02nv50/ir: don't forget to mark flagsDef on cvt in txb loweringIlia Mirkin1-1/+1