aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | clover: Import OpenCL state tracker.Francisco Jerez2012-05-1142-1/+7966
* | gallium/gbm: Switch to auxiliary/pipe-loader.Francisco Jerez2012-05-112-4/+4
* | gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-6/+7
* | egl-fbdev: Fix compile-error by including errno.hDavid Herrmann2012-04-301-0/+1
|/
* gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZEDMarek Olšák2012-04-181-1/+1
* st/vega: silence enum cast warningsDylan Noblesmith2012-04-131-4/+5
* st/vega: fix uninitialized valuesDylan Noblesmith2012-04-131-2/+2
* st/xa: Link with -Wl,-r instead of -r.Johannes Obermayr2012-04-071-1/+1
* xatracker: fix the build of a 32bit lib on a 64bit osAlexandre Demers2012-04-051-1/+1
* st/egl: Update to the new wl_shm_pool interfaceBenjamin Franzke2012-04-031-3/+8
* st/vdpau: fix deadlock in PresentationQueueQuerySurfaceStatusChristian König2012-04-031-1/+2
* vl: move winsys helper out of winsys directoryChristian König2012-03-2810-21/+8
* st/egl: Also remove wl_buffer_damage in wayland backendBenjamin Franzke2012-03-271-1/+0
* st/vdpau: clear video surface at least onceChristian König2012-03-263-0/+31
* st/vdpau: invert interlaced buffer checksChristian König2012-03-261-1/+1
* drisw: fix image stride calculation for 16-bit.Dave Airlie2012-03-251-3/+3
* st/vdpau: improve frame dumping functionality a bitChristian König2012-03-221-3/+6
* st/vdpau: add VC-1 startcode if none is found in the streamChristian König2012-03-221-7/+42
* egl/drm: Include errno.hJosé Fonseca2012-03-111-0/+1
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-114-4/+38
* st/vdpau: fix two small memory leaksChristian König2012-03-092-2/+6
* st/vdpau: add xine workaroundChristian König2012-03-091-1/+1
* gallium: remove format aliasesChristian König2012-03-081-1/+1
* st/vdpau: cleanup YCBCR matching functionsChristian König2012-03-081-6/+6
* st/vdpau: fix chroma_format handling in VideoSurfaceQueryGetPutBitsYCbCrCapab...Christian König2012-03-081-4/+18
* wayland: Use new wl_display_disconnectBenjamin Franzke2012-03-052-2/+2
* st/vdpau: make the interface thread saveChristian König2012-03-059-35/+175