summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno/a3xx/compiler: little cleanupsRob Clark2014-07-254-39/+19
* freedreno/a3xx: enable/disable wa's based on patch-levelRob Clark2014-07-254-8/+34
* freedreno/a3xx/compiler: make IR heap dyanmicRob Clark2014-07-252-8/+43
* r600g/compute: Fix singed/unsigned comparison compiler warnings.Jan Vesely2014-07-251-7/+7
* clover: Query the device to see if images are supportedTom Stellard2014-07-253-1/+8
* gallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTEDTom Stellard2014-07-253-1/+11
* r600g/compute: Allow compute_memory_defrag to defragment between resourcesBruno Jiménez2014-07-252-5/+7
* r600g/compute: Allow compute_memory_move_item to move items between resourcesBruno Jiménez2014-07-252-16/+16
* gbm: Search LIBGL_DRIVERS_PATH if GBM_DRIVERS_PATH is not setDylan Baker2014-07-241-1/+11
* winsys/radeon: fix indentationJerome Glisse2014-07-241-29/+29
* Add an accelerated version of F_TO_I for x86_64Jason Ekstrand2014-07-241-1/+5
* i965/fs: Decide predicate/predicate_inverse outside of the for loop.Matt Turner2014-07-241-9/+14
* i965/fs: Swap if/else conditions in SEL peephole.Matt Turner2014-07-241-3/+3
* i965: Improve dead control flow elimination.Matt Turner2014-07-241-10/+15
* nvc0/ir: support 2d constbuf indexingIlia Mirkin2014-07-241-0/+14
* gm107/ir: emit LDC subopsIlia Mirkin2014-07-241-0/+1
* gk110/ir: emit load constant subopIlia Mirkin2014-07-241-0/+1
* mesa/st: add support for interpolate_at_* opsIlia Mirkin2014-07-241-3/+9
* nv50/ir: fix phi/union sources when their def has been mergedIlia Mirkin2014-07-241-0/+8
* nv50/ir: fix hard-coded TYPE_U32 sized registerIlia Mirkin2014-07-241-3/+4
* nvc0: mark shader header if fp64 is usedIlia Mirkin2014-07-241-0/+2
* nv50/ir: keep track of whether the program uses fp64Ilia Mirkin2014-07-242-2/+7
* nvc0: make sure that the local memory allocation is aligned to 0x10Ilia Mirkin2014-07-241-1/+1
* mesa: add ARB_clear_texture.xml to file list, remove duplicate declsIlia Mirkin2014-07-242-12/+1
* ilo: check the tilings of imported handlesChia-I Wu2014-07-241-30/+36
* ilo: clean up resource bo renamingChia-I Wu2014-07-244-51/+63
* ilo: share some code between {tex,buf}_create_boChia-I Wu2014-07-241-59/+55
* ilo: use native 3-component vertex formats on GEN7.5+Chia-I Wu2014-07-242-1/+6
* ilo: allow for device-dependent format translationChia-I Wu2014-07-245-32/+39
* i965: Accelerate uploads of RGBA and BGRA GL_UNSIGNED_INT_8_8_8_8_REV texturesJason Ekstrand2014-07-231-1/+5
* mesa: Fix the name in the error messageIan Romanick2014-07-231-1/+1
* glsl: Fix some bad indentationIan Romanick2014-07-231-3/+3
* i965/fs: Set LastRT on the final FB write on Broadwell.Kenneth Graunke2014-07-231-4/+2
* i965: Port INTEL_DEBUG=optimizer to the vec4 backend.Kenneth Graunke2014-07-231-6/+36
* i965: Save the gl_shader_stage enum in backend_visitor.Kenneth Graunke2014-07-232-1/+4
* i965: Don't print WE_normal in disassembly.Kenneth Graunke2014-07-231-1/+1
* freedreno/a3xx/compiler: fix p0 (kill, etc)Rob Clark2014-07-231-1/+2
* Revert "r600g/compute: Fix warnings"Tom Stellard2014-07-232-16/+12
* radeon/llvm: fix formattingGrigori Goronzy2014-07-231-10/+14
* radeon/llvm: enable unsafe math for graphics shadersGrigori Goronzy2014-07-231-0/+5
* r600g/compute: Fix warningsTom Stellard2014-07-232-12/+16
* r600g: Use hardware sqrt instructionGlenn Kennard2014-07-232-7/+4
* r600g/compute: Remove unneeded code from compute_memory_promote_itemBruno Jiménez2014-07-232-36/+12
* r600g/compute: Quick exit if there's nothing to add to the poolBruno Jiménez2014-07-231-0/+4
* r600g/compute: Defrag the pool if it's necesaryBruno Jiménez2014-07-232-17/+19
* r600g/compute: Add a function for defragmenting the poolBruno Jiménez2014-07-232-0/+28
* r600g/compute: Add a function for moving items in the poolBruno Jiménez2014-07-232-0/+93
* freedreno/a3xx: more vtx formatsRob Clark2014-07-231-0/+17
* freedreno/a3xx/compiler: const file relative addressingRob Clark2014-07-238-68/+203
* freedreno/a3xx/compiler: move functionRob Clark2014-07-231-35/+35