aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* gallium-egl: Commit the rest of the native_wayland_drm_bufmgr_helper v2 patchKristian Høgsberg2013-08-073-7/+4
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-074-15/+22
* gallium-egl: Don't add a listener for wl_drm twice in wayland platformAnder Conselvan de Oliveira2013-08-071-1/+0
* gallium-egl: Simplify native_wayland_drm_bufmgr_helper interfaceAnder Conselvan de Oliveira2013-08-079-308/+276
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-303-1/+5
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-303-5/+9
* st/dri: remove driOptionCache from dri_context in favor of dri_screenMarek Olšák2013-07-302-13/+1
* st/dri: move enabling postprocessing to dri_screenMarek Olšák2013-07-304-16/+18
* st/dri: remove more unused driconf optionsMarek Olšák2013-07-301-6/+1
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-303-2/+20
* driconf: remove the unused option allow_large_texturesMarek Olšák2013-07-301-2/+1
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-07-303-1/+5
* st/osmesa: initialize disable_glsl_line_continuationsMarek Olšák2013-07-301-0/+1
* clover: Added missing address space checking of kernel parameters v2Jonathan Charest2013-07-301-15/+31
* st/clover: Allow double precision operationsNiels Ole Salscheider2013-07-251-0/+1
* xa: move surface to ref/unref apiJerome Glisse2013-07-253-2/+18
* xa: let ddx handle flushJerome Glisse2013-07-252-9/+2
* xa: export a common context flush functionJerome Glisse2013-07-254-7/+17
* xa: add handle type parameter to get handleJerome Glisse2013-07-252-2/+18
* xa: add xa_surface_from_handle()Rob Clark2013-07-252-4/+46
* clover: Respect kernel argument alignment restrictions.Francisco Jerez2013-07-222-2/+19
* clover: Extend kernel arguments for differing host and device data types.Francisco Jerez2013-07-222-4/+56
* clover: Byte-swap kernel arguments when host and device endianness differ.Francisco Jerez2013-07-221-37/+65
* clover: Add kernel argument fields to allow differing host/target data types.Francisco Jerez2013-07-221-2/+23
* clover: Pass corresponding module::argument to kernel::argument::bind().Francisco Jerez2013-07-222-84/+61
* clover: Return correct value for CL_DEVICE_ENDIAN_LITTLETom Stellard2013-07-223-1/+8
* st/xvmc/tests: avoid non portable error.h functionsJonathan Gray2013-07-111-5/+8
* clover: Don't segfault when compiling a program with no kernelTom Stellard2013-06-281-0/+7
* clover: Fix build with LLVM 3.4Tom Stellard2013-06-271-6/+6
* vega: add some casts to silence MSVC warningsBrian Paul2013-06-262-11/+11
* st/dri/sw: Fix pitch calculation in drisw_update_tex_bufferRichard Sandiford2013-06-241-2/+3
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-243-14/+14
* st/xlib: Fix XImage stride calculationRichard Sandiford2013-06-171-4/+4
* st/xlib Fix XIMage bytes-per-pixel calculationRichard Sandiford2013-06-171-3/+2
* st/dri: if flushing a drawable, don't set reason=SWAPBUFFERSMarek Olšák2013-06-131-1/+1
* st/dri: resolve the back buffer only in SwapBuffersMarek Olšák2013-06-131-3/+3
* st/dri: manually swap MSAA front and back buffers in SwapBuffersMarek Olšák2013-06-131-0/+25
* st/dri: always copy new DRI front and back buffers to corresponding MSAA buffersMarek Olšák2013-06-131-0/+27
* st/dri: refactor dri_msaa_resolveMarek Olšák2013-06-133-12/+15
* st/dri: reuse depth-stencil and MSAA resources after DRI2 invalidate eventMarek Olšák2013-06-131-26/+78
* st/dri: fix MSAA resolving of buffers with height > widthMarek Olšák2013-06-131-2/+2
* gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák2013-06-131-1/+2
* st/xlib: Flush the front buffer before doing CopySubBufferStéphane Marchesin2013-06-071-0/+4
* st/xlib: Fix upside down coordinates for CopySubBufferStéphane Marchesin2013-06-071-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-0550-50/+0
* st/vdpau: destroy handle table only when it's emptyChristian König2013-05-271-1/+1
* st/vdpau: remove vlCreateHTAB from surface functionsChristian König2013-05-271-9/+0
* st/vdpau: invalidate the handles on destructionChristian König2013-05-273-0/+4
* st/glx: add null ctx check in glXDestroyContext()Brian Paul2013-05-241-10/+12
* st/glx/xlib: assorted whitespace, comment fixesBrian Paul2013-05-241-8/+17