summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-05i965/blorp: Pass image formats seperately from the miptreeJason Ekstrand4-19/+43
2014-09-05i965/fs: Brown bag fix.Matt Turner1-1/+1
2014-09-05i965/vec4: Add ability to reswizzle arbitrary swizzles.Matt Turner1-56/+18
2014-09-05i965/vec4: Reswizzle sources when necessary.Matt Turner2-11/+25
2014-09-05i965/fs: Clean up emitting of untyped atomic and surface readsJason Ekstrand1-6/+4
2014-09-05i965/fs: Fix basic block tracking in try_rep_send().Matt Turner1-4/+9
2014-09-05i965/fs: Pass block to insert and remove functions missed earlier.Matt Turner1-7/+7
2014-09-05i965: Mark cfg dumping functions const.Kenneth Graunke2-4/+4
2014-09-05i965: Update if_block/else_block in the dead control flow pass.Matt Turner1-0/+7
2014-09-05i965/fs: Connect cfg properly in predicated break peephole.Matt Turner1-4/+9
2014-09-05st/mesa: use 1.0f as boolean true on drivers without integer supportMarek Olšák1-2/+3
2014-09-05mesa: set UniformBooleanTrue = 1.0f by defaultMarek Olšák2-0/+10
2014-09-05automake: check if the linker supports --dynamic-listJonathan Gray3-2/+28
2014-09-05st/xvmc/tests: avoid non portable error.h functionsJonathan Gray5-13/+22
2014-09-05kms-swrast: Support Prime fd handlingAndreas Pokorny2-11/+79
2014-09-05configure.ac: Add AC_SYS_LARGEFILEMichel Dänzer4-6/+12
2014-09-05clover/util: Null-terminate the result of compat::string::c_str().Francisco Jerez1-1/+3
2014-09-05clover/util: Implement compat::string using aggregation instead of inheritance.Francisco Jerez1-5/+71
2014-09-05clover/util: Have compat::vector track separate size and capacity.Francisco Jerez2-27/+44
2014-09-05clover: Use conversion operator to initialize build log from compat::string.Francisco Jerez1-2/+2
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen34-185/+112
2014-09-04freedreno/ir3: fix constlen with relative addressingRob Clark3-3/+15
2014-09-04freedreno/ir3: fix error in bail logicRob Clark1-2/+4
2014-09-04freedreno/ir3: bit of debugRob Clark1-4/+16
2014-09-04vc4: Merge qcompile and tgsi_to_qirEric Anholt9-402/+327
2014-09-04i965/fs: Use prog rather than fp->Base in fs_visitorJordan Justen2-15/+15
2014-09-04i965/fs: Use stage_prog_data instead of prog_data->base in fs_visitorJordan Justen1-6/+6
2014-09-04i965/fs: Add init function to fs_visitorJordan Justen2-0/+7
2014-09-04vc4: Add a CSE optimization pass.Eric Anholt4-0/+238
2014-09-04vc4: Switch to using native integers.Eric Anholt5-6/+228
2014-09-04vc4: Expose compares at a lower level in QIR.Eric Anholt5-79/+148
2014-09-04vc4: Stop being so clever in CMP handling.Eric Anholt1-23/+6
2014-09-04state_tracker: Fix bug in conditional discards with native ints.Eric Anholt1-2/+12
2014-09-04swrast: s/INLINE/inline/Brian Paul1-1/+1
2014-09-04osmesa: s/INLINE/inline/Brian Paul1-1/+1
2014-09-04xlib: s/INLINE/inline/Brian Paul1-3/+3
2014-09-04meta: s/INLINE/inline/Brian Paul1-1/+1
2014-09-04mesa: s/INLINE/inline/Brian Paul3-5/+5
2014-09-04r600g,radeonsi: make sure there's enough CS space before resuming queriesMarek Olšák1-0/+28
2014-09-04mesa: invalidate draw state in glPopClientAttribMarek Olšák1-0/+4
2014-09-04Revert "r600g,radeonsi: initialize HTILE to fully-expanded state"Marek Olšák1-3/+1
2014-09-04winsys/svga: Fix incorrect type usage in IOCTL v2Thomas Hellstrom1-4/+9
2014-09-04glapi: Add KHR_debug functions to check_table testTimothy Arceri1-0/+6
2014-09-03egl: Restrict multiplication in calloc arguments to use compile-time constantsCarl Worth2-2/+2
2014-09-03Eliminate several cases of multiplication in arguments to callocCarl Worth11-17/+17
2014-09-03glsl: Report progress from opt_copy_propagation_elements().Kenneth Graunke1-0/+1
2014-09-03glsl: Skip rewriting instructions in opt_cpe when unnecessary.Kenneth Graunke1-0/+10
2014-09-03glsl: Initialize source_chan in opt_copy_propagation_elements.Kenneth Graunke1-1/+1
2014-09-03i965: Handle ir_triop_csel in emit_bool_to_cond_code().Kenneth Graunke2-4/+36
2014-09-03i965: Move curb_read_length/total_scratch to brw_stage_prog_data.Kenneth Graunke16-38/+40