summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/dri: ship the scons buildscript in the release tarballEmil Velikov2014-09-051-0/+2
* st/clover: ship Doxyfile in the release tarballEmil Velikov2014-09-051-0/+2
* gallium: ship state-tracker/README in the release tarballEmil Velikov2014-09-051-0/+1
* gallium: ship the non-automaked state-trackers & targetsEmil Velikov2014-09-051-0/+2
* winsys/intel: drop intel_winsys.h from makefile.sourcesEmil Velikov2014-09-051-2/+1
* meta: Store precompiled msaa shaders for all supported sample countsAnuj Phogat2014-09-052-22/+55
* i965/blorp: Pass image formats seperately from the miptreeJason Ekstrand2014-09-054-19/+43
* i965/fs: Brown bag fix.Matt Turner2014-09-051-1/+1
* i965/vec4: Add ability to reswizzle arbitrary swizzles.Matt Turner2014-09-051-56/+18
* i965/vec4: Reswizzle sources when necessary.Matt Turner2014-09-052-11/+25
* i965/fs: Clean up emitting of untyped atomic and surface readsJason Ekstrand2014-09-051-6/+4
* i965/fs: Fix basic block tracking in try_rep_send().Matt Turner2014-09-051-4/+9
* i965/fs: Pass block to insert and remove functions missed earlier.Matt Turner2014-09-051-7/+7
* i965: Mark cfg dumping functions const.Kenneth Graunke2014-09-052-4/+4
* i965: Update if_block/else_block in the dead control flow pass.Matt Turner2014-09-051-0/+7
* i965/fs: Connect cfg properly in predicated break peephole.Matt Turner2014-09-051-4/+9
* st/mesa: use 1.0f as boolean true on drivers without integer supportMarek Olšák2014-09-051-2/+3
* mesa: set UniformBooleanTrue = 1.0f by defaultMarek Olšák2014-09-052-0/+10
* automake: check if the linker supports --dynamic-listJonathan Gray2014-09-052-2/+10
* st/xvmc/tests: avoid non portable error.h functionsJonathan Gray2014-09-055-13/+22
* kms-swrast: Support Prime fd handlingAndreas Pokorny2014-09-052-11/+79
* configure.ac: Add AC_SYS_LARGEFILEMichel Dänzer2014-09-053-6/+10
* clover/util: Null-terminate the result of compat::string::c_str().Francisco Jerez2014-09-051-1/+3
* clover/util: Implement compat::string using aggregation instead of inheritance.Francisco Jerez2014-09-051-5/+71
* clover/util: Have compat::vector track separate size and capacity.Francisco Jerez2014-09-052-27/+44
* clover: Use conversion operator to initialize build log from compat::string.Francisco Jerez2014-09-051-2/+2
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-0434-185/+112
* freedreno/ir3: fix constlen with relative addressingRob Clark2014-09-043-3/+15
* freedreno/ir3: fix error in bail logicRob Clark2014-09-041-2/+4
* freedreno/ir3: bit of debugRob Clark2014-09-041-4/+16
* vc4: Merge qcompile and tgsi_to_qirEric Anholt2014-09-049-402/+327
* i965/fs: Use prog rather than fp->Base in fs_visitorJordan Justen2014-09-042-15/+15
* i965/fs: Use stage_prog_data instead of prog_data->base in fs_visitorJordan Justen2014-09-041-6/+6
* i965/fs: Add init function to fs_visitorJordan Justen2014-09-042-0/+7
* vc4: Add a CSE optimization pass.Eric Anholt2014-09-044-0/+238
* vc4: Switch to using native integers.Eric Anholt2014-09-045-6/+228
* vc4: Expose compares at a lower level in QIR.Eric Anholt2014-09-045-79/+148
* vc4: Stop being so clever in CMP handling.Eric Anholt2014-09-041-23/+6
* state_tracker: Fix bug in conditional discards with native ints.Eric Anholt2014-09-041-2/+12
* swrast: s/INLINE/inline/Brian Paul2014-09-041-1/+1
* osmesa: s/INLINE/inline/Brian Paul2014-09-041-1/+1
* xlib: s/INLINE/inline/Brian Paul2014-09-041-3/+3
* meta: s/INLINE/inline/Brian Paul2014-09-041-1/+1
* mesa: s/INLINE/inline/Brian Paul2014-09-043-5/+5
* r600g,radeonsi: make sure there's enough CS space before resuming queriesMarek Olšák2014-09-041-0/+28
* mesa: invalidate draw state in glPopClientAttribMarek Olšák2014-09-041-0/+4
* Revert "r600g,radeonsi: initialize HTILE to fully-expanded state"Marek Olšák2014-09-041-3/+1
* winsys/svga: Fix incorrect type usage in IOCTL v2Thomas Hellstrom2014-09-041-4/+9
* glapi: Add KHR_debug functions to check_table testTimothy Arceri2014-09-041-0/+6
* egl: Restrict multiplication in calloc arguments to use compile-time constantsCarl Worth2014-09-032-2/+2