aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600g: don't require dword alignment with CP DMA for buffer transfersMarek Olšák2013-03-015-11/+9
* r600g: always map uninitialized buffer range as unsynchronizedMarek Olšák2013-03-016-0/+45
* gallium/util: add helper code for 1D integer rangeMarek Olšák2013-03-011-0/+89
* r600g: cleanup deprecated register tablesMarek Olšák2013-03-013-45/+14
* r600g: unify vgt statesMarek Olšák2013-03-015-26/+9
* r600g: flush and invalidate htile cache when appropriateMarek Olšák2013-03-016-1/+21
* r600g: atomize streamout enablingMarek Olšák2013-03-019-87/+96
* r600g: use async DMA with a non-zero src offsetMarek Olšák2013-03-011-1/+1
* r600g: pad the DMA CS to a multiple of 8 dwordsMarek Olšák2013-03-011-2/+14
* intel: Enable __DRI_API_OPENGL_CORE api with dri2 contextsJordan Justen2013-02-281-0/+2
* intel: update max versions based on MESA_GL_VERSION_OVERRIDEJordan Justen2013-02-281-0/+10
* mesa version: add _mesa_get_gl_version_overrideJordan Justen2013-02-282-27/+70
* glsl: allow GLSL compiler version to be overridden to 1.50Jordan Justen2013-02-282-0/+3
* i965/fs: Put immediate operand as src2Matt Turner2013-02-281-1/+1
* intel: Remove intel_mipmap_tree::wraps_etcChad Versace2013-02-282-21/+3
* ir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.Matt Turner2013-02-281-2/+5
* i965/vs: Assert that ir_triop_lrp was lowered.Matt Turner2013-02-281-0/+4
* i965/fp: Use the LRP instruction for OPCODE_LRP.Matt Turner2013-02-281-8/+4
* i965/fs: Use the LRP instruction for ir_triop_lrp when possible.Kenneth Graunke2013-02-287-5/+75
* i965: Add support for emitting the LRP instruction.Kenneth Graunke2013-02-284-0/+4
* glsl: Optimize ir_triop_lrp(x, y, a) with a = 0.0f or 1.0fMatt Turner2013-02-281-0/+11
* glsl: Convert mix() to use a new ir_triop_lrp opcode.Kenneth Graunke2013-02-2811-12/+84
* glsl: Rework ir_reader to handle expressions with three operands.Kenneth Graunke2013-02-281-26/+19
* glsl: Consolidate ir_expression constructors that use explicit types.Kenneth Graunke2013-02-282-37/+10
* i965/vs/gen7: Allow MATH instructions to have MRF as a destinationMatt Turner2013-02-281-1/+1
* i965/fs/gen7: Allow MATH instructions to have MRF as a destinationMatt Turner2013-02-281-1/+1
* i965/gen7: Relax restrictions on fake MRFsMatt Turner2013-02-281-2/+4
* i965/fs: Remove duplicate scan_inst->mlen checkMatt Turner2013-02-281-5/+0
* clover: Fix build with LLVM 3.3 v2Tom Stellard2013-02-282-9/+40
* attrib: push/pop FRAGMENT_PROGRAM_ARB stateJordan Justen2013-02-281-0/+12
* scons: Fix Windows build with LLVM 3.2Keith Kriewall2013-02-281-1/+13
* autotools: oprofilejit should be included in the list of LLVM components requ...Adam Sampson2013-02-281-0/+3
* r600g: workaround hyperz lockup on evergreenJerome Glisse2013-02-284-2/+23
* texobj: add verbose api trace messages to several routinesJordan Justen2013-02-271-0/+21
* llvmpipe: check buffers in llvmpipe_is_resource_referenced.Roland Scheidegger2013-02-283-8/+24
* llvmpipe: support rendering to buffer render targets.Roland Scheidegger2013-02-284-47/+61
* util: fix issues with util_clear_render_target.Roland Scheidegger2013-02-281-9/+46
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-2815-189/+249
* gallivm: fix mis-matching AOS instruction emissionMaxence Le Doré2013-02-271-1/+1
* glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefinedJon TURNEY2013-02-271-1/+1
* configure.ac: Clarify the description of the --with-opencl-libdir parameter a...Francisco Jerez2013-02-271-1/+1
* radeonsi: Fix memory leak in si_set_constant_buffer.Vinson Lee2013-02-261-0/+1
* st/vega: Fix memory leak in combine_shaders.Vinson Lee2013-02-261-1/+3
* egl/wayland: Don't block on EGL_DEFAULT_DISPAY under waylandKristian Høgsberg2013-02-261-0/+4
* egl: Allow 24-bit visuals for 32-bit RGBA8888 configsIan Romanick2013-02-261-1/+8
* st/mesa: remove some conditionals in update_raster_state()Brian Paul2013-02-261-15/+8
* r600g: add missing emit_flush for R600_CONTEXT_FLUSH_AND_INV caseAlex Deucher2013-02-261-0/+1
* r600g: synchronize streamout buffers on r6xx too (v3)Alex Deucher2013-02-261-1/+1
* winsys/null: fix var typo templet->templatBrian Paul2013-02-261-1/+1
* svga: fix comment typosBrian Paul2013-02-261-1/+1