summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* attrib: push/pop FRAGMENT_PROGRAM_ARB stateJordan Justen2013-02-281-0/+12
* 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
* 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
* r300g: implement 3D transfersMarek Olšák2013-02-261-2/+18
* gallium/util: add helper util_max_layer from r600gMarek Olšák2013-02-267-47/+31
* llvmpipe: (trivial) get rid of old function prototypes.Roland Scheidegger2013-02-251-7/+0
* draw: make sure pipeline is revalidated when sampler views or samplers change.Roland Scheidegger2013-02-252-1/+6
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-2512-115/+191
* i965: Fix the W value of deprecated pointcoords on pre-gen6.Eric Anholt2013-02-251-1/+18
* mesa/es: NULL check in EGLImageTargetTexture2DOESTapani Pälli2013-02-251-0/+6
* mesa: add missing case in _mesa_GetTexParameterfv()Tapani Pälli2013-02-251-0/+6
* glsl: Remove VS output varyings which are optimized out of the FSJordan Justen2013-02-231-1/+18
* vl: Fix off-by-one error in device_name_length allocation.Vinson Lee2013-02-231-2/+1
* llvmpipe: Fix creation of shared and scanout textures.John Kåre Alsaker2013-02-231-1/+3
* util/u_blitter: Set pipe_sampler_state::normalized_coords correctly.José Fonseca2013-02-231-4/+22
* svga: remove some extraneous whitespaceBrian Paul2013-02-231-8/+0
* st/mesa: fix debug_printf() format string warningBrian Paul2013-02-231-1/+1
* util/dump: Use static assertion to detect string table size mismatches.José Fonseca2013-02-231-1/+18
* st/xvmc/tests: Ensure colorkey is initialized.Vinson Lee2013-02-221-0/+4
* st/vdpau: Fix memory leak in vlVdpBitmapSurfaceCreate.Vinson Lee2013-02-221-0/+1
* st/vdpau: Fix memory leak in vlVdpOutputSurfaceCreate.Vinson Lee2013-02-221-0/+1
* glapi: mark static_dispatch false for DiscardFramebufferEXTTapani Pälli2013-02-221-1/+2
* llvmpipe: rename polygon offset fields to something more specificBrian Paul2013-02-222-8/+11
* llvmpipe: add missing checks for polygon offset point/line modesBrian Paul2013-02-221-0/+6
* draw: fix broken polygon offset stageBrian Paul2013-02-221-3/+37
* st/mesa: fix polygon offset state translation logicBrian Paul2013-02-221-7/+3
* st/mesa: check for dummy programs in destroy_program_variants()Brian Paul2013-02-221-1/+1
* st/mesa: fix trimming of GL_QUAD_STRIPBrian Paul2013-02-221-1/+1
* r600g: fixup PS_PARTIAL_FLUSH flag handling for caymanAlex Deucher2013-02-221-7/+6
* r600g: r6xx deadlock workaround (v6)Alex Deucher2013-02-221-0/+6
* r600g: add PS_PARTIAL_FLUSH flagAlex Deucher2013-02-222-0/+6
* i965: Enable OpenGL ES 3.0 on Sandy BridgeIan Romanick2013-02-221-1/+1
* meta: Allocate texture before initializing texture coordinatesAnuj Phogat2013-02-221-9/+8
* mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2013-02-222-2/+2
* i965/fs: Fix broken math on values loaded from uniform buffers on gen6.Eric Anholt2013-02-221-0/+1