Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/wgl: Allow to create pbuffers bigger than the desktop. | José Fonseca | 2011-05-04 | 1 | -1/+25 |
| | | | | | | | | | | We use a hidden window for pbuffer contexts, but Windows limits window sizes to the desktop size by default. This means that creating a big pbuffer on a small resolution single monitor would truncate the pbuffer size to the desktop. This change overrides the windows maximum size, allow to create windows arbitrarily large. | ||||
* | st/wgl: Cope with zero width/height windows. | José Fonseca | 2011-05-04 | 1 | -12/+38 |
| | | | | While ensuring the framebuffer area is never zero. | ||||
* | i915g: add const qualifier to silence warning | Brian Paul | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | r600g: add some new pci ids | Alex Deucher | 2011-05-03 | 1 | -0/+4 |
| | | | | Signed-off-by: Alex Deucher <[email protected]> | ||||
* | st/xorg: flush after loading the cursor | Marcin Slusarz | 2011-05-03 | 1 | -7/+15 |
| | | | | | We need cursor data to land in destination buffer before drmModeSetCursor. It fixes "cursor lag" on nv50. | ||||
* | gallium/draw: Fix enum type taken by draw_get_shader_param(). | Michel Dänzer | 2011-05-03 | 1 | -1/+1 |
| | | | | | | | | | | Pointed out by clang: src/gallium/auxiliary/draw/draw_context.h:251:41: warning: implicit conversion from enumeration type 'enum pipe_cap' to different enumeration type 'enum pipe_shader_cap' [-Wconversion] return tgsi_exec_get_shader_param(param); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~ | ||||
* | r600g: reorder caps | Marek Olšák | 2011-05-03 | 1 | -17/+10 |
| | |||||
* | r600g: set correct PIPE_CAP_MAX_COMBINED_SAMPLERS | Marek Olšák | 2011-05-03 | 1 | -3/+2 |
| | |||||
* | nv50,nvc0: advertise GL_FIXED vertex buffers as supported | Christoph Bumiller | 2011-05-03 | 2 | -0/+36 |
| | | | | | We'll handle them like f64 vertex buffers, by falling back to copying vertex data to the command buffer through translate. | ||||
* | gallium: reorder fields of pipe_rasterizer_state to pack it more tightly | Marek Olšák | 2011-05-02 | 1 | -6/+8 |
| | | | | | | | | sizeof(struct pipe_rasterizer_state): Before: 32 bytes After: 28 bytes Reviewed-by: Brian Paul <[email protected]> | ||||
* | r600g: document some new evergreen formats | Marek Olšák | 2011-05-02 | 1 | -0/+3 |
| | |||||
* | r600g: remove some more FIXME comments | Marek Olšák | 2011-05-02 | 2 | -2/+0 |
| | |||||
* | st/xorg: Fix two more instances of typo 'accle'. | Michel Dänzer | 2011-05-02 | 1 | -2/+2 |
| | |||||
* | st/xorg: fix typos | Marcin Slusarz | 2011-05-02 | 2 | -4/+4 |
| | |||||
* | targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.so | Marcin Slusarz | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | targets/xorg-nouveau: add libnvc0.a to nouveau libs | Marcin Slusarz | 2011-05-02 | 1 | -0/+1 |
| | |||||
* | r600g: remove some FIXME comments | Marek Olšák | 2011-05-02 | 2 | -2/+0 |
| | | | | All texture LOD tests pass. | ||||
* | Revert "r600g: truncate point sampled texture coordinates" | Marek Olšák | 2011-05-02 | 2 | -14/+1 |
| | | | | | | | This reverts commit 1dc204d145dc8c0b19473a7814c201a8954b6274. MC_COORD_TRUNCATE is for MPEG and produces quite an interesting behavior on regular textures. Anyway that commit broke filtering in demos/cubemap. | ||||
* | tgsi: remove set-but-unused variables | Marek Olšák | 2011-05-01 | 1 | -4/+0 |
| | |||||
* | draw: remove set-but-unused variable | Marek Olšák | 2011-05-01 | 1 | -2/+1 |
| | |||||
* | rbug: remove set-but-unused variables | Marek Olšák | 2011-05-01 | 3 | -28/+0 |
| | |||||
* | r600g: remove set-but-unused variable | Marek Olšák | 2011-05-01 | 1 | -4/+0 |
| | |||||
* | r600g: remove FIXME comment | Marek Olšák | 2011-05-01 | 1 | -3/+0 |
| | | | | DONTBLOCK is correctly handled in r600_bo_map. | ||||
* | i915g: enable X-tiling for s3tc textures | Daniel Vetter | 2011-04-30 | 1 | -2/+1 |
| | | | | | Tested-by: Christopher Egert <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> | ||||
* | r300/compiler: Rewrite register allocator | Tom Stellard | 2011-04-30 | 1 | -0/+1 |
| | | | | | | | The new allocator uses ra and does swizzle packing. Also, a data structure (struct rc_variable) and associated functions have been added for generating UD and DU chains. | ||||
* | egl/wayland: Fix possible lockup in drm initialization | Benjamin Franzke | 2011-04-29 | 1 | -1/+1 |
| | | | | Lockup happens when wl_drm interface is not available. | ||||
* | r600g: print opcodes names instead of numbers | Marek Olšák | 2011-04-29 | 1 | -1/+3 |
| | |||||
* | r600g: implement EXT_packed_float | Marek Olšák | 2011-04-29 | 3 | -0/+10 |
| | |||||
* | util: implement R11G11B10_FLOAT pack/unpack functions | Marek Olšák | 2011-04-29 | 4 | -1/+336 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa, util: move RGB9E5 conversion functions to gallium/util | Marek Olšák | 2011-04-29 | 2 | -1/+165 |
| | | | | | | | Also use MAX3 and incorporate Ian's suggestion in texformat.c. I don't think wrapping u_format_rgb9e5.h in another header and thus making it more complicated is worth it. | ||||
* | r600g: trivially implement EXT_texture_shared_exponent | Marek Olšák | 2011-04-29 | 1 | -0/+5 |
| | | | | Nothing else needed. | ||||
* | util: implement R9G9B9E5 pack and unpack functions | Marek Olšák | 2011-04-29 | 1 | -5/+82 |
| | | | | | | softpipe and llvmpipe support done (sampler only). Reviewed-by: Brian Paul <[email protected]> | ||||
* | i915g: Enable S3TC texture support | Christopher Egert | 2011-04-29 | 2 | -6/+11 |
| | | | | | | | Reviewed-by: Jakob Bornecrantz <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Signed-off-by: Christopher Egert <[email protected]> Signed-off-by: Jakob Bornecrantz <[email protected]> | ||||
* | llvmpipe: move active_query assignment | Brian Paul | 2011-04-28 | 1 | -2/+2 |
| | | | | Fixes piglit regression. | ||||
* | llvmpipe: move active_query assignment in lp_setup_begin_query() | Brian Paul | 2011-04-28 | 1 | -2/+2 |
| | | | | | | | | | | If we run out of bin memory and do an early return from lp_setup_begin_query() we'd omit setting the setup->active_query pointer. Then, when lp_setup_end_query() was later called, the assertion for setup->active_query == pq would fail. Moving the assigment in lp_setup_begin_query() avoids that. Reviewed-by: Jose Fonseca <[email protected]> | ||||
* | svga: emit user-defined clip plane state | Brian Paul | 2011-04-27 | 3 | -11/+26 |
| | | | | User-defined clip planes were a swtnl fallback before. | ||||
* | util: make macros MIN3, MAX3, MIN4, MAX4 little more efficient | Marek Olšák | 2011-04-27 | 1 | -4/+4 |
| | |||||
* | gallium/nouveau: fix printf warnings | Marek Olšák | 2011-04-27 | 2 | -2/+2 |
| | |||||
* | gallivm: fix warning: ‘value’ may be used uninitialized in this function | Marek Olšák | 2011-04-27 | 1 | -1/+1 |
| | | | | The path where it's uninitialized is guarded by an assert. | ||||
* | svga: fix warning: ‘uc.ui’ may be used uninitialized in this function | Marek Olšák | 2011-04-27 | 1 | -1/+1 |
| | | | | | This is safe because it's initialized if buffers & PIPE_CLEAR_COLOR and probably doesn't have any effect otherwise. | ||||
* | os: simplify ifdef | nobled | 2011-04-27 | 1 | -1/+1 |
| | | | | | | | The actual code that needs this include is just using "if defined (PIPE_OS_UNIX)", and the two conditions should match. This should also make the file compile under Hurd. | ||||
* | winsys/wayland: Fix typo in Makefile | Benjamin Franzke | 2011-04-25 | 1 | -1/+1 |
| | | | | Reported by dir1212 on irc. | ||||
* | st/egl: Add wayland shm softpipe support | Benjamin Franzke | 2011-04-25 | 4 | -3/+192 |
| | |||||
* | st/egl: Generalize wayland backend a bit | Benjamin Franzke | 2011-04-25 | 3 | -253/+361 |
| | |||||
* | winsys: Add wayland shm sw winsys | Benjamin Franzke | 2011-04-25 | 4 | -0/+343 |
| | |||||
* | r600g: Unify comment style somewhat. | Henri Verbeet | 2011-04-25 | 7 | -48/+53 |
| | | | | Signed-off-by: Henri Verbeet <[email protected]> | ||||
* | r600g: Cleanup the big endian support a bit. | Henri Verbeet | 2011-04-25 | 11 | -162/+166 |
| | | | | | | | In particular, make sure the code is at least compiled on little endian systems. Signed-off-by: Henri Verbeet <[email protected]> | ||||
* | r600g: Use EG constants in EG r600_colorformat_endian_swap(). | Henri Verbeet | 2011-04-25 | 1 | -21/+21 |
| | | | | | | This would actually fail to compile when PIPE_ARCH_BIG_ENDIAN is defined. Signed-off-by: Henri Verbeet <[email protected]> | ||||
* | r600g: Remove r600_helper.c from SConscript. | Vinson Lee | 2011-04-24 | 1 | -1/+0 |
| | | | | This is a follow-up to commit d737857ed2ff4313fd6046dcd80018c6308a53c5. | ||||
* | r600g: remove some pointless and unused functions | Marek Olšák | 2011-04-25 | 3 | -21/+3 |
| |