summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert nvc0 part of "nv50: adjust blit_3d handling of ms output textures"Ilia Mirkin2014-03-091-8/+4
* nv50: adjust blit_3d handling of ms output texturesIlia Mirkin2014-03-092-8/+16
* nouveau: fix fence waiting logic in screen destroyIlia Mirkin2014-03-093-7/+27
* nouveau: add valid range tracking to nouveau_bufferIlia Mirkin2014-03-096-0/+47
* gbm: make 'devices' array staticJulien Cristau2014-03-081-1/+1
* automake: make clean the correct git_sha1.h.tmpEmil Velikov2014-03-081-1/+1
* radeonsi: fix freeing descriptor buffersChristian König2014-03-081-1/+1
* radeonsi: fix leaking the bound state on destruction v2Christian König2014-03-083-0/+10
* radeonsi: avoid stale state pointersChristian König2014-03-081-9/+3
* radeonsi: avoid stale pointers in si_delete_shader_selectorChristian König2014-03-081-1/+6
* Revert "winsys/radeon: if there's VRAM-only usage, keep it"Marek Olšák2014-03-081-28/+12
* radeon/vce: fix memory leakChristian König2014-03-081-0/+1
* glcpp: Do not remove spaces to preserve locations.Sir Anthony2014-03-084-5/+5
* glsl: Change locations from yylloc to appropriate tokens positions.Sir Anthony2014-03-081-101/+114
* glsl: Add ast_node method to set location range.Sir Anthony2014-03-081-0/+14
* glsl: Make ast_node location comments more informative.Sir Anthony2014-03-081-4/+4
* glsl: Extend ast location structure to hande end token position.Sir Anthony2014-03-082-11/+17
* glsl: Update lexers in glsl and glcpp to hande end position of token.Sir Anthony2014-03-082-2/+4