mesa.git
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix memory error...
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix memory error...
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix valgrind warning
2008-09-05 Michal Krolgallium: Add pipe_thread primitives for PIPE_SUBSYSTEM_...
2008-09-05 Michal Krolmesa: _mesa_program_state_string() returns char *,...
2008-09-05 Dave Airlieintel: only enable occlusion query if the drm has defines.
2008-09-05 José Fonsecatgsi: Refactor tgsi_dump to avoid using string buffers...
2008-09-05 José Fonsecagallium: Pass 512 bytes max to EngDebugPrint.
2008-09-05 José Fonsecagallium: New pf_has_alpha utility function.
2008-09-05 José Fonsecapython: Cleanup tri example.
2008-09-05 Brian Paulcell: move batch buffer init code
2008-09-05 Brian Paulcell: comments
2008-09-05 Brian Paulcell: more cell_init_*_functions()
2008-09-05 Brian Paulcell: implement CELL_DEBUG env/options var
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Brian Paulmesa: fix minor mem leak
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Brian Paulcell: assorted comments, clean-ups, etc.
2008-09-04 Brian Paulcell: use util_surface_copy/fill()
2008-09-04 Brian Paulcell: include p_inlines.h
2008-09-04 Brian Paulsoftpipe: use the new util_surface_copy/fill() functions
2008-09-04 Brian Paulgallium: remove the copyHeight hack for compresssed...
2008-09-04 Brian Paulgallium: new util_surface_copy() and util_surface_fill...
2008-09-04 Michal Krolmesa: Silence compiler warnings on Windows.
2008-09-04 Kristian Høgsbergconfigure.ac: bump dri2proto requirement, drop TTM_API...
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 Xiang, Haihaointel: Fix depth_stencil texture.
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 Jakob Bornecrantzmesa: Support for MESA_FORMAT_S8_Z24 texture
2008-09-04 José Fonsecamesa: Remove unused var.
2008-09-04 José Fonsecasoftpipe: Add missing include.
2008-09-04 José Fonsecai915: Add missing include.
2008-09-04 José Fonsecagallium: Fix typo.
2008-09-04 José Fonsecacell: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecai915: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecai965: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecasoftpipe: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecapython: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecagallium: Use pipe_buffer_* inlines as much as possible.
2008-09-03 Brian Paulcell: flush rendering to current surfaces before instal...
2008-09-03 Brian Paulcell: update comments, fix typos
2008-09-03 Brian Paulcell: change context type passed to cell_flush_int()
2008-09-03 Brian Paulgallium: comments about nblocksx/y, etc
2008-09-03 Brian Paulgallium: silence warnings
2008-09-03 Brian Paulcell: replace assert() with special spu ASSERT() macro
2008-09-03 Brian Paulcell: add pipe_texture_reference() call in cell_get_tex...
2008-09-03 Brian Paulcell: updated assertion
2008-09-03 Brian Paulcell: comments
2008-09-03 Brian Paulgallium: do image clipping in xmesa_display_surface_tiled()
2008-09-03 Brian Paulcell: fix texture/surface allocation to allocate by...
2008-09-03 Brian Paulcell: move misplaced assertions; put them after ximage...
2008-09-03 Jakob Bornecrantzi915: Fix typo in intel_lock.c
2008-09-03 Brian Paulcell: add -DDEBUG flag, fixes to Cell Makefiles
2008-09-03 Eric Anholtintel: Fix prototype warning.
2008-09-03 Brian PaulCell: added linux-cell-debug config
2008-09-03 Brian Paulcell: add missing cell_tex_surface_release()
2008-09-03 Eric Anholtintel: Fix refcounting on depth buffer initialization...
2008-09-03 Xiang, Haihaointel: Fix a crash if dri2 is disabled.
2008-09-03 José Fonsecagallium: Have pipe_buffer_* receive a pipe_screen inste...
2008-09-03 José Fonsecadraw: Describe the steps in emit_load_R32G32B32A32.
2008-09-03 Brian Paulfix BUFFER_DEPTH/BUFFER_ACCUM mix-up
2008-09-03 Brian Paulfix BUFFER_DEPTH/BUFFER_ACCUM mix-up
2008-09-03 Brian Paulgallium: increase string buffer size to 16000 to avoid...
2008-09-03 Brian Paulgallium: fix out of bounds array errors in SSE execution
2008-09-02 Patrice MandinIntialize swizzled_surface object
2008-09-02 Jakob Bornecrantzi915: Fix typo in ws_dri_bufmgr.c
2008-09-02 Jakob Bornecrantzi915: Small fixes for tiled textures
2008-09-02 Roland Scheideggerfix no error generated when calling glLight{if}[v]...
2008-09-02 Younes Mantong3dvl: Use consistent variable names.
2008-09-02 Younes Mantong3dvl: Use one VB for all MBs, sort MBs at flush to...
2008-09-01 Brian Paulgallium: remove glthread.h file (not used)
2008-09-01 Brian Paulgallium: removed p_pointer.h (use util/u_pointer.h...
2008-09-01 Brian Paulgallium: include u_pointer,h, not p_pointer.h
2008-09-01 Brian Paulmesa: use CALLOC instead of MALLOC to fix valgrind...
2008-09-01 Brian Paulgallium: added st_bind/release_teximage() functions
2008-09-01 Brian Paulgallium: move st_texture_image() cast wrapper to header...
2008-09-01 Brian Paulegl: CreatePbufferSurface, Bind/ReleaseTexImage functions
2008-09-01 Brian Paulegl: additional error checking in _eglBind/ReleaseTexIm...
2008-09-01 Younes Mantong3dvl: Some clean ups.
2008-09-01 Younes Mantong3dvl: Inline hint for relatively small, frequently...
2008-09-01 Younes Mantong3dvl: Re-enable buffer rotation, disable high quality...
2008-09-01 José Fonsecapipebuffer: Add missing break statement to cache lookup...
2008-09-01 José Fonsecapipebuffer: Comment the slab code. Remove the freeSlabs...
2008-09-01 José Fonsecascons: Optimize for speed, not size, with MSVC.
2008-09-01 José Fonsecadraw: Put INLINES where appropriate.
2008-09-01 Keith Whitwellutil: make timed_winsys os independent
2008-09-01 Keith Whitwellutil: add func to return time as uint64 microseconds
2008-09-01 Keith Whitwelladd u_timed_winsys.[ch]
2008-09-01 Keith Whitwellremove depend.bak in realclean
2008-09-01 Michel DänzerFix build by removing #include of removed dri_sarea.h.
2008-08-31 Patrice Mandinnv30: set fp samplers with fragprog generation
2008-08-31 José FonsecaRemove CVS keywords.
2008-08-31 José Fonsecautil: Fix compiler errors in the release build of C...
2008-08-31 José Fonsecagallium: winsys/common no longer exists
2008-08-30 Patrice Mandinnv30: activate fp texture units when needed, to get...
2008-08-29 Jonathan WhiteAdded command line option for Scons to select which...
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-29 Younes Mantong3dvl: Buffer the entire frame before rendering.
2008-08-29 Xiang, Haihaoi965: force thread switch after IF/ELSE/ENDIF. partial...
2008-08-29 Xiang, Haihaoi965: mask control for BREAK/CONT/DO/WHILE. partial...
next