summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-22i965/cfg: Add functions to combine basic blocks.Matt Turner2-0/+54
2014-08-22i965/cfg: Point to bblock_t containing associated control flowMatt Turner3-27/+15
2014-08-22i965/fs: Preserve CFG in register allocation.Matt Turner2-10/+14
2014-08-22i965: Use basic-block aware insertion/removal functions.Matt Turner9-40/+50
2014-08-22i965: Add invalidate_cfg parameter to invalidate_live_intervals().Matt Turner5-7/+9
2014-08-22i965: Add basic-block aware backend_instruction::insert_* methods.Matt Turner2-0/+52
2014-08-22i965: Add a basic-block aware backend_instruction::remove method.Matt Turner2-0/+50
2014-08-22i965/cfg: Add a function to remove a block from the cfg.Matt Turner2-4/+59
2014-08-22i965/cfg: Add functions to test if a block is a successor/predecessor.Matt Turner2-0/+26
2014-08-22vc4: Add support for fragment discards.Eric Anholt4-0/+43
2014-08-22vc4: Make some helpers for setting condition codes in instructions.Eric Anholt3-15/+27
2014-08-22vc4: Avoid using undefined values when there's no color write.Eric Anholt1-8/+27
2014-08-22vc4: Emit the scoreboard wait just when it's needed.Eric Anholt1-2/+25
2014-08-22vc4: Fix FLR for integer values less than 0.Eric Anholt1-1/+7
2014-08-22vc4: Fix totally broken assertions about inter-instruction reg conflicts.Eric Anholt1-3/+18
2014-08-22vc4: Add support for all the texture and FBO formats we can.Eric Anholt7-72/+203
2014-08-22vc4: Add support for texture tiling.Eric Anholt10-53/+626
2014-08-22vc4: Fix a typo in the validation for miplevels.Eric Anholt1-1/+1
2014-08-22vc4: Convert to using an enum for texture data typesEric Anholt2-20/+43
2014-08-22vc4: Stop complaining about unknown texture channel types.Eric Anholt1-10/+0
2014-08-22vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt15-21/+4
2014-08-22i965: Fix JIP/UIP calculations.Matt Turner1-8/+6
2014-08-22st/clover: Change platform name from Default to CloverAaron Watry1-1/+1
2014-08-21dri/radeon: nuke the remaining references to sareaEmil Velikov3-11/+0
2014-08-21dri/radeon: cleanup the radeon_context vtblEmil Velikov8-163/+0
2014-08-21include: move sarea.h next to it's only userEmil Velikov2-2/+2
2014-08-21dri/radeon: drop obsolete radeon_{dri,macros}.h headersEmil Velikov7-248/+2
2014-08-21SCons: Rename dri2_query_renderer.c to dri_common_query_renderer.c.Vinson Lee1-1/+1
2014-08-21glsl/linker: pass through the is_intrinsic flagConnor Abbott1-0/+2
2014-08-21docs: Update instructions for creating a releaseCarl Worth1-30/+180
2014-08-21llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS definitionRoland Scheidegger1-1/+1
2014-08-21docs: Add my notes on stable-branch patch criteriaCarl Worth1-6/+84
2014-08-21Makefile: Switch from md5sums to sha256sumsCarl Worth1-5/+5
2014-08-21glx: Fix build since 679c2ef "glx/drisw: add support for DRI2rendererQueryExt...Jon TURNEY5-20/+20
2014-08-21Increment version to 10.4.0-develCarl Worth1-1/+1
2014-08-21radeonsi: add new SI pci idsAlex Deucher1-0/+4
2014-08-21radeonsi: add new CIK pci idsAlex Deucher1-0/+3
2014-08-21r600g: Fix flat/smooth shade state toggle10.3-branchpointGlenn Kennard1-1/+3
2014-08-21r600g/compute: Don't initialize vertex_buffer_state masks to 0x2Tom Stellard1-3/+0
2014-08-21r600g/compute: Use the first parameter in evergreen_set_global_binding()Tom Stellard1-2/+3
2014-08-21pipe-loader: Fix memory leak v2Tom Stellard2-2/+2
2014-08-21radeon: Add work-around for missing Hainan support in clang < 3.6 v2Tom Stellard1-1/+14
2014-08-21st/clover: Fix build against LLVM SVN >= r215967 v2Michel Dänzer1-2/+14
2014-08-20i965,meta: Stop unlocking the texture to try and prevent deadlocks.Kenneth Graunke2-22/+0
2014-08-20mesa: Use a recursive mutex for the texture lock.Kenneth Graunke1-1/+1
2014-08-20glcpp: Fix glcpp-test-cr-lf "make check" test for Mac OS XCarl Worth1-2/+2
2014-08-20glcpp: Use printf instead of "echo -n" in glcpp-testCarl Worth1-2/+2
2014-08-20i965/vec4: Allow reswizzling writemasks when swizzle is single-valued.Matt Turner1-27/+33
2014-08-20Teach os_get_total_physical_memory about CygwinJon TURNEY1-2/+2
2014-08-20r300g: Fix path to test programs for out-of-tree buildsMichel Dänzer2-1/+2