Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300g: do not advertise half_float_vertex on rv3x0 | Marek Olšák | 2010-07-13 | 1 | -2/+2 |
| | | | | rv3x0 can't do it. | ||||
* | r300g: extend and clean up debug logging | Marek Olšák | 2010-07-13 | 5 | -17/+23 |
| | |||||
* | r300g/swtcl: do not emit texcoords if they are also stuffed in GA | Marek Olšák | 2010-07-13 | 1 | -3/+6 |
| | |||||
* | r300g: rework the draw_rectangle hook | Marek Olšák | 2010-07-13 | 1 | -89/+23 |
| | | | | It is a lot simplier, cleaner, and more stable now. | ||||
* | r300g: Remove unnecessary header. | Vinson Lee | 2010-07-12 | 1 | -1/+0 |
| | |||||
* | r300g: implement fast color clear | Marek Olšák | 2010-07-12 | 10 | -13/+178 |
| | | | | | | | | | | | | | | | An initial implementation made by Dave Airlie. For it to be used, a color-only clear must be invoked and exactly one point-sampled render target must be set. The render target must be macrotiled (for us to overcome alignment issues) and bpp must be either 16 or 32. I can't see a difference in performance. :( Conflicts: src/gallium/drivers/r300/r300_blit.c | ||||
* | r300g: clear and copy a resource with a rectangular point sprite | Marek Olšák | 2010-07-12 | 2 | -3/+152 |
| | | | | | | With an ordinary quad, the pixels on the main diagonal are computed and stored twice, which is somewhat inefficient and might not work well with specialized clear codepaths. | ||||
* | r300g: do not use immediate mode if there is a VBO in VRAM | Marek Olšák | 2010-07-12 | 2 | -4/+5 |
| | | | | And other minor fixups. | ||||
* | r300g: ugly fix of a hardlock in the cubestorm xscreensaver | Marek Olšák | 2010-07-12 | 2 | -3/+5 |
| | | | | FDO bug #28563. | ||||
* | r300g: allow the GTT domain for samplers | Marek Olšák | 2010-07-09 | 2 | -5/+12 |
| | | | | This fixes sluggishness in vdrift. | ||||
* | r300g/swtcl: fix out-of-bounds write | Marek Olšák | 2010-07-09 | 1 | -1/+1 |
| | | | | This is a typo fix, the generated code should be the same. | ||||
* | r300g: fix texturing with negative lod bias | Marek Olšák | 2010-07-09 | 1 | -1/+1 |
| | | | | This should fix FDO bugs #28437 and #28625. | ||||
* | r300g: store/return the stride for winsys_handle in winsys | Marek Olšák | 2010-07-08 | 2 | -12/+10 |
| | |||||
* | r300g: fix transfering compressed textures | Marek Olšák | 2010-07-08 | 1 | -1/+1 |
| | |||||
* | r300g: add a function for marking framebuffer atoms as dirty | Marek Olšák | 2010-07-08 | 3 | -11/+32 |
| | |||||
* | r300g: minor fixups | Marek Olšák | 2010-07-08 | 5 | -7/+7 |
| | |||||
* | r300/compiler: Implement KILP opcode. | Tom Stellard | 2010-07-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Marek Olšák <[email protected]> | ||||
* | r300g: fix warnings | Marek Olšák | 2010-07-03 | 1 | -2/+5 |
| | |||||
* | r300/compiler: Use hardware flow control instructions for loops on r500. | Tom Stellard | 2010-07-03 | 1 | -1/+2 |
| | |||||
* | r300g: Fix typo in r300_reg.h | Tom Stellard | 2010-07-03 | 1 | -2/+2 |
| | |||||
* | r300g: add workaround for multiple contexts | Marek Olšák | 2010-06-30 | 3 | -1/+9 |
| | |||||
* | r300g: move one flush from winsys to the context | Marek Olšák | 2010-06-30 | 2 | -19/+33 |
| | | | | | | | This flush happens when changing the tiling flags, and it should really be done in the context. I hope this fixes FDO bug #28630. | ||||
* | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | 2010-06-28 | 1 | -0/+2 |
| | | | | | | laying down the foundation for everything and implementing most of the stuff. linking, gl_VerticesIn and multidimensional inputs are left. | ||||
* | util: reference surfaces and sampler views in blitter when saving them | Marek Olšák | 2010-06-29 | 2 | -23/+3 |
| | | | | Ooops. This should possibly fix some bugs... | ||||
* | Merge branch 'gallium-drm-driver-drescriptor' | Jakob Bornecrantz | 2010-06-28 | 4 | -5/+15 |
|\ | | | | | | | | | | | | | | | | | Conflicts: src/gallium/state_trackers/egl/x11/native_dri2.c src/gallium/state_trackers/egl/x11/native_x11.c src/gallium/state_trackers/egl/x11/native_x11.h src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/radeon/drm/radeon_drm.c | ||||
| * | r300g: Move bootstrap code to targets | Jakob Bornecrantz | 2010-06-06 | 3 | -4/+11 |
| | | |||||
* | | r300g: fix a compile error on non-debug builds | Marek Olšák | 2010-06-27 | 1 | -1/+1 |
| | | |||||
* | | r300g: separate the hyperz state and pipelined FB regs out of the FB state | Marek Olšák | 2010-06-27 | 5 | -11/+76 |
| | | |||||
* | | r300g: release referenced objects in destroy_context | Marek Olšák | 2010-06-27 | 1 | -9/+40 |
| | | |||||
* | | r300g: reference surfaces in set_framebuffer_state | Marek Olšák | 2010-06-27 | 1 | -1/+19 |
| | | |||||
* | | r300g: group debug messages | Marek Olšák | 2010-06-27 | 1 | -21/+24 |
| | | |||||
* | | r300g: turn rasterizer state into a command buffer | Marek Olšák | 2010-06-27 | 4 | -98/+122 |
| | | |||||
* | | r300g: move emission of the MSPOS regs into the framebuffer state | Marek Olšák | 2010-06-27 | 4 | -52/+40 |
| | | | | | | | | | | | | | | | | Now the question is whether we are allowed to ignore gl_rasterization_rules and pipe_rasterizer_state::multisample. The former is invariant anyway and I think the latter would need re-emitting the AA state which is quite costly, considering that it implicitly flushes the whole pipeline (all AA regs in the AA state are *unpipelined*). | ||||
* | | r300g: turn invariant state into a command buffer | Marek Olšák | 2010-06-27 | 8 | -95/+40 |
| | | |||||
* | | r300g: initialize some crucial state in the first CS | Marek Olšák | 2010-06-27 | 1 | -7/+8 |
| | | |||||
* | | r300g: introduce VAP invariant state | Marek Olšák | 2010-06-26 | 6 | -15/+41 |
| | | | | | | | | Unlike other invariant states, this one must be emitted after VAP flush. | ||||
* | | r300g: immediate mode cleanup | Marek Olšák | 2010-06-26 | 1 | -16/+12 |
| | | |||||
* | | r300g: update my notes about fastfill and zbuffer compression | Marek Olšák | 2010-06-26 | 2 | -11/+24 |
| | | |||||
* | | r300g: enum r300_blitter_op is a bitmask | Marek Olšák | 2010-06-26 | 1 | -4/+4 |
| | | |||||
* | | r300g: a couple more chipsets do not have HiZ RAM | Marek Olšák | 2010-06-24 | 1 | -0/+4 |
| | | |||||
* | | r300g: remove an XXX comment | Marek Olšák | 2010-06-24 | 1 | -7/+0 |
| | | |||||
* | | r300g: move AA registers into the new AA state | Marek Olšák | 2010-06-24 | 7 | -29/+80 |
| | | |||||
* | | r300g: separate the cache flush from the framebuffer state | Marek Olšák | 2010-06-24 | 5 | -18/+54 |
| | | |||||
* | | r300g: reorder and cleanup register writes everywhere | Marek Olšák | 2010-06-24 | 5 | -80/+79 |
| | | |||||
* | | r300g: add "has HiZ" flag, add ZMask regs | Marek Olšák | 2010-06-24 | 3 | -0/+23 |
| | | |||||
* | | glhd: Add query protection. | Corbin Simpson | 2010-06-22 | 1 | -1/+3 |
| | | | | | | | | Not quite copied from r300g. This is slightly more API-compliant. | ||||
* | | glhd: Grab framebuffer state checks from r300g. | Corbin Simpson | 2010-06-22 | 1 | -6/+0 |
| | | |||||
* | | glhd: Grab resource_copy_region from r300g. | Corbin Simpson | 2010-06-22 | 1 | -8/+0 |
| | | |||||
* | | glhd: Grab is_format_supported warning from r300g. | Corbin Simpson | 2010-06-22 | 1 | -6/+0 |
| | | |||||
* | | r300g: attempt to fix texture corruption on RV505 | Marek Olšák | 2010-06-23 | 1 | -0/+2 |
| | |