| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | i965/fs: Do a general SEND dependency workaround for the original 965. | Eric Anholt | 2013-02-15 | 3 | -42/+229 |
* | egl-wayland: Fix left-over wl_display_roundtrip() usage | Kristian Høgsberg | 2013-02-14 | 1 | -1/+1 |
* | i965/gen7: Set up all samplers even if samplers are sparsely used. | Eric Anholt | 2013-02-14 | 1 | -1/+1 |
* | r600g: add support for red-alpha render targets | Marek Olšák | 2013-02-14 | 2 | -0/+44 |
* | r300g: add support for red-alpha render targets | Marek Olšák | 2013-02-14 | 3 | -0/+20 |
* | st/mesa: try to find exact format matching user format and type for DrawPixels | Marek Olšák | 2013-02-14 | 4 | -37/+59 |
* | r600g: properly implement S8Z24 depth-stencil format for Evergreen | Marek Olšák | 2013-02-14 | 3 | -18/+47 |
* | radeonsi: Handle TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS | Michel Dänzer | 2013-02-14 | 1 | -0/+29 |
* | radeonsi: Fix array indices for detecting integer vertex formats | Michel Dänzer | 2013-02-14 | 1 | -2/+2 |
* | glsl: Initialize ir_texture member variable. | Vinson Lee | 2013-02-13 | 1 | -2/+2 |
* | intel: Allow blit readpixels even when the pack alignment is set. | Eric Anholt | 2013-02-13 | 1 | -9/+4 |
* | i965: Remove writemask support from brw_SAMPLE(). | Eric Anholt | 2013-02-13 | 5 | -109/+18 |
* | i965/fs: Use a helper function for checking for flow control instructions. | Eric Anholt | 2013-02-13 | 3 | -23/+22 |
* | shaderapi: Fix AttachShader error | bma | 2013-02-13 | 1 | -0/+14 |
* | configure.ac: Add components to LLVM_COMPONENTS when using llvm shared libs | Tom Stellard | 2013-02-13 | 1 | -9/+10 |
* | i965: Re-enable the -RHW workaround for original gen4 chips. | Eric Anholt | 2013-02-13 | 1 | -12/+8 |
* | i965/gen4: Work around missing sRGB RGB DXT1 support. | Eric Anholt | 2013-02-13 | 3 | -4/+20 |
* | glsl: Fix error checking on "flat" keyword to match GLSL ES 3.00, GLSL 1.50. | Paul Berry | 2013-02-13 | 1 | -16/+32 |
* | glsl: don't allow non-flat integral types in varying structs/arrays. | Paul Berry | 2013-02-13 | 3 | -6/+30 |
* | glsl: Allow default precision qualifiers to be set for sampler types. | Paul Berry | 2013-02-13 | 1 | -3/+43 |
* | st/mesa: fix texture buffer objects | Marek Olšák | 2013-02-13 | 1 | -4/+10 |
* | i965: Use derived state for Haswell's 3DSTATE_VF packet. | Kenneth Graunke | 2013-02-12 | 1 | -2/+2 |
* | st/mesa: accelerate glGetTexImage for all formats using a blit | Marek Olšák | 2013-02-13 | 2 | -49/+152 |
* | gallium: add red-alpha texture formats and a couple of util functions | Marek Olšák | 2013-02-13 | 3 | -0/+141 |
* | r600g: fix lockup when hyperz & alpha test are enabled together. v3 | Jerome Glisse | 2013-02-12 | 3 | -3/+49 |
* | CopyTexImage: Don't check sRGB vs LINEAR for desktop GL | Jordan Justen | 2013-02-12 | 1 | -18/+10 |
* | radeonsi: remove constant index limitation v3 | Christian König | 2013-02-12 | 2 | -7/+1 |
* | radeonsi: support constants as TEX coordinates | Christian König | 2013-02-12 | 1 | -0/+9 |
* | glsl: Fix unsupported version error for GLSL ES 3.00, future proof for 3.30. | Paul Berry | 2013-02-12 | 2 | -54/+64 |
* | gallium/docs: fix typos in sample opcode descriptions | Roland Scheidegger | 2013-02-12 | 1 | -2/+3 |
* | nv50: fix bogus parameters when processing sample instructions | Roland Scheidegger | 2013-02-12 | 1 | -1/+1 |
* | gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lod | Roland Scheidegger | 2013-02-12 | 7 | -20/+10 |
* | util: fix incorrect Z bit masking in util_clear_depth_stencil() | Brian Paul | 2013-02-12 | 1 | -2/+2 |
* | radeon: Remove dead STANDALONE_MMIO defines | Matt Turner | 2013-02-11 | 2 | -3/+0 |
* | llvmpipe: implement dual source blending | Roland Scheidegger | 2013-02-12 | 5 | -93/+210 |
* | docs: Mark a few things done in GL3.txt. | Kenneth Graunke | 2013-02-11 | 1 | -2/+2 |
* | i965: Add missing dirty bits to INTEL_DEBUG=state arrays. | Kenneth Graunke | 2013-02-11 | 1 | -0/+7 |
* | i965: Reorganize brw_bits to match the order in brw_context.h. | Kenneth Graunke | 2013-02-11 | 1 | -5/+5 |
* | i965: Use BRW_NEW_CONTEXT for gen7_disable rather than BRW_NEW_BATCH. | Kenneth Graunke | 2013-02-11 | 1 | -1/+1 |
* | r600g: make sure async blit is done 8 * pitch at a time v2 | Jerome Glisse | 2013-02-11 | 1 | -6/+7 |
* | winsys/radeon: fix bo with virtual address referencing mismatch | Martin Andersson | 2013-02-11 | 1 | -0/+4 |
* | vbo: Merge GL_QUADS drawing requests in display lists. | Eric Anholt | 2013-02-11 | 1 | -0/+43 |
* | vbo: Print display list debug using printf() like dlist.c does. | Eric Anholt | 2013-02-11 | 1 | -8/+8 |
* | i965: Remove some stale comments about the brw_constant_buffer atom. | Eric Anholt | 2013-02-11 | 2 | -12/+0 |
* | i965: Simplify VS push constant upload code since removal of old path. | Eric Anholt | 2013-02-11 | 1 | -7/+11 |
* | i965: Add perf debug for a corner case. | Eric Anholt | 2013-02-11 | 1 | -0/+3 |
* | i965: Fix access mode of index buffer rebase. | Eric Anholt | 2013-02-11 | 1 | -1/+1 |
* | i965: Fix indentation of index buffer rebase code. | Eric Anholt | 2013-02-11 | 1 | -9/+9 |
* | mesa: fix GetTexImage if mesa format and internal format don't match | Marek Olšák | 2013-02-11 | 2 | -0/+71 |
* | mesa: don't use memcpy fast path for GetTexImage if base format is different | Marek Olšák | 2013-02-11 | 1 | -4/+6 |