summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i915: Fix gen2 texblend setupVille Syrjälä2014-06-231-1/+1
* i965: Save meta stencil blit programs in the context.Kenneth Graunke2014-06-232-8/+13
* glx: Don't crash on swap event for a Window (non-GLXWindow)Daniel Manjarres2014-06-231-4/+8
* mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.Iago Toral Quiroga2014-06-231-0/+1
* clover: Don't use llvm's global contextTom Stellard2014-06-231-6/+9
* clover: Prevent Clang from printing number of errors and warnings to stderr.Tom Stellard2014-06-231-0/+5
* nv30: hack to avoid errors on unexpected color/zeta combinationsIlia Mirkin2014-06-231-0/+17
* nv30: avoid dangling references to deleted contextsIlia Mirkin2014-06-231-0/+3
* nv30: plug some memory leaks on screen destroy and shader compileIlia Mirkin2014-06-232-0/+7
* meta: Respect the driver's maximum number of draw buffersIan Romanick2014-06-231-2/+2
* mesa: Remove glClear optimization based on drawable sizeKristian Høgsberg2014-06-231-5/+0
* radeon/uvd: disable VC-1 simple/main on UVD 2.xGrigori Goronzy2014-06-231-1/+4
* nv50: make sure to mark first scissor dirty after blitIlia Mirkin2014-06-231-0/+1
* i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell.Kenneth Graunke2014-06-231-4/+16
* i965/vec4: Use the sampler for pull constant loads on Broadwell.Kenneth Graunke2014-06-231-8/+8
* i965: Add missing newlines to a few perf_debug messages.Kenneth Graunke2014-06-231-2/+2
* i965: Drop Broadwell perf_debugs about missing MOCS that aren't missing.Kenneth Graunke2014-06-232-4/+0
* i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.Kenneth Graunke2014-06-231-3/+1
* i965/vec4: Fix dead code elimination for VGRFs of size > 1.Kenneth Graunke2014-06-231-1/+2
* meta_blit: properly compute texture width for the CopyTexSubImage fallbackJason Ekstrand2014-06-231-1/+1
* i965: Set the fast clear color value for texture surfacesNeil Roberts2014-06-232-2/+6
* i965: Invalidate live intervals when inserting Gen4 SEND workarounds.Kenneth Graunke2014-06-231-0/+6
* i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.Kenneth Graunke2014-06-231-1/+1
* android, dricore: undefined reference to _mesa_streaming_load_memcpyAdrian Negreanu2014-06-231-0/+5
* android, mesa_gen_matypes: pull in timespec POSIX definitionAdrian Negreanu2014-06-232-0/+2
* android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixma...Adrian Negreanu2014-06-231-1/+1
* android, egl: add correct drm include for libmesa_egl_dri2Adrian Negreanu2014-06-231-0/+1
* android: add src/gallium/auxiliary as include path for libmesa_dricoreAdrian Negreanu2014-06-231-1/+2
* android: add libloader to libGLES_mesa and libmesa_egl_dri2Adrian Negreanu2014-06-232-1/+7
* android: adapt to the megadriver mechanismAdrian Negreanu2014-06-232-0/+18
* add megadriver_stub_FILESAdrian Negreanu2014-06-232-1/+4
* mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).José Fonseca2014-06-231-1/+5
* gk110/ir: fix bfind emissionIlia Mirkin2014-06-231-1/+1
* gk110/ir: fix emitting constbuf file indexIlia Mirkin2014-06-231-2/+3
* gk110/ir: emit saturate flag on fadd when neededIlia Mirkin2014-06-231-0/+1
* targets/xa: limit the amount of exported symbolsEmil Velikov2014-06-162-0/+41
* radeonsi: Fix build error introduced in 5ab9a9cIan Romanick2014-06-061-1/+0
* gk110/ir: fix slct emissionIlia Mirkin2014-06-061-1/+1
* gk110/ir: fix interp mode emissionIlia Mirkin2014-06-061-1/+2
* nvc0: don't bother trying to set up compute for gk110+Ilia Mirkin2014-06-061-3/+4
* gk110: add in forgotten code for gk110 isaIlia Mirkin2014-06-061-0/+13
* gk110/ir: fix ISAD emission with register argsIlia Mirkin2014-06-061-1/+1
* gk110/ir: fix quadon opcode emissionIlia Mirkin2014-06-061-1/+1
* gk110/ir: emit texbar the same way that the blob doesIlia Mirkin2014-06-061-1/+1
* nv50/ir: clear subop when folding constant expressionsTobias Klausmann2014-06-061-0/+1
* i965: Support GL_CLAMP natively on Broadwell.Kenneth Graunke2014-06-063-4/+13
* i965: Pass brw to translate_wrap_mode().Kenneth Graunke2014-06-063-8/+9
* i965: Fix copy and pasted values in Broadwell code.Kenneth Graunke2014-06-061-10/+21
* egl: Check for NULL native_window in eglCreateWindowSurfaceSinclair Yeh2014-06-061-0/+4
* r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-clearedMarek Olšák2014-06-062-2/+5