summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* automake: create compat symlinks only for linux systemsEmil Velikov2014-03-111-0/+2
* configure: use LIB_EXT rather than hardcoded .soEmil Velikov2014-03-112-16/+16
* automake: do not use symbols names for static glapi.laEmil Velikov2014-03-113-12/+10
* configure: remove old makefile variablesEmil Velikov2014-03-111-5/+4
* gallium/targets: use install-gallium-targets.mkEmil Velikov2014-03-114-37/+4
* gallium/targets: drop link generation for non DRI targetsEmil Velikov2014-03-114-24/+0
* targets/vdpau: use install-gallium-links.mkEmil Velikov2014-03-113-15/+3
* targets/dri: use install-gallium-links.mkEmil Velikov2014-03-119-47/+9
* automake: use install-lib-links.mk across all classic mesaEmil Velikov2014-03-113-13/+4
* automake: use only the folder name if it's a subfolder of the present oneEmil Velikov2014-03-112-4/+4
* automake: silence folder creationEmil Velikov2014-03-114-9/+9
* automake: use MKDIR_P when possibleEmil Velikov2014-03-112-4/+4
* radeon: Fix build.Vinson Lee2014-03-101-1/+1
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-0729-64/+88
* meta: use non-ARB shader/program create/delete functionsBrian Paul2014-03-102-30/+30
* mesa: s/GLhandleARB/GLuint/ for glGetUniform functionsBrian Paul2014-03-104-29/+29
* mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul2014-03-1011-24/+24
* mesa: reorder MESA_FORMAT enumsBrian Paul2014-03-104-1530/+1459
* mesa: trim down format.h commentsBrian Paul2014-03-101-169/+0
* i965/vec4: Don't fix-up scalar uniforms for 3 src instructions.Matt Turner2014-03-101-0/+3
* i965: Disassemble 3 src instructions' rep_ctrl field.Matt Turner2014-03-102-6/+24
* i965: Disassemble 3-src operands widths' correctly.Matt Turner2014-03-104-38/+38
* i965: Move binding table update packets to binding table setup time.Eric Anholt2014-03-107-39/+17
* i965: Reorganize the code in brw_upload_binding_tables.Kenneth Graunke2014-03-101-17/+18
* fix vdpau interop when using -Bsymbolic-functions in ldflagsMaarten Lankhorst2014-03-109-7/+25
* ilo: do not set I915_EXEC_NO_RELOCChia-I Wu2014-03-101-11/+1
* ilo: add support for PIPE_QUERY_PIPELINE_STATISTICSChia-I Wu2014-03-104-3/+108
* ilo: add ILO_3D_PIPELINE_WRITE_STATISTICSChia-I Wu2014-03-105-0/+90
* ilo: add some MI commands to GPEChia-I Wu2014-03-104-0/+116
* ilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE automaticallyChia-I Wu2014-03-102-2/+16
* ilo: print a warning when PPGTT is disabledChia-I Wu2014-03-104-0/+24
* ilo: require hardware logical context supportChia-I Wu2014-03-107-14/+32
* ilo: protect the decode context with a mutexChia-I Wu2014-03-101-7/+20
* ilo: set I915_EXEC_NO_RELOC when availableChia-I Wu2014-03-102-3/+15
* ilo: move ring types to winsysChia-I Wu2014-03-108-49/+30
* ilo: winsys may limit the batch buffer sizeChia-I Wu2014-03-107-4/+15
* ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supportedChia-I Wu2014-03-104-1/+19
* ilo: rework winsys batch buffer functionsChia-I Wu2014-03-105-54/+58
* ilo: replace bo alloc flags by initial domainsChia-I Wu2014-03-108-27/+28
* ilo: remove intel_bo_get_size()Chia-I Wu2014-03-104-27/+18
* ilo: remove intel_bo_get_virtual()Chia-I Wu2014-03-106-114/+141
* ilo: rework winsys bo reloc functionsChia-I Wu2014-03-106-34/+35
* ilo: add a wrapper to cast struct intel_boChia-I Wu2014-03-101-23/+28
* ilo: fix DRM_API_HANDLE_TYPE_FD exportChia-I Wu2014-03-101-2/+0
* ilo: improve winsys documentation/commentsChia-I Wu2014-03-102-15/+107
* ilo: remove intel_winsys_enable_reuse()Chia-I Wu2014-03-103-13/+3
* mesa/glsl: introduce a remap table for uniform locationsTapani Pälli2014-03-106-48/+73
* mesa: remove _mesa_symbol_table_iterator structureTapani Pälli2014-03-102-99/+0
* radeonsi: Use proper member name for deleting export shader PM4 stateMichel Dänzer2014-03-101-0/+2
* r600g: document why texture offset emulation is neededMarek Olšák2014-03-101-1/+2