summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-02nv50/ir: fix instruction permutation logicIlia Mirkin1-1/+1
2015-12-02nv50/ir: the mad source might not have a defining instructionIlia Mirkin1-1/+1
2015-12-02nv50/ir: make sure entire graph is reachableIlia Mirkin1-0/+1
2015-12-02nv50/ir: deal with loops with no breaksIlia Mirkin1-0/+6
2015-12-02nvc0/ir: fold postfactor into immediateIlia Mirkin1-0/+6
2015-12-02nv50/ir: allow immediate 0 to be loaded anywhereIlia Mirkin1-0/+6
2015-12-02i965: Add INTEL_DEBUG=perf information for GS recompiles.Kenneth Graunke1-0/+58
2015-12-02i965: De-duplicate key_debug() function.Kenneth Graunke3-21/+10
2015-12-02nv50/ir/gk110: add memory barriers support for GK110Samuel Pitoiset1-0/+12
2015-12-02nv50/ir: do not call textureMask() for surface opsSamuel Pitoiset1-1/+2
2015-12-02appveyor: Initial integration.Jose Fonseca1-0/+62
2015-12-02util/blitter: Fix "SO C90 forbids mixed declarations and code".Jose Fonseca1-2/+4
2015-12-02mesa: print enum string in compressed_subtexture_error_check() error msgBrian Paul1-2/+2