aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* vc4: Set the other WADDR in the qpu instruction helpers.Eric Anholt2014-08-241-1/+5
* vc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NOP() helper.Eric Anholt2014-08-243-57/+45
* vc4: Ignore WADDRs from the other half of the instruction when merging.Eric Anholt2014-08-241-1/+2
* vc4: Fix LT/GE set-0-or-1 compares.Eric Anholt2014-08-241-1/+1
* u_vbuf: Add a few more format fallbacks.Eric Anholt2014-08-241-0/+32
* u_vbuf: Simplify the format fallback translation.Eric Anholt2014-08-243-117/+87
* 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
* 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
* st/clover: Change platform name from Default to CloverAaron Watry2014-08-221-1/+1
* llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS definitionRoland Scheidegger2014-08-211-1/+1
* 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
* 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
* vc4: Plumb the texture index from TGSI through to the sampler uniforms.Eric Anholt2014-08-191-15/+11
* vc4: Avoid a null-deref if a sampler index isn't used.Eric Anholt2014-08-191-2/+5
* r600g: Fix missing SET_TEXTURE_OFFSETSGlenn Kennard2014-08-194-57/+87
* gallium/target: Add needed mesautil lib to haiku-softpipeAlexander von Gluck IV2014-08-191-0/+1
* gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV2014-08-191-0/+7
* llvmpipe/softpipe: enable ARB_conditional_render_invertedTobias Klausmann2014-08-192-2/+3
* nvc0: Handle ARB_conditional_render_inverted and enable itTobias Klausmann2014-08-194-32/+37
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-1915-0/+18
* ilo: fix PIPE_CAP_VIDEO_MEMORYChia-I Wu2014-08-191-2/+2
* ilo: enable HiZ in more cases on GEN6Chia-I Wu2014-08-193-31/+44
* ilo: remove layer offsettingChia-I Wu2014-08-197-393/+27
* ilo: migrate to ilo_layoutChia-I Wu2014-08-198-1454/+213