summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Add a basic-block aware backend_instruction::remove method.Matt Turner2014-08-222-0/+50
* i965/cfg: Add a function to remove a block from the cfg.Matt Turner2014-08-222-4/+59
* i965/cfg: Add functions to test if a block is a successor/predecessor.Matt Turner2014-08-222-0/+26
* vc4: Add support for fragment discards.Eric Anholt2014-08-224-0/+43
* vc4: Make some helpers for setting condition codes in instructions.Eric Anholt2014-08-223-15/+27
* vc4: Avoid using undefined values when there's no color write.Eric Anholt2014-08-221-8/+27
* vc4: Emit the scoreboard wait just when it's needed.Eric Anholt2014-08-221-2/+25
* vc4: Fix FLR for integer values less than 0.Eric Anholt2014-08-221-1/+7
* vc4: Fix totally broken assertions about inter-instruction reg conflicts.Eric Anholt2014-08-221-3/+18
* vc4: Add support for all the texture and FBO formats we can.Eric Anholt2014-08-227-72/+203
* vc4: Add support for texture tiling.Eric Anholt2014-08-2210-53/+626
* vc4: Fix a typo in the validation for miplevels.Eric Anholt2014-08-221-1/+1
* vc4: Convert to using an enum for texture data typesEric Anholt2014-08-222-20/+43
* vc4: Stop complaining about unknown texture channel types.Eric Anholt2014-08-221-10/+0
* vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt2014-08-2215-21/+4
* i965: Fix JIP/UIP calculations.Matt Turner2014-08-221-8/+6
* st/clover: Change platform name from Default to CloverAaron Watry2014-08-221-1/+1
* dri/radeon: nuke the remaining references to sareaEmil Velikov2014-08-213-11/+0
* dri/radeon: cleanup the radeon_context vtblEmil Velikov2014-08-218-163/+0
* include: move sarea.h next to it's only userEmil Velikov2014-08-212-2/+2
* dri/radeon: drop obsolete radeon_{dri,macros}.h headersEmil Velikov2014-08-217-248/+2
* SCons: Rename dri2_query_renderer.c to dri_common_query_renderer.c.Vinson Lee2014-08-211-1/+1
* glsl/linker: pass through the is_intrinsic flagConnor Abbott2014-08-211-0/+2
* docs: Update instructions for creating a releaseCarl Worth2014-08-211-30/+180
* llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS definitionRoland Scheidegger2014-08-211-1/+1
* docs: Add my notes on stable-branch patch criteriaCarl Worth2014-08-211-6/+84
* Makefile: Switch from md5sums to sha256sumsCarl Worth2014-08-211-5/+5
* glx: Fix build since 679c2ef "glx/drisw: add support for DRI2rendererQueryExt...Jon TURNEY2014-08-215-20/+20
* Increment version to 10.4.0-develCarl Worth2014-08-211-1/+1
* radeonsi: add new SI pci idsAlex Deucher2014-08-211-0/+4
* radeonsi: add new CIK pci idsAlex Deucher2014-08-211-0/+3
* r600g: Fix flat/smooth shade state toggle10.3-branchpointGlenn Kennard2014-08-211-1/+3
* r600g/compute: Don't initialize vertex_buffer_state masks to 0x2Tom Stellard2014-08-211-3/+0
* r600g/compute: Use the first parameter in evergreen_set_global_binding()Tom Stellard2014-08-211-2/+3
* pipe-loader: Fix memory leak v2Tom Stellard2014-08-212-2/+2
* radeon: Add work-around for missing Hainan support in clang < 3.6 v2Tom Stellard2014-08-211-1/+14
* st/clover: Fix build against LLVM SVN >= r215967 v2Michel Dänzer2014-08-211-2/+14
* i965,meta: Stop unlocking the texture to try and prevent deadlocks.Kenneth Graunke2014-08-202-22/+0
* mesa: Use a recursive mutex for the texture lock.Kenneth Graunke2014-08-201-1/+1
* glcpp: Fix glcpp-test-cr-lf "make check" test for Mac OS XCarl Worth2014-08-201-2/+2
* glcpp: Use printf instead of "echo -n" in glcpp-testCarl Worth2014-08-201-2/+2
* i965/vec4: Allow reswizzling writemasks when swizzle is single-valued.Matt Turner2014-08-201-27/+33
* Teach os_get_total_physical_memory about CygwinJon TURNEY2014-08-201-2/+2
* r300g: Fix path to test programs for out-of-tree buildsMichel Dänzer2014-08-202-1/+2
* gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee2014-08-201-0/+4
* glsl: Use the without_array predicate in some more placesTimothy Arceri2014-08-192-4/+2
* i965: Flush the RC and TC before doing a fast clear resolveKristian Høgsberg2014-08-191-2/+2
* docs: Import 10.2.6 release notes, add news item.Carl Worth2014-08-193-0/+125
* docs: Mark off ARB_conditional_render_inverted for i965Chris Forbes2014-08-202-2/+2
* i965: Enable ARB_conditional_render_inverted on Gen6+.Chris Forbes2014-08-201-0/+1