summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: do not enable KHR_debug for ES 1.0Emil Velikov2015-12-032-11/+11
* glapi: add GetPointervKHR to the ES dispatchEmil Velikov2015-12-031-0/+5
* mesa/version: Update gl_extensions::Version during version overrideNanley Chery2015-12-031-0/+1
* mesa: print enum names rather than hexadecimal values in error messagesBrian Paul2015-12-031-6/+6
* st/wgl: add new stw_ext_rendertexture.c fileBrian Paul2015-12-031-0/+252
* st/wgl: add support for WGL_ARB_render_textureBrian Paul2015-12-039-10/+118
* st/mesa: add new st_copy_framebuffer_to_texture() functionBrian Paul2015-12-033-0/+178
* glsl: remove useless null checks and make match_explicit_outputs_to_inputs() ...Juha-Pekka Heikkila2015-12-031-9/+1
* i965: use _Shader to get fragment program when updating surface stateTapani Pälli2015-12-031-2/+2
* nv50/ir: fix moves to/from flagsIlia Mirkin2015-12-022-2/+7
* nv50/ir: don't forget to mark flagsDef on cvt in txb loweringIlia Mirkin2015-12-021-1/+1
* nv50/ir: fix instruction permutation logicIlia Mirkin2015-12-021-1/+1
* nv50/ir: the mad source might not have a defining instructionIlia Mirkin2015-12-021-1/+1
* nv50/ir: make sure entire graph is reachableIlia Mirkin2015-12-021-0/+1
* nv50/ir: deal with loops with no breaksIlia Mirkin2015-12-021-0/+6
* nvc0/ir: fold postfactor into immediateIlia Mirkin2015-12-021-0/+6
* nv50/ir: allow immediate 0 to be loaded anywhereIlia Mirkin2015-12-021-0/+6
* i965: Add INTEL_DEBUG=perf information for GS recompiles.Kenneth Graunke2015-12-021-0/+58
* i965: De-duplicate key_debug() function.Kenneth Graunke2015-12-023-21/+10
* nv50/ir/gk110: add memory barriers support for GK110Samuel Pitoiset2015-12-021-0/+12
* nv50/ir: do not call textureMask() for surface opsSamuel Pitoiset2015-12-021-1/+2
* appveyor: Initial integration.Jose Fonseca2015-12-021-0/+62
* util/blitter: Fix "SO C90 forbids mixed declarations and code".Jose Fonseca2015-12-021-2/+4
* mesa: print enum string in compressed_subtexture_error_check() error msgBrian Paul2015-12-021-2/+2
* gallium/util: Fix util_blitter_clear_depth_stencil() for num_layers>1Edward O'Callaghan2015-12-021-4/+12
* gallium/util: Fix util_blitter_clear_render_target() for num_layers>1Edward O'Callaghan2015-12-021-3/+12
* mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queriesRoland Scheidegger2015-12-023-2/+8
* Remove Sun CC specific code.Jose Fonseca2015-12-0210-55/+11
* configure.ac: Refuse to build with Sun C compiler.Jose Fonseca2015-12-021-0/+7
* travis: Add a test build with scons.Eric Anholt2015-12-011-6/+15
* i965: Increase BRW_MAX_UBO to 14.Kenneth Graunke2015-12-011-1/+1
* i965: Do dead-code elimination in a single pass.Matt Turner2015-12-013-29/+16
* glsl: Rename safe_reverse -> reverse_safe.Matt Turner2015-12-013-7/+7
* i965: Don't mark dead instructions' sources live.Matt Turner2015-12-012-0/+8
* r600: set mega fetch count to 16 for gs copy shaderDave Airlie2015-12-021-0/+1
* r600: increment ring index after emit vertex not before.Dave Airlie2015-12-021-18/+24
* r600: add alu + cf nop to copy shader on r600Dave Airlie2015-12-021-0/+10
* r600: SMX returns CONTEXT_DONE early workaroundDave Airlie2015-12-022-1/+13
* r600: do SQ flush ES ring rolling workaroundDave Airlie2015-12-023-1/+8
* nv50,nvc0: allow to create resources other than buffersSamuel Pitoiset2015-12-015-4/+9
* glapi: work-around MSVC 65K string length limitation for enums.cBrian Paul2015-12-011-3/+10
* mapi: Fix enums.c build with other build systems.Eric Anholt2015-12-012-2/+2
* travis: Initial import of travis instructions.Eric Anholt2015-12-011-0/+92
* mesa: Drop the blacklisting of new GL enums.Eric Anholt2015-12-012-269/+2
* mesa: Use a 32-bit offset for the enums.c string offset table.Eric Anholt2015-12-011-3/+1
* mesa: Prefer newer names to older ones among names present in core.Eric Anholt2015-12-011-17/+8
* mesa: Drop bitfield "enums" from the enum-to-string table.Eric Anholt2015-12-012-21/+23
* mesa: Switch to using the Khronos registry for generating enums.Eric Anholt2015-12-012-39/+370
* mesa: Remove the python mode bits from gl_enums.py.Eric Anholt2015-12-011-1/+0
* mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.Eric Anholt2015-12-012-4/+1