summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* vl/mpeg2: simple fix to get xine running againChristian König2012-01-041-4/+5
* tgsi/softpipe: disable FAST_MATHDave Airlie2012-01-031-1/+1
* softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand2012-01-036-21/+91
* gallium: use Haiku provided debug_printf in OS.hAlexander von Gluck2012-01-031-1/+4
* r600g: add missing colorswaps for r8 uint/sint.Dave Airlie2012-01-022-0/+4
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-022-4/+51
* vl: seperate shader buffers from componentsChristian König2012-01-027-64/+38
* r300g: inline r300_resource_set_propertiesMarek Olšák2012-01-011-16/+1
* r300g: rework resource_copy_region, not changing pipe_resourceMarek Olšák2012-01-019-119/+194
* u_blitter: expose functions for setting default views and surfaces for copyingMarek Olšák2012-01-012-18/+65
* softpipe: reorder LIT to fix fp-lit-src-equals-dstDave Airlie2011-12-311-8/+8
* llvmpipe: fix blending for intensity formatsDave Airlie2011-12-311-1/+2
* u_format: fix latc fetches.Dave Airlie2011-12-301-1/+6
* u_format/rgtc: fix alpha values in returned texels.Dave Airlie2011-12-301-1/+10
* st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB()Brian Paul2011-12-301-1/+1
* u_format: fix inv_swizzles generationDave Airlie2011-12-301-1/+2
* r600g: Manage fences per screen rather than per context.Michel Dänzer2011-12-302-56/+65
* i915g: Allocate tmp for KILPStéphane Marchesin2011-12-301-0/+2
* llvmpipe: Remove useless draw_install_pstipple_stage call.Stéphane Marchesin2011-12-291-5/+0
* i915g: Add missing draw_flush call.Stéphane Marchesin2011-12-281-0/+7
* i915g: Only apply the optimization to output vars.Stéphane Marchesin2011-12-271-0/+1
* gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under HaikuAlexander von Gluck2011-12-271-1/+1
* gallium/u_pack: fix l8/i8 pack color ubDave Airlie2011-12-271-1/+1
* vl: call decode_bitstream only onceChristian König2011-12-265-10/+19
* r600g: fix a warning that a variable may be uninitializedMarek Olšák2011-12-251-0/+2
* gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBSMarek Olšák2011-12-254-5/+0
* r300g: mapping buffers for read should be unsynchronizedMarek Olšák2011-12-241-1/+9
* winsys/radeon: move managing GEM domains back to driversMarek Olšák2011-12-2414-76/+106
* vl: Fix inverted logic in vlc checksMaarten Lankhorst2011-12-241-4/+4
* egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers2011-12-243-6/+9
* st-api: Have context_create explain why creation failedIan Romanick2011-12-233-4/+28
* st-api: Clean-up OpenGL profile handlingIan Romanick2011-12-233-19/+44
* vl: improve vlc functions and handlingMaarten Lankhorst2011-12-232-59/+156
* nouveau: Fix bugs in nouveau_video_bufferMaarten Lankhorst2011-12-232-4/+3
* gallivm: Close a memory leakLauri Kasanen2011-12-221-0/+1
* softpipe: try and use back color for a slot if color fails.Dave Airlie2011-12-221-0/+5
* xvmc: Remove unused variableMaarten Lankhorst2011-12-201-3/+0
* vl: Remove unused declarationMaarten Lankhorst2011-12-201-1/+1
* vl: Use pipe clear_render_target instead of util_clear_render_targetMaarten Lankhorst2011-12-201-2/+2
* st/egl: error check and clamp coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-8/+21
* st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-202-2/+24
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-204-14/+0
* i915g: Add unsupported caps.Stéphane Marchesin2011-12-191-0/+4
* i915g: Turn an assert into a debug message, print more debug info for missing...Stéphane Marchesin2011-12-192-4/+9
* i915g: Make the pipe_sampler_state struct non const and get rid of useless me...Stéphane Marchesin2011-12-192-2/+2
* i915g: Implement KILP.Stéphane Marchesin2011-12-191-3/+12
* i915g: Add two unsupported caps.Stéphane Marchesin2011-12-191-0/+2
* i915g: Put the templates at the beggining of the structures.Stéphane Marchesin2011-12-192-5/+5
* tgsi: update documents with some info on texture lookupDave Airlie2011-12-191-0/+11
* softpipe: fix shadow1d tests.Dave Airlie2011-12-191-1/+13