summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* svga: Clamp advertised PIPE_SHADER_CAP_MAX_TEMPS to SVGA3D_TEMPREG_MAX.José Fonseca2012-02-271-2/+2
* r600g: use u_default_transfer_flush_region for all resource typesMarek Olšák2012-02-273-9/+3
* r600g: use u_default_transfer_inline_write for all resource typesMarek Olšák2012-02-273-26/+3
* gallium/util: add fast path for buffers in u_default_transfer_inline_writeMarek Olšák2012-02-271-14/+23
* gallium/util: set correct usage flags in u_default_transfer_inline_writeMarek Olšák2012-02-271-0/+12
* r600g: fix streamout cache flush for r600Marek Olšák2012-02-271-4/+12
* vl: fix a douple free in xsp winsys backendChristian König2012-02-271-1/+1
* vl: adjust matrix and median filter to removal of PIPE_SHADER_CAP_OUTPUT_READChristian König2012-02-272-9/+12
* r600g: cleanup r600_transfer_structMarek Olšák2012-02-272-16/+12
* r600g: check for R600_STREAMOUT env var in winsysMarek Olšák2012-02-273-2/+7
* r600g: move initialization of use_surface flag into screen_createMarek Olšák2012-02-275-25/+18
* r600g: properly check whether texture is busy in get_transferMarek Olšák2012-02-271-9/+5
* r600g: rename r600_resource_texture::depth to bool is_depthMarek Olšák2012-02-275-16/+16
* gallium: remove PIPE_SHADER_CAP_OUTPUT_READMarek Olšák2012-02-278-26/+2
* gallium/rtasm: properly detect SSE and SSE2Marek Olšák2012-02-271-24/+24
* r300g: Use automake to generate Makefile v3Tom Stellard2012-02-265-80/+43
* r300g: Reorganize the compiler unit testsTom Stellard2012-02-264-2/+12
* r300/compiler: Schedule KIL instructions before output writesTom Stellard2012-02-261-0/+4
* r300/compiler: Use the smart scheduler for r300 cardsTom Stellard2012-02-261-73/+54
* r300/compiler: Fix bug when lowering KILP on r300 cardsTom Stellard2012-02-261-10/+54
* vl/compositor: fix a simple typoChristian König2012-02-251-1/+1
* st/xvmc: move xvmc state tracker out of xorg subdirChristian König2012-02-2518-82/+82
* vl: rework winsys interfaceChristian König2012-02-2514-251/+126
* vl: cleanup dri winsys abstractionChristian König2012-02-257-1575/+56
* scons: Don't build the assembly sources on Mac OS X.Vinson Lee2012-02-252-2/+2
* i915g: Fix fallout from 8e4540ec2a82e72be491bc8fe23c10551d29a96cStéphane Marchesin2012-02-241-4/+10
* svga: Fix stencil op mappingZack Rusin2012-02-241-4/+4
* svga: fix use of SVGA3D_x vs. PIPE_FORMAT_x in svga_is_format_supported()Brian Paul2012-02-241-2/+2
* mesa/gdi: include swrast.h to fix compilationBrian Paul2012-02-241-0/+1
* st/mesa: initialize the MaxViewport, MaxRenderbufferSize constantsBrian Paul2012-02-241-0/+8
* mesa: move more swrast-related #defines out of core MesaBrian Paul2012-02-243-40/+28
* mesa: remove STENCIL_BITS useBrian Paul2012-02-241-1/+1
* xlib: remove STENCIL_BITSBrian Paul2012-02-241-3/+3
* st/glx: remove STENCIL_BITS, DEFAULT_SOFTWARE_DEPTH_BITSBrian Paul2012-02-241-3/+3
* mesa: remove last of MAX_WIDTH, MAX_HEIGHTBrian Paul2012-02-243-13/+7
* mesa: remove MAX_WIDTH from prog_execute.hBrian Paul2012-02-242-1/+7
* st/glx: remove MAX_WIDTH/HEIGHT usageBrian Paul2012-02-241-3/+6
* intel: remove MAX_WIDTH usage in intelInitContext()Brian Paul2012-02-241-4/+2
* swrast: check max renderbuffer size against SWRAST_MAX_WIDTHBrian Paul2012-02-241-0/+2
* osmesa: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-4/+4
* dri/swrast: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-1/+1
* xlib: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-3/+3
* swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-2416-46/+55
* mesa: remove some cruft from config.hBrian Paul2012-02-241-16/+1
* mesa: minor comment clean-ups in config.hBrian Paul2012-02-241-4/+4
* mesa: remove WIN32 MAX_WIDTH work-around in config.hBrian Paul2012-02-241-17/+0
* swrast: remove MAX_WIDTH array in s_span.cBrian Paul2012-02-241-1/+2
* swrast: simplify mask array codeBrian Paul2012-02-241-3/+4
* swrast: stop using MAX_WIDTH arrays in triangle codeBrian Paul2012-02-241-2/+2
* swrast: remove MAX_WIDTH arrays in stencil codeBrian Paul2012-02-243-4/+37