Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-22 | Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer inmesa_20050114_branch | Keith Whitwell | 1 | -0/+7 | |
driFillInModes(). | |||||
2005-03-03 | merge from trunk | Alan Hourihane | 1 | -2/+4 | |
2005-02-11 | Turn _via_fastrender_stage back on. | Keith Whitwell | 1 | -1/+1 | |
2005-02-11 | Fix pageflip/vsync regression | Keith Whitwell | 1 | -22/+23 | |
2005-02-11 | pull in a fix from the trunk | Alan Hourihane | 2 | -2/+4 | |
2005-02-11 | use the dri_client directory instead of libdrm | Alan Hourihane | 1 | -3/+3 | |
2005-02-11 | Change viaChooseTexFormat to match applications format/types more | Keith Whitwell | 1 | -7/+12 | |
closely, and to give viaScreen->bitsPerPixel less of a say in which texture format is chosen. | |||||
2005-02-11 | more texture fixes - unset thrash flag after swapout | Keith Whitwell | 3 | -22/+66 | |
2005-02-11 | fix some texture list bugs, quieten debug a little | Keith Whitwell | 3 | -18/+14 | |
2005-02-10 | Quieten valgrind. | Keith Whitwell | 1 | -0/+11 | |
2005-02-10 | Remove character droppings. | Keith Whitwell | 1 | -1/+5 | |
Fix assert failure on context destroy by freeing pending textures on engine idle. | |||||
2005-02-10 | Free buffers on exit | Keith Whitwell | 1 | -0/+12 | |
2005-02-10 | fix minor locking bugs | Keith Whitwell | 2 | -1/+29 | |
2005-02-10 | Fix debug statements | Keith Whitwell | 1 | -2/+2 | |
2005-02-09 | Fix context destruction ordering. | Keith Whitwell | 1 | -1/+8 | |
2005-02-08 | revert the PATH to drm files to default setting | Alan Hourihane | 1 | -1/+1 | |
2005-02-08 | define DRM_USE_MALLOC for SOLO build and remove SIGIO requirement | Alan Hourihane | 5 | -7/+5 | |
2005-02-08 | reformat (largely) for 80 chars | Keith Whitwell | 10 | -128/+194 | |
2005-02-07 | fix a build problem on solo | Alan Hourihane | 1 | -5/+1 | |
2005-02-07 | VIASAREAPriv == drm_via_sarea_t | Alan Hourihane | 1 | -3/+3 | |
2005-02-07 | Wait for idle properly again. | Keith Whitwell | 1 | -1/+2 | |
2005-02-07 | Remove debug | Keith Whitwell | 2 | -2/+0 | |
2005-02-07 | Hmm - some issues with checking for idle in previous commit. | Keith Whitwell | 2 | -6/+9 | |
Fix them un-subtely for now. | |||||
2005-02-07 | Remove dead comments | Keith Whitwell | 1 | -2/+0 | |
2005-02-07 | Get breadcrumb/fence code working correctly. | Keith Whitwell | 9 | -174/+364 | |
Use this widely in place of polling the engine status register. Release textures according to this vs. their last usage. Get texture swap-in/swap-out and aging working correctly. | |||||
2005-02-02 | Added code to swap in/out texture images on demand. | Keith Whitwell | 15 | -468/+598 | |
Renamed viaContextPtr to 'struct via_context *' globally. | |||||
2005-02-01 | Supply a driver callback for freeing texture images. | Keith Whitwell | 1 | -38/+47 | |
Beginnings of swapin/swapout code. | |||||
2005-02-01 | Use a driver callback to free texture image data. | Keith Whitwell | 5 | -37/+63 | |
2005-01-31 | Move from using DriverData pointers to wrapping mesa's gl_texture_object | Keith Whitwell | 6 | -199/+118 | |
and gl_texture_image structs within the driver structs in an oo-lite fashion. Simplifies quite a bit of code as it was never certain that the DriverData field was going to be populated under all circumstances. | |||||
2005-01-31 | Flush dma and clear texture caches on glTexSubImage() calls. | Keith Whitwell | 1 | -18/+15 | |
2005-01-31 | Implement a single-copy scheme for texture images. Where possible | Keith Whitwell | 15 | -1443/+984 | |
viaTexImage2D() will store texture data directly to AGP memory and no copy will be retained locally. This results in a big improvement in texture download speed, eg BGRA_8888 texture download goes from 69mb/sec to 190mb/sec according to texdown.c. There are wrinkles to be worked out with thrashing, though it seems often to be the case that it is quicker to use swrast/ to render triangles from local memory rather than ejecting and uploading textures in a thrash state. | |||||
2005-01-31 | make some functions non-static and available for driver use | Keith Whitwell | 2 | -28/+38 | |
2005-01-28 | Remove a bunch of unused variables, debug code. | Keith Whitwell | 10 | -133/+31 | |
Fix some hard-to-justify code in TexImage and TexSubImage calls. | |||||
2005-01-27 | Also add a fixed GL_RGBA->argb8888 conversion. | Keith Whitwell | 1 | -0/+30 | |
2005-01-27 | Add back in a fixed GL_RGB->argb8888 conversion. | Keith Whitwell | 1 | -2/+32 | |
2005-01-27 | remove dead code - there is no global lru | Keith Whitwell | 2 | -80/+0 | |
2005-01-27 | Add more formats to test | Keith Whitwell | 1 | -0/+14 | |
2005-01-27 | Add a generalized swizzle-ubytes path for texture conversions. Apply | Keith Whitwell | 1 | -32/+193 | |
only to argb8888 at present. Slower than hard-coded conversions so will likely restore the original GL_RGB->argb888 conversion. | |||||
2005-01-26 | reset line stipple on new line primitive | Alan Hourihane | 1 | -0/+1 | |
2005-01-26 | Fix flag for anti-aliased points | Alan Hourihane | 1 | -21/+8 | |
2005-01-26 | Support texture borders & lodbias (although lodbias needs a little more work) | Alan Hourihane | 3 | -29/+59 | |
2005-01-25 | Add a fast-path for storing GL_RGB/GL_UNSIGNED_BYTE little endian | Keith Whitwell | 1 | -0/+34 | |
textures in the _mesa_texformat_argb8888 format. This is a pretty common case for the DRI drivers and seems to give a good speedup. | |||||
2005-01-25 | Add a GL_BGRA texture format ... and print the GL_BGRA enum. | Keith Whitwell | 1 | -0/+2 | |
2005-01-25 | Add a GL_BGRA texture format. | Keith Whitwell | 1 | -2/+3 | |
2005-01-25 | consolidate min/mag filter setup | Alan Hourihane | 1 | -101/+59 | |
and remove emitting of stale line stipple registers | |||||
2005-01-25 | Undo part of last change until bug fixed. | Keith Whitwell | 1 | -1/+1 | |
2005-01-25 | Use memcpy for some texture uploads -- it's faster. | Keith Whitwell | 1 | -30/+16 | |
2005-01-25 | make better choices for hardware texture formats | Keith Whitwell | 2 | -83/+146 | |
2005-01-21 | Cleanup various pageflipping termination cases. | Keith Whitwell | 5 | -42/+87 | |
2005-01-21 | Sync up the definition of VIADRIRec with what the X server is actually | Keith Whitwell | 1 | -16/+2 | |
using. Probably some DDX version numbers need bumping to reflect the changed interface, it's suprising this worked at all. |