summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-02re-add pipe_surface map/unmap inlinesKeith Whitwell
2008-05-02cso: can memcmp-compare pipe_framebuffer_state now it includes fb dimensionsKeith Whitwell
2008-05-01gallium: use screen->tex_surface_release()Brian Paul
2008-05-01gallium: add information to surface to identify which texture image it is ↵Keith Whitwell
pointing at
2008-05-01softpipe: missing fileKeith Whitwell
2008-05-01softpipe: use CPU flags for mappingKeith Whitwell
But when creating surfaces, adjust incoming flags from GPU->CPU usage.
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-30gallium: remove old filesBrian Paul
2008-04-30gallium: fix texture border removal bugBrian Paul
2008-04-30gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul
2008-04-30gallium: rename old PIPE_FORMAT_U_I8 with PIPE_FORMAT_I8_UNORM, etc.Brian Paul
Now all the packed color types are consistantly named. Added temporary #defines for the old names until all drivers are updated.
2008-04-30gallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_S8_UNORMBrian Paul
2008-04-30Add support for GL_REPLACE_EXT texture env mode.Brian Paul
GL_REPLACE_EXT comes from the ancient GL_EXT_texture extension. Found an old demo that actually uses it. The values of the GL_REPLACE and GL_REPLACE_EXT tokens is different, unfortunately.
2008-04-30added xdemos/sharedtex.c testBrian Paul
Test that modifications to a texture object in one rendering context are seen in a second rendering context. Press 't' to change the texture's image/colors.
2008-04-30gallium: fix typo: s/custam/custom/Brian Paul
2008-04-30plug a memleak, destroy setup contextZack Rusin
2008-04-30try to fix the deleting of the bound cso during cleanup of the hashZack Rusin
2008-05-01gallium: Fix release build.José Fonseca
2008-05-01d3d: Windows miniport driver portability fixes.José Fonseca
2008-05-01scons: Try to cope with scons 0.98+.José Fonseca
2008-04-30gallium: use new buffer wrapper functions in p_inlines.hBrian Paul
This allows us to remove most of the direct references to winsys in the state tracker.
2008-04-30gallium: new pipe_buffer alloc/map/unmap/ref wrappersBrian Paul
2008-04-30gallium: consolidate the bitmap->texel conversion codeBrian Paul
2008-04-30gallium: create a new texture each time we init/flush the bitmap cacheBrian Paul
2008-04-30gallium: simplify texture format selectionBrian Paul
2008-04-29gallium: init hw_key with memset() to silence valgrind warningsBrian Paul
We shouldn't be hashing with keys that have uninitialized memory.
2008-04-29gallium: updated comment in xm_flush_frontbuffer()Brian Paul
2008-04-29gallium: test for new PIPE_ARCH_X86Brian Paul
2008-04-29gallium: flush pipe before updating bitmap textureBrian Paul
Fixes duplicated text bug in progs/tests/texwrap.c
2008-04-29silence p_debug.h:63: warning: ISO C forbids forward references to ↵Zack Rusin
‘enum’ types
2008-04-29disable GL_TEXTURE_1D at end of frame to fix failed assertionBrian Paul
2008-04-29gallium: declare pipe_format enum to silence warningsBrian Paul
2008-04-29gallium: add pack for _FLOAT formats to pack_ubKeith Whitwell
2008-04-29gallium: fix pack for A1R5B5G5Keith Whitwell
2008-04-29gallium: add pack for A4R4G4B4Keith Whitwell
2008-04-29gallium: add pack for A1R5B5G5Keith Whitwell
2008-04-29gallium: add debug_print_format() make it easier to print format error messagesKeith Whitwell
2008-04-29gallium: added some assertions to be sure the blit's surface formats are ↵Brian Paul
suitable
2008-04-29gallium: added some assertions to st_render_texture() to check surface formatBrian Paul
Make sure we can really render to the texture surface given its format.
2008-04-29gallium: fix broken GL_DEPTH_COMPONENT case in fallback_copy_texsubimage()Brian Paul
Also, make sure surfaces are suitable for blitting before calling util_blit_pixels().
2008-04-29mesa: added _mesa_scale_and_bias_depth_uint()Brian Paul
2008-04-29gallium: add \n to error stringsBrian Paul
2008-04-29gallium: fix error msg typoBrian Paul
2008-04-29gallium: set border colorRoland Scheidegger
2008-04-28mesa: explicitly delete textures before creating new onesBrian Paul
Also, call glutDestroyWindow() upon exit.
2008-04-28gallium: fix incorrect level param in copy_image_data_to_texture()Brian Paul
This fixes a weird conform test failure that depended on something that happened several tests earlier. This took waaaaaay too long to find/fix.
2008-04-28tgsi: make loop structure clearer, use x86_lea for incrementsKeith Whitwell
2008-04-28tsgi: add a makefileKeith Whitwell
2008-04-28translate: squash warningsKeith Whitwell
2008-04-28pb: remove unused variable, squash warningKeith Whitwell