summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-28XXX: Initial lds workldsTom Stellard8-5/+168
2013-02-28clover: Fix build with LLVM 3.3 v2Tom Stellard2-9/+40
2013-02-28attrib: push/pop FRAGMENT_PROGRAM_ARB stateJordan Justen1-0/+12
2013-02-28scons: Fix Windows build with LLVM 3.2Keith Kriewall1-1/+13
2013-02-28autotools: oprofilejit should be included in the list of LLVM components requ...Adam Sampson1-0/+3
2013-02-28r600g: workaround hyperz lockup on evergreenJerome Glisse4-2/+23
2013-02-27texobj: add verbose api trace messages to several routinesJordan Justen1-0/+21
2013-02-28llvmpipe: check buffers in llvmpipe_is_resource_referenced.Roland Scheidegger3-8/+24
2013-02-28llvmpipe: support rendering to buffer render targets.Roland Scheidegger4-47/+61
2013-02-28util: fix issues with util_clear_render_target.Roland Scheidegger1-9/+46
2013-02-28softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger15-189/+249
2013-02-27gallivm: fix mis-matching AOS instruction emissionMaxence Le Doré1-1/+1
2013-02-27glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefinedJon TURNEY1-1/+1
2013-02-27configure.ac: Clarify the description of the --with-opencl-libdir parameter a...Francisco Jerez1-1/+1
2013-02-26radeonsi: Fix memory leak in si_set_constant_buffer.Vinson Lee1-0/+1
2013-02-26st/vega: Fix memory leak in combine_shaders.Vinson Lee1-1/+3
2013-02-26egl/wayland: Don't block on EGL_DEFAULT_DISPAY under waylandKristian Høgsberg1-0/+4
2013-02-26egl: Allow 24-bit visuals for 32-bit RGBA8888 configsIan Romanick1-1/+8
2013-02-26st/mesa: remove some conditionals in update_raster_state()Brian Paul1-15/+8
2013-02-26r600g: add missing emit_flush for R600_CONTEXT_FLUSH_AND_INV caseAlex Deucher1-0/+1
2013-02-26r600g: synchronize streamout buffers on r6xx too (v3)Alex Deucher1-1/+1
2013-02-26winsys/null: fix var typo templet->templatBrian Paul1-1/+1
2013-02-26svga: fix comment typosBrian Paul1-1/+1
2013-02-26r300g: implement 3D transfersMarek Olšák1-2/+18
2013-02-26gallium/util: add helper util_max_layer from r600gMarek Olšák7-47/+31
2013-02-25llvmpipe: (trivial) get rid of old function prototypes.Roland Scheidegger1-7/+0
2013-02-25draw: make sure pipeline is revalidated when sampler views or samplers change.Roland Scheidegger2-1/+6
2013-02-25llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger12-115/+191
2013-02-25i965: Fix the W value of deprecated pointcoords on pre-gen6.Eric Anholt1-1/+18
2013-02-25mesa/es: NULL check in EGLImageTargetTexture2DOESTapani Pälli1-0/+6
2013-02-25mesa: add missing case in _mesa_GetTexParameterfv()Tapani Pälli1-0/+6
2013-02-25docs: add news item for mesa-demos 8.1.0 releaseAndreas Boll1-0/+9
2013-02-25docs: import release notes for 9.1, add news itemAndreas Boll2-2/+14
2013-02-23glsl: Remove VS output varyings which are optimized out of the FSJordan Justen1-1/+18
2013-02-23vl: Fix off-by-one error in device_name_length allocation.Vinson Lee1-2/+1
2013-02-23llvmpipe: Fix creation of shared and scanout textures.John Kåre Alsaker1-1/+3
2013-02-23util/u_blitter: Set pipe_sampler_state::normalized_coords correctly.José Fonseca1-4/+22
2013-02-23svga: remove some extraneous whitespaceBrian Paul1-8/+0
2013-02-23st/mesa: fix debug_printf() format string warningBrian Paul1-1/+1
2013-02-23util/dump: Use static assertion to detect string table size mismatches.José Fonseca1-1/+18
2013-02-22st/xvmc/tests: Ensure colorkey is initialized.Vinson Lee1-0/+4
2013-02-22st/vdpau: Fix memory leak in vlVdpBitmapSurfaceCreate.Vinson Lee1-0/+1
2013-02-22st/vdpau: Fix memory leak in vlVdpOutputSurfaceCreate.Vinson Lee1-0/+1
2013-02-22glapi: mark static_dispatch false for DiscardFramebufferEXTTapani Pälli1-1/+2
2013-02-22llvmpipe: rename polygon offset fields to something more specificBrian Paul2-8/+11
2013-02-22llvmpipe: add missing checks for polygon offset point/line modesBrian Paul1-0/+6
2013-02-22draw: fix broken polygon offset stageBrian Paul1-3/+37
2013-02-22st/mesa: fix polygon offset state translation logicBrian Paul1-7/+3
2013-02-22st/mesa: check for dummy programs in destroy_program_variants()Brian Paul1-1/+1
2013-02-22st/mesa: fix trimming of GL_QUAD_STRIPBrian Paul1-1/+1