summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-25docs/GL3.txt: add r600g support for ARB_texture_query_lod.r600g-texture-gatherDave Airlie1-1/+1
2014-02-25docs/GL3.txt add texture query levels support.Dave Airlie1-1/+1
2014-02-25r600g: add LODQ supportDave Airlie2-2/+11
2014-02-25st/mesa: add support for ARB_texture_query_lodDave Airlie2-2/+4
2014-02-25gallium: add support for LODQ opcodes.Dave Airlie16-2/+28
2014-02-25st/mesa: add support for ARB_texture_query_levels.Dave Airlie2-8/+20
2014-02-25gallium/docs: clarify W channel of TXQ.Dave Airlie1-0/+2
2014-02-25r600g: start of TG4 implementationDave Airlie5-17/+130
2014-02-25r600g: limit texture offset applicationDave Airlie1-2/+5
2014-02-25st/mesa: add texture gather support. (v2)Dave Airlie2-27/+93
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie17-2/+73
2014-02-25glsl/i965: move lower_offset_array up to GLSL compiler level.Dave Airlie6-12/+9
2014-02-24clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard4-10/+32
2014-02-24radeonsi: Use SI_BIG_ENDIAN now that it existsTom Stellard1-1/+1
2014-02-24r600g: Use util_cpu_to_le32() instead of bswap32() on big-endian systemsTom Stellard3-3/+3
2014-02-24radeonsi: Use util_cpu_to_le32() instead of bswap32() on big-endian systemsTom Stellard2-2/+2
2014-02-24util: Add util_cpu_to_le* helpersTom Stellard1-0/+3
2014-02-24util: Add util_bswap64() v3Tom Stellard2-0/+17
2014-02-24configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2Tom Stellard3-1/+174
2014-02-24targets/opencl: resolve undefined symbols at link timeEmil Velikov1-0/+1
2014-02-24gallium/targets: resolve undefined reference to pipe_loader_sw_probe_driEmil Velikov3-0/+15
2014-02-24configure: correctly report if we're building the sw/xlib winsysEmil Velikov1-0/+1
2014-02-24pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIBEmil Velikov8-7/+41
2014-02-24targets/gbm: exit gracefully if pipe_loader_drm_probe_fd is not availableEmil Velikov1-3/+4
2014-02-23i965: Don't try to use the hardware blitter for multisampled miptrees.Kenneth Graunke1-0/+4
2014-02-23freedreno/a3xx/compiler: half-precision outputRob Clark6-10/+130
2014-02-23freedreno/a3xx: add shader variantsRob Clark10-196/+283
2014-02-23freedreno/a3xx/compiler: collapse nop's with repeatRob Clark2-0/+15
2014-02-23freedreno/a3xx: drop hand-coded blit/solid shadersRob Clark10-287/+181
2014-02-23freedreno/lowering: cleanup apiRob Clark5-24/+138
2014-02-23freedreno/a3xx: add float 16 and 32bit formatsRob Clark1-0/+22
2014-02-23freedreno: resync generated headersRob Clark4-4/+20
2014-02-23glx/drisw: use the implemented version of __DRIswrastLoaderExtensionEmil Velikov1-5/+6
2014-02-23glx/dri: use the implemented version of __DRIdamageExtensionEmil Velikov1-2/+3
2014-02-23glx/dri_common: use the implemented version of __DRIsystemTimeExtensionEmil Velikov1-3/+4
2014-02-23glx/dri: use the implemented version of __DRIgetDrawableInfoExtensionEmil Velikov1-2/+3
2014-02-23dri_util: use the implemented version of __DRIimageDriverExtensionEmil Velikov1-1/+1
2014-02-23glx/dri3: set the implemented version of __DRIimageLoaderExtensionEmil Velikov1-3/+4
2014-02-23gbm: explicitly set __DRIimageLoaderExtension membersEmil Velikov1-3/+4
2014-02-23egl/wayland: explicitly set __DRIimageLoaderExtension membersEmil Velikov1-3/+4
2014-02-23drivers/dri: explicitly set __DRI2flushExtension membersEmil Velikov2-6/+8
2014-02-23gbm: explicitly set __DRIdri2LoaderExtension membersEmil Velikov1-4/+5
2014-02-23glx/dri2: set the implemented version of __DRIdri2LoaderExtensionEmil Velikov1-8/+10
2014-02-23dri_interface: note introduction of __DRIdri2LoaderExtension membersEmil Velikov1-0/+4
2014-02-23dri_interface: note introduction of various __DRItexBufferExtension membersEmil Velikov1-0/+4
2014-02-23dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::pu...Emil Velikov1-0/+2
2014-02-23dri_util: explicitly set __DRIcopySubBufferExtension membersEmil Velikov1-2/+3
2014-02-23dri_util: explicitly set __DRIswrastExtension members.Emil Velikov1-6/+7
2014-02-22glsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi.Kenneth Graunke1-1/+1
2014-02-22i965: Move the remaining driver debug over to stderr.Eric Anholt12-63/+66