summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno/a2xx: fix segfaultRob Clark2014-08-241-0/+1
* freedreno/a3xx: handle first/last level properlyRob Clark2014-08-243-9/+13
* freedreno: implement pipe_flush_resource()Rob Clark2014-08-241-1/+5
* freedreno: don't ignore src/dst levelRob Clark2014-08-241-39/+63
* vc4: Fix save/restore of the VS/FS in the blitter.Eric Anholt2014-08-231-2/+2
* vc4: Clear padding of ioctl arguments.Eric Anholt2014-08-231-0/+1
* auxilary/os: Add Solaris support in os_get_total_physical_memory.Vinson Lee2014-08-221-2/+2
* gallium/targets: Haiku, Fix some improper type warningsAlexander von Gluck IV2014-08-222-2/+2
* gallium/targets: Clean up Haiku softpipe renderer visualAlexander von Gluck IV2014-08-222-102/+98
* glcpp: Don't use alternation in the lookahead for empty pragmas.Carl Worth2014-08-221-2/+8
* i965: Disable try_emit_b2f_of_compare on Gen4-6.Kenneth Graunke2014-08-221-0/+7
* i965/fs: Preserve CFG in predicated break pass.Matt Turner2014-08-221-4/+25
* i965/fs: Rename variable in predicated break pass.Matt Turner2014-08-221-7/+8
* i965/fs: Preserve CFG in the SEL peephole.Matt Turner2014-08-221-6/+9
* i965: Preserve CFG when deleting dead control flow.Matt Turner2014-08-221-9/+45
* i965/cfg: Add functions to combine basic blocks.Matt Turner2014-08-222-0/+54
* i965/cfg: Point to bblock_t containing associated control flowMatt Turner2014-08-223-27/+15
* i965/fs: Preserve CFG in register allocation.Matt Turner2014-08-222-10/+14
* i965: Use basic-block aware insertion/removal functions.Matt Turner2014-08-229-40/+50
* i965: Add invalidate_cfg parameter to invalidate_live_intervals().Matt Turner2014-08-225-7/+9
* i965: Add basic-block aware backend_instruction::insert_* methods.Matt Turner2014-08-222-0/+52
* 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-1/+93
* 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
* llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS definitionRoland Scheidegger2014-08-211-1/+1
* glx: Fix build since 679c2ef "glx/drisw: add support for DRI2rendererQueryExt...Jon TURNEY2014-08-215-20/+20
* 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