summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-03cell: update comments, fix typosBrian Paul
2008-09-03cell: change context type passed to cell_flush_int()Brian Paul
2008-09-03gallium: comments about nblocksx/y, etcBrian Paul
2008-09-03gallium: silence warningsBrian Paul
2008-09-03cell: replace assert() with special spu ASSERT() macroBrian Paul
2008-09-03cell: add pipe_texture_reference() call in cell_get_tex_surface()Brian Paul
2008-09-03cell: updated assertionBrian Paul
2008-09-03cell: commentsBrian Paul
2008-09-03gallium: do image clipping in xmesa_display_surface_tiled()Brian Paul
2008-09-03cell: fix texture/surface allocation to allocate by multiple of tile sizeBrian Paul
2008-09-03cell: move misplaced assertions; put them after ximage is assigned.Brian Paul
2008-09-03i915: Fix typo in intel_lock.cJakob Bornecrantz
2008-09-03cell: add -DDEBUG flag, fixes to Cell MakefilesBrian Paul
2008-09-03Cell: added linux-cell-debug configBrian Paul
2008-09-03cell: add missing cell_tex_surface_release()Brian Paul
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-09-03draw: Describe the steps in emit_load_R32G32B32A32.José Fonseca
2008-09-02fix BUFFER_DEPTH/BUFFER_ACCUM mix-upBrian Paul
2008-09-02gallium: increase string buffer size to 16000 to avoid truncated output of lo...Brian Paul
2008-09-02gallium: fix out of bounds array errors in SSE executionBrian Paul
2008-09-02i915: Fix typo in ws_dri_bufmgr.cJakob Bornecrantz
2008-09-02i915: Small fixes for tiled texturesJakob Bornecrantz
2008-09-01gallium: remove glthread.h file (not used)Brian Paul
2008-09-01gallium: removed p_pointer.h (use util/u_pointer.h instead)Brian Paul
2008-09-01gallium: include u_pointer,h, not p_pointer.hBrian Paul
2008-09-01mesa: use CALLOC instead of MALLOC to fix valgrind warningBrian Paul
2008-09-01gallium: added st_bind/release_teximage() functionsBrian Paul
2008-09-01gallium: move st_texture_image() cast wrapper to header fileBrian Paul
2008-09-01egl: CreatePbufferSurface, Bind/ReleaseTexImage functionsBrian Paul
2008-09-01egl: additional error checking in _eglBind/ReleaseTexImage()Brian Paul
2008-09-02pipebuffer: Add missing break statement to cache lookup logic.José Fonseca
2008-09-02pipebuffer: Comment the slab code. Remove the freeSlabs list.José Fonseca
2008-09-02draw: Put INLINES where appropriate.José Fonseca
2008-09-01util: make timed_winsys os independentKeith Whitwell
2008-09-01util: add func to return time as uint64 microsecondsKeith Whitwell
2008-09-01add u_timed_winsys.[ch]Keith Whitwell
2008-08-31util: Fix compiler errors in the release build of C++ sources.José Fonseca
2008-08-31gallium: winsys/common no longer existsJosé Fonseca
2008-08-28mesa: remove debug codeBrian Paul
2008-08-28mesa: dynamically grow the fixed function vertex program as neededBrian Paul
2008-08-28gallium: change the conditional which tests for combined Z+stencil buffersBrian Paul
2008-08-28mesa: bump MAX_INSN to 300Brian Paul
2008-08-28pipebuffer: Fix/add detail to the under- overflow report messages.José Fonseca
2008-08-28pipebuffer: Check buffer over- & underflows when mapping/unmapping too.José Fonseca
2008-08-27egl: free display ext data in xdri_eglTerminate().Brian Paul
2008-08-28gallium: s/PIPE_OS_WINDOWS/PIPE_SUBSYSTEM_WINDOWS_USER/ in p_thread.José Fonseca
2008-08-27gallium: better support for user-space interleaved arraysBrian Paul
2008-08-27gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO.Brian Paul
2008-08-27gallium: remove old assertionsBrian Paul
2008-08-27gallium: call st_finish() in XMesaFlush()Brian Paul