Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-13 | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg | |
2010-10-12 | nouveau: Get larger push buffers. | Francisco Jerez | |
Useful to amortize the command submission/reloc overhead (e.g. etracer goes from 72 to 109 FPS on nv4b). | |||
2010-10-12 | dri/nouveau: Initialize tile_flags when allocating a render target. | Francisco Jerez | |
2010-10-10 | dri/nv10: Fake fast Z clears for pre-nv17 cards. | Francisco Jerez | |
2010-10-10 | dri/nouveau: Minor cleanup. | Francisco Jerez | |
2010-09-30 | dri/nv10: Use fast Z clears. | Francisco Jerez | |
2010-09-30 | dri/nouveau: Remove unnecessary flush. | Francisco Jerez | |
2010-09-30 | dri/nouveau: Have a smaller amount of larger scratch buffers. | Francisco Jerez | |
Larger VBOs avoid many kernel trips to get them in sync with the GPU. | |||
2010-09-27 | mesa: Force GL_SGIS_generate_mipmap to always be enabled | Ian Romanick | |
As per discussions at XDS. | |||
2010-09-21 | dri/nouveau: Fix software mipmap generation on 1x1 textures. | Francisco Jerez | |
2010-09-21 | dri/nv10-nv20: Fix texturing in some cases after a base level change. | Francisco Jerez | |
2010-09-21 | dri/nouveau: Cleanup more references to old FBOs and VBOs. | Francisco Jerez | |
2010-09-21 | dri/nouveau: Remove unnecessary assertion. | Francisco Jerez | |
2010-09-21 | dri/nv04: Use nvgl_wrap_mode(). | Francisco Jerez | |
2010-09-17 | dri/nv10: Fix the CLAMP texture wrap mode. | Francisco Jerez | |
2010-09-16 | dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent(). | Francisco Jerez | |
2010-09-16 | dri/nouveau: Don't reemit the BO state in nouveau_state_emit(). | Francisco Jerez | |
2010-09-16 | dri/nouveau: Don't request a fake front unnecessarily. | Francisco Jerez | |
2010-09-16 | dri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPONENT as internal format. | Francisco Jerez | |
2010-09-16 | dri/nouveau: Add some more extensions. | Francisco Jerez | |
2010-09-16 | dri/nouveau: Update nouveau_class.h. | Francisco Jerez | |
2010-09-16 | dri/nv04: Fix provoking vertex. | Francisco Jerez | |
2010-09-16 | dri/nv04: Fix maximum texture size. | Francisco Jerez | |
2010-09-16 | dri/nv04: Fix up color mask. | Francisco Jerez | |
2010-09-16 | dri/nv04: Align SIFM transfer dimensions. | Francisco Jerez | |
2010-09-16 | dri/nv04: Mipmapping fixes. | Francisco Jerez | |
2010-09-16 | dri/nv04: Fix PGRAPH_ERRORs when running OA. | Francisco Jerez | |
2010-09-16 | dri/nv04: Enable eng3dm for A8/L8 textures. | Andrew Randrianasulu | |
Signed-off-by: Francisco Jerez <currojerez@riseup.net> | |||
2010-09-16 | dri/nv04: Don't expose ARB_texture_env_combine/dot3. | Andrew Randrianasulu | |
Signed-off-by: Francisco Jerez <currojerez@riseup.net> | |||
2010-09-09 | dri/nouveau: Expose EXT_texture_env_combine. | Francisco Jerez | |
2010-09-09 | dri/nv10-nv20: Add support for NV_texture_env_combine4. | Francisco Jerez | |
2010-09-09 | dri/nv04: Add support for NV_texture_env_combine4. | Francisco Jerez | |
2010-09-09 | dri/nouveau: Minor cleanup. | Francisco Jerez | |
2010-09-08 | dri: Unset current context and dispatch table when unbinding | Kristian Høgsberg | |
Otherwise, when we switch to an indirect glx context and then back, it looks like we're still current. https://bugs.freedesktop.org/show_bug.cgi?id=29977#c7 Signed-off-by: Kristian Høgsberg <krh@bitplanet.net> | |||
2010-09-07 | nouveau: restore nouveau_class.h for nv04-nv20 | Luca Barbieri | |
Sorry, I deleted the Gallium copy without realizing that the DRI one was just a symlink to it. | |||
2010-08-16 | dri/nouveau: test for FEATURE defines | nobled | |
'struct dd_function_table' only conditionally contains the function pointer NewFramebuffer and friends based on FEATURE_EXT_framebuffer_* defines. (See src/mesa/main/dd.h) Fixes the build when the features are disabled and the vfuncs don't exist. | |||
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-05-03 | nouveau: fix nouveau_create_context decleration | Dave Airlie | |
2010-05-02 | Merge branch 'gles2-2' | Kristian Høgsberg | |
Conflicts: src/mesa/drivers/dri/common/dri_util.h | |||
2010-04-28 | dri: Add DRI entrypoints to create a context for a given API | Kristian Høgsberg | |
2010-04-22 | DRI2: add config query extension | Jesse Barnes | |
Add a new DRI2 configuration query extension. Allows for DRI2 client code to query for common DRI2 configuration options. | |||
2010-04-09 | nouveau: Import latest nouveau_class.h from renouveau | Ben Skeggs | |
And fix nv50_screen.c to compile against the updated header. | |||
2010-03-22 | dri/nouveau: Rectangle texture fixes. | Francisco Jerez | |
2010-03-22 | dri/nouveau: Some render to texture fixes. | Francisco Jerez | |
2010-03-22 | dri/nouveau: Fix swrast fallbacks when the read and draw buffers aren't the ↵ | Francisco Jerez | |
same. | |||
2010-03-22 | dri/nouveau: Expose EXT_framebuffer_blit. | Francisco Jerez | |
2010-03-22 | dri/nouveau: Plug in some mesa_meta functions instead of the swrast variants. | Francisco Jerez | |
2010-03-22 | dri/nouveau: Emit dirty states on nouveau_validate_framebuffer. | Francisco Jerez | |
Fixes broken intermediate frames when a window is being resized (regression caused by 878eef8c4). |