summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: update nv50 supportIlia Mirkin2014-02-251-2/+2
* nv50: enable txg where supportedIlia Mirkin2014-02-253-2/+8
* nv50: enable cube map array texture supportIlia Mirkin2014-02-253-9/+7
* libgl-xlib: add -Isrc/gallium/winsys flagBrian Paul2014-02-251-0/+1
* st/mesa: add comment to explain _min(), _maxf(), etc. functionsBrian Paul2014-02-251-0/+6
* r600g,radeonsi: consolidate create_surface and surface_destroyMarek Olšák2014-02-256-85/+63
* radeonsi: inline util_blitter_copy_textureMarek Olšák2014-02-251-3/+21
* radeonsi: remove useless psbox variable from resource_copy_regionMarek Olšák2014-02-251-3/+2
* radeonsi: compute depth surface registers only onceMarek Olšák2014-02-251-44/+54
* radeonsi: compute color surface registers only onceMarek Olšák2014-02-251-44/+55
* r600g: remove r600_resource.hMarek Olšák2014-02-255-48/+15
* r600g: remove r600_surface::htile_enabledMarek Olšák2014-02-253-10/+4
* r600g: use r600_surface::db_z_infoMarek Olšák2014-02-251-10/+10
* r600g,radeonsi: share r600_surfaceMarek Olšák2014-02-255-54/+50
* radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to framebuffer stateMarek Olšák2014-02-251-8/+21
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-2531-384/+461
* docs: update ARB_buffer_storage statusMarek Olšák2014-02-252-1/+2
* gallium/upload_mgr: remove useless variable "size"Marek Olšák2014-02-251-6/+4
* gallium/upload_mgr: don't unmap buffers if persistent mappings are supportedMarek Olšák2014-02-251-14/+51
* gallium: the other drivers don't support ARB_buffer_storageMarek Olšák2014-02-259-0/+9
* r300g,r600g,radeonsi: add support for ARB_buffer_storageMarek Olšák2014-02-256-0/+21
* st/mesa: implement ARB_buffer_storageMarek Olšák2014-02-253-22/+75
* gallium: add interface for persistent and coherent buffer mappingsMarek Olšák2014-02-255-3/+76
* mesa: allow buffers mapped with the persistent flag to be used by the GPUMarek Olšák2014-02-258-23/+37
* mesa: add error checks to glMapBufferRange, glMapBuffer for ARB_buffer_storageMarek Olšák2014-02-251-7/+57
* glapi: add ARB_buffer_storageMarek Olšák2014-02-251-0/+19
* mesa: implement glBufferStorage, immutable buffers; add extension enable flagMarek Olšák2014-02-254-0/+100
* mesa: add storage flags parameter to Driver.BufferDataMarek Olšák2014-02-2511-10/+39
* mesa: remove unused driver hook BindBufferMarek Olšák2014-02-252-8/+0
* nv50: correctly calculate the number of vertical blocks during transfer mapEmil Velikov2014-02-251-1/+1
* st/mesa: add texture gather support. (v2)Dave Airlie2014-02-252-27/+93
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-2517-2/+73
* glsl/i965: move lower_offset_array up to GLSL compiler level.Dave Airlie2014-02-256-12/+9
* clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard2014-02-244-10/+32
* radeonsi: Use SI_BIG_ENDIAN now that it existsTom Stellard2014-02-241-1/+1
* r600g: Use util_cpu_to_le32() instead of bswap32() on big-endian systemsTom Stellard2014-02-243-3/+3
* radeonsi: Use util_cpu_to_le32() instead of bswap32() on big-endian systemsTom Stellard2014-02-242-2/+2
* util: Add util_cpu_to_le* helpersTom Stellard2014-02-241-0/+3
* util: Add util_bswap64() v3Tom Stellard2014-02-242-0/+17
* configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2Tom Stellard2014-02-243-1/+174
* targets/opencl: resolve undefined symbols at link timeEmil Velikov2014-02-241-0/+1
* gallium/targets: resolve undefined reference to pipe_loader_sw_probe_driEmil Velikov2014-02-243-0/+15
* configure: correctly report if we're building the sw/xlib winsysEmil Velikov2014-02-241-0/+1
* pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIBEmil Velikov2014-02-248-7/+41
* targets/gbm: exit gracefully if pipe_loader_drm_probe_fd is not availableEmil Velikov2014-02-241-3/+4
* i965: Don't try to use the hardware blitter for multisampled miptrees.Kenneth Graunke2014-02-231-0/+4
* freedreno/a3xx/compiler: half-precision outputRob Clark2014-02-236-10/+130
* freedreno/a3xx: add shader variantsRob Clark2014-02-2310-196/+283
* freedreno/a3xx/compiler: collapse nop's with repeatRob Clark2014-02-232-0/+15
* freedreno/a3xx: drop hand-coded blit/solid shadersRob Clark2014-02-2310-287/+181