summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: fix masked transformationsLucas Stach2012-07-201-20/+40
* gallium-egl: Move wayland query_buffer implementationKristian Høgsberg2012-07-197-32/+54
* wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg2012-07-191-3/+10
* wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg2012-07-191-3/+3
* gallium-egl: Implement eglQueryWaylandBufferWLKristian Høgsberg2012-07-191-1/+31
* st/xorg: attach EDID to outputsLucas Stach2012-07-181-1/+36
* st/xorg: remove superfluous memsetLucas Stach2012-07-181-2/+0
* st/xorg: reorder exa context creation and use screen param queriesLucas Stach2012-07-181-7/+8
* gbm: Add gbm_bo_import for gallium gbm backendKristian Høgsberg2012-07-172-13/+49
* st/egl: Fix build for wayland includesElvis Lee2012-07-171-3/+4
* st/gbm: renaming pitch to stride on galliumElvis Lee2012-07-171-2/+2
* st/egl: fix uninitialized pointer bugBrian Paul2012-07-161-1/+1
* st/xorg: Fix build failure due to symbol clash.José Fonseca2012-07-121-0/+3
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-111-1/+1
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-112-15/+16
* clover: Handle NULL devs argument in clBuildProgramTom Stellard2012-07-011-5/+10
* clover: Define non-templated copy constructor for clover::ref_ptr.Francisco Jerez2012-07-011-2/+1
* clover: Add a function internalizer pass before LTO v2Tom Stellard2012-06-291-10/+49
* st/wgl: Add a few more comments.José Fonseca2012-06-262-6/+38
* st/wgl: 80-column wrappingBrian Paul2012-06-252-7/+12
* clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIRTom Stellard2012-06-221-1/+1
* st/vdpau: use template size as default for source_rect.Christian König2012-06-201-3/+10
* st/vdpau: clear Cb&Cr with 0.5fChristian König2012-06-201-2/+5
* st/glx: Do not undefine _R, _G, and _B.Vinson Lee2012-06-181-3/+0
* st/vdpau: fix YCbCr down/up-loads for buffers larger than requestedChristian König2012-06-141-2/+27
* st/xorg: Fix crash on startup.Dave Airlie2012-06-121-4/+11
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-1/+1
* xorg: port to new compat API.Dave Airlie2012-06-068-63/+162
* clover: Add function for building a clover::module for non-TGSI targets v6Tom Stellard2012-06-013-14/+158
* clover: Remove target argument from compile_program_tgsi()Tom Stellard2012-06-013-5/+3
* clover: Add constructors to some of the module classes v3Tom Stellard2012-06-011-0/+13
* clover: Add necessary flags to libclllvm_la_CXXFLAGSTom Stellard2012-06-011-1/+5
* clover: Add a function for retrieving a device's preferred ir v3Tom Stellard2012-06-012-8/+11
* gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller2012-05-292-12/+20
* gallium/auxiliary/pipe-loader: Fix usage of anonymous union.Francisco Jerez2012-05-161-1/+1
* st/xorg: Better handling of EXA copies.Michel Dänzer2012-05-164-225/+41
* Add .gitignore files for recently-added gallium projectsPaul Berry2012-05-151-0/+1
* clover: Fix build on i386.Francisco Jerez2012-05-121-1/+2
* clover: Check the total work-group size provided to clEnqueueNDRangeKernel.Francisco Jerez2012-05-121-10/+17
* clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCKChristoph Bumiller2012-05-123-1/+9
* scons: Fix missing gbm symbols in st/egl.José Fonseca2012-05-121-3/+5
* vega: fix 565 color unpacking bugAndreas Betz2012-05-111-2/+2
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-117-143/+53
|\
| * st/xorg: don't use user_buffer_createMarek Olšák2012-04-301-51/+16
| * st/xa: don't use user_buffer_createMarek Olšák2012-04-301-44/+15
| * st/vega: don't use user_buffer_createMarek Olšák2012-04-302-36/+10
| * st/vega: use cso_draw_arraysMarek Olšák2012-04-301-3/+3
| * st/xorg: fix compilation - wrong libkms include fileMarek Olšák2012-04-302-2/+2
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-304-7/+7
* | clover: Implement CL_MEM_COPY_HOST_PTR.Francisco Jerez2012-05-114-7/+20