Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-06 | r600g: improve supported format selection. | Dave Airlie | |
This fixes fbo-readpixels piglit test, and adds support for swapping the formats. Not all formats are correct yet I don't think. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-08-06 | r600g: add bo wait after map. | Dave Airlie | |
2010-08-05 | st/mesa: Clean up header file inclusion in st_program.h. | Vinson Lee | |
st_program.h Remove p_shader_tokens.h Include st_context.h for st_context symbol. Include p_state.h for PIPE_MAX_SHADER_INPUTS symbol. Remove unnecessary forward declarations. st_cb_bitmap.c st_cb_clear.c Include p_shader_tokens.h now that st_program.h doesn't include it. | |||
2010-08-06 | r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0 | Marek Olšák | |
2010-08-05 | tgsi: Fix typo, so we follow what is in the comments | Jakob Bornecrantz | |
2010-08-05 | tgsi: Add option to stop the sanity checker from printing | Jakob Bornecrantz | |
2010-08-05 | util: Add option to not dump cpu caps | Jakob Bornecrantz | |
2010-08-05 | st/mesa: Only get debug option once | Jakob Bornecrantz | |
2010-08-05 | st/mesa: Only get mesa mvp dp4 option once | Jakob Bornecrantz | |
The correct for this is of course to do what comment says | |||
2010-08-05 | llvmpipe: Only get no rast option once | Jakob Bornecrantz | |
2010-08-05 | gallivm: Only get debug option once | Jakob Bornecrantz | |
2010-08-05 | st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h. | Vinson Lee | |
st_mesa_to_tgsi.h Replace tgsi_ureg.h with a forward declaration. Include p_compiler.h for ubyte symbol. st_program.c Include tgsi_ureg.h directly. | |||
2010-08-06 | nvfx: fix nv30 vertex program scalar opcodes | Luca Barbieri | |
Apparently they have always been broken, even before unification. Fixes a lot of stuff, starting from morph3d and lighting in teapot with textures disabled. | |||
2010-08-06 | nvfx: shut up unknown cap 64 warning | Luca Barbieri | |
2010-08-05 | st/mesa: Clean up header file inclusion in st_manager.h. | Vinson Lee | |
Include mtypes.h for GLcontext, gl_buffer_index, and GLframebuffer symbols. Include p_compiler.h for boolean symbol. Include st_context.h in st_cb_eglimage.c as it previously included st_context.h indirectly through st_manager.h. | |||
2010-08-05 | glsl: fix atan(0, -1) | Brian Paul | |
Fixes fd.o bug 29388 NOTE: this is a candidate for the 7.8 branch. | |||
2010-08-05 | r600c: tiling require drm 2.6.0, not 2.5.0 | Alex Deucher | |
2010-08-05 | r600: add support for getting the tiling config via drm ioctl (v2) | Alex Deucher | |
Needed for the the 2D tiling span functions. v2: rebase on new kernel, mesa changes Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2010-08-05 | r600: add new relocs for tiling support | Alex Deucher | |
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2010-08-05 | r600: add span support for 2D tiling | Alex Deucher | |
Requires tiling config ioctl support from the drm to use. kms only. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2010-08-05 | r600g: don't use dynamic state allocation for states | Jerome Glisse | |
Simplify state handly by avoiding state allocation. Next step is to allocate once for all context packet buffer and then avoid rebuilding pm4 packet each time (through use of combined crc) this would also avoid number of memcpy. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-08-05 | targets/egl: fix build | Joakim Sindholt | |
2010-08-05 | r300g: fix fb_state atom size | Marek Olšák | |
2010-08-05 | r300g: debug_print on startup whether we can use hyper-z | Marek Olšák | |
2010-08-05 | r300g: always emit hyperz state atom. | Dave Airlie | |
2010-08-05 | r300g: disable hiz on rv530 for now. | Dave Airlie | |
On my rv530 at least HiZ is causing rendering issues in gears. | |||
2010-08-05 | r300g: implement hyper-z support. (v4) | Dave Airlie | |
This implements fast Z clear, Z compression, and HiZ support for r300->r500 GPUs. It also allows cbzb clears when fast Z clears are being used for the ZB. It requires a kernel with hyper-z support. Thanks to Marek Olšák <maraeo@gmail.com>, who started this off, and Alex Deucher at AMD for providing lots of hints. v2: squashed zmask ram size fix] squashed r300g/blitter: fix Z readback when compressed] v3: rebase around texture changes in master - .1 fix more bits v4: migrated to using u_mm in r300_texture to manage hiz/zmask rams consistently disabled HiZ when using OQ flush z-cache before turning hyper-z off update hyper-z state on dsa state change store depthclearvalue across cbzb clears and replace it afterwards. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-08-05 | docs: clarify point sprite discussion | Keith Whitwell | |
Plagiarizes email explanation from Roland. | |||
2010-08-05 | st/mesa: Remove unnecessary header from st_gl_api.h. | Vinson Lee | |
2010-08-05 | mesa: Include missing header in st_get_mipmap.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Add forward declaration for st_context. | |||
2010-08-05 | st/mesa: Include missing headers in st_format.h. | Vinson Lee | |
2010-08-05 | st/mesa: Add forward delcaration in st_extensions.h. | Vinson Lee | |
2010-08-05 | st/mesa: Add missing headers to st_draw.h. | Vinson Lee | |
2010-08-05 | intel: Check for a NULL src buffer prior to blt | Chris Wilson | |
This can only happen along a malloc failure path, but check anyway. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-08-05 | intel: Check for region allocation failure. | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-08-04 | st/mesa: Add missing header in st_context.c. | Vinson Lee | |
2010-08-04 | st/mesa: Add missing header in st_atom_pixeltransfer.c. | Vinson Lee | |
2010-08-04 | st/mesa: Clean up header file inclusion in st_context.h. | Vinson Lee | |
2010-08-04 | st/mesa: Add missing header in st_cb_xformfb.h. | Vinson Lee | |
2010-08-04 | st/mesa: Clean up st_cb_viewport.h. | Vinson Lee | |
Add inclusion guard. Add forward declaration. | |||
2010-08-04 | st/mesa: Add missing headers in st_cb_texture.h. | Vinson Lee | |
2010-08-05 | dri/nouveau: Don't try to validate uninitialized teximages. | Francisco Jerez | |
2010-08-05 | dri/nv20: Fix some PGRAPH_ERRORs seen with DATA_CHECK enabled. | Francisco Jerez | |
2010-08-05 | dri/nouveau: Fix up software mipmap generation. | Francisco Jerez | |
2010-08-04 | st/mesa: Add forward declaration in st_cb_strings.h. | Vinson Lee | |
2010-08-04 | st/mesa: Add missing header in st_cb_readpixels.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-08-04 | st/mesa: Clean up header file inclusion in st_cb_rasterpos.h. | Vinson Lee | |
2010-08-04 | st/mesa: Add missing header in st_cb_program.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-08-04 | r300/compiler: Remove unnecessary header. | Vinson Lee | |
2010-08-04 | intel: Remove unnecessary header. | Vinson Lee | |