| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | vc4: Ignore WADDRs from the other half of the instruction when merging. | Eric Anholt | 2014-08-24 | 1 | -1/+2 |
* | vc4: Fix LT/GE set-0-or-1 compares. | Eric Anholt | 2014-08-24 | 1 | -1/+1 |
* | u_vbuf: Add a few more format fallbacks. | Eric Anholt | 2014-08-24 | 1 | -0/+32 |
* | u_vbuf: Simplify the format fallback translation. | Eric Anholt | 2014-08-24 | 3 | -117/+87 |
* | freedreno/a2xx: fix segfault | Rob Clark | 2014-08-24 | 1 | -0/+1 |
* | freedreno/a3xx: handle first/last level properly | Rob Clark | 2014-08-24 | 3 | -9/+13 |
* | freedreno: implement pipe_flush_resource() | Rob Clark | 2014-08-24 | 1 | -1/+5 |
* | freedreno: don't ignore src/dst level | Rob Clark | 2014-08-24 | 1 | -39/+63 |
* | vc4: Fix save/restore of the VS/FS in the blitter. | Eric Anholt | 2014-08-23 | 1 | -2/+2 |
* | vc4: Clear padding of ioctl arguments. | Eric Anholt | 2014-08-23 | 1 | -0/+1 |
* | auxilary/os: Add Solaris support in os_get_total_physical_memory. | Vinson Lee | 2014-08-22 | 1 | -2/+2 |
* | gallium/targets: Haiku, Fix some improper type warnings | Alexander von Gluck IV | 2014-08-22 | 2 | -2/+2 |
* | gallium/targets: Clean up Haiku softpipe renderer visual | Alexander von Gluck IV | 2014-08-22 | 2 | -102/+98 |
* | vc4: Add support for fragment discards. | Eric Anholt | 2014-08-22 | 4 | -0/+43 |
* | vc4: Make some helpers for setting condition codes in instructions. | Eric Anholt | 2014-08-22 | 3 | -15/+27 |
* | vc4: Avoid using undefined values when there's no color write. | Eric Anholt | 2014-08-22 | 1 | -8/+27 |
* | vc4: Emit the scoreboard wait just when it's needed. | Eric Anholt | 2014-08-22 | 1 | -2/+25 |
* | vc4: Fix FLR for integer values less than 0. | Eric Anholt | 2014-08-22 | 1 | -1/+7 |
* | vc4: Fix totally broken assertions about inter-instruction reg conflicts. | Eric Anholt | 2014-08-22 | 1 | -3/+18 |
* | vc4: Add support for all the texture and FBO formats we can. | Eric Anholt | 2014-08-22 | 7 | -72/+203 |
* | vc4: Add support for texture tiling. | Eric Anholt | 2014-08-22 | 10 | -53/+626 |
* | vc4: Fix a typo in the validation for miplevels. | Eric Anholt | 2014-08-22 | 1 | -1/+1 |
* | vc4: Convert to using an enum for texture data types | Eric Anholt | 2014-08-22 | 2 | -20/+43 |
* | vc4: Stop complaining about unknown texture channel types. | Eric Anholt | 2014-08-22 | 1 | -10/+0 |
* | vc4: Include stdio/stdlib in headers so I don't have to include it per file. | Eric Anholt | 2014-08-22 | 15 | -21/+4 |
* | st/clover: Change platform name from Default to Clover | Aaron Watry | 2014-08-22 | 1 | -1/+1 |
* | llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS definition | Roland Scheidegger | 2014-08-21 | 1 | -1/+1 |
* | r600g: Fix flat/smooth shade state toggle10.3-branchpoint | Glenn Kennard | 2014-08-21 | 1 | -1/+3 |
* | r600g/compute: Don't initialize vertex_buffer_state masks to 0x2 | Tom Stellard | 2014-08-21 | 1 | -3/+0 |
* | r600g/compute: Use the first parameter in evergreen_set_global_binding() | Tom Stellard | 2014-08-21 | 1 | -2/+3 |
* | pipe-loader: Fix memory leak v2 | Tom Stellard | 2014-08-21 | 2 | -2/+2 |
* | radeon: Add work-around for missing Hainan support in clang < 3.6 v2 | Tom Stellard | 2014-08-21 | 1 | -1/+14 |
* | st/clover: Fix build against LLVM SVN >= r215967 v2 | Michel Dänzer | 2014-08-21 | 1 | -2/+14 |
* | Teach os_get_total_physical_memory about Cygwin | Jon TURNEY | 2014-08-20 | 1 | -2/+2 |
* | r300g: Fix path to test programs for out-of-tree builds | Michel Dänzer | 2014-08-20 | 2 | -1/+2 |
* | gallivm: Fix build with LLVM >= 3.6 r215967. | Vinson Lee | 2014-08-20 | 1 | -0/+4 |
* | vc4: Plumb the texture index from TGSI through to the sampler uniforms. | Eric Anholt | 2014-08-19 | 1 | -15/+11 |
* | vc4: Avoid a null-deref if a sampler index isn't used. | Eric Anholt | 2014-08-19 | 1 | -2/+5 |
* | r600g: Fix missing SET_TEXTURE_OFFSETS | Glenn Kennard | 2014-08-19 | 4 | -57/+87 |
* | gallium/target: Add needed mesautil lib to haiku-softpipe | Alexander von Gluck IV | 2014-08-19 | 1 | -0/+1 |
* | gallium/aux: Fill in Haiku get process name code | Alexander von Gluck IV | 2014-08-19 | 1 | -0/+7 |
* | llvmpipe/softpipe: enable ARB_conditional_render_inverted | Tobias Klausmann | 2014-08-19 | 2 | -2/+3 |
* | nvc0: Handle ARB_conditional_render_inverted and enable it | Tobias Klausmann | 2014-08-19 | 4 | -32/+37 |
* | gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED | Tobias Klausmann | 2014-08-19 | 15 | -0/+18 |
* | ilo: fix PIPE_CAP_VIDEO_MEMORY | Chia-I Wu | 2014-08-19 | 1 | -2/+2 |
* | ilo: enable HiZ in more cases on GEN6 | Chia-I Wu | 2014-08-19 | 3 | -31/+44 |
* | ilo: remove layer offsetting | Chia-I Wu | 2014-08-19 | 7 | -393/+27 |
* | ilo: migrate to ilo_layout | Chia-I Wu | 2014-08-19 | 8 | -1454/+213 |
* | ilo: add new resource layout code | Chia-I Wu | 2014-08-19 | 3 | -0/+1779 |
* | gallium/radeon: Do not use u_upload_mgr for buffer downloads | Niels Ole Salscheider | 2014-08-19 | 1 | -12/+8 |