aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/xvmc: fix use of *.o in Makefile.xvmcChristian König2012-02-291-2/+2
* i965: Avoid blocking on the GPU for setting the HiZ op vertex data.Eric Anholt2012-02-284-60/+9
* glcpp: Don't strlen() the output for every token being printed.Kenneth Graunke2012-02-282-24/+28
* ralloc: Make rewrite_tail increase "start" by the new text's length.Kenneth Graunke2012-02-284-16/+18
* gallivm: add major integer opcodes to the tgsi action handlerDave Airlie2012-02-281-1/+382
* gallivm: drop deprecated opcodesDave Airlie2012-02-281-8/+0
* gallivm: only do rcp/mul for floatingDave Airlie2012-02-281-1/+2
* svga: Advertise SVGA3D_DEVCAP_MAX_POINT_SIZE.José Fonseca2012-02-284-7/+15
* mesa: Don't disable fast path for normalized typesNeil Roberts2012-02-281-7/+15
* gallium: remove trailing comma to silence warningBrian Paul2012-02-281-1/+1
* mesa: minor comment, whitespace fixes in teximage.cBrian Paul2012-02-281-3/+1
* gallivm: add frem support to the lp_build_mod helper.Dave Airlie2012-02-281-1/+2
* gallivm: add bitarit xor and not ops.Dave Airlie2012-02-282-0/+49
* st/mesa: don't unreference user attribs up front.Dave Airlie2012-02-281-3/+6
* mesa/vbo: inline vbo_sizeof_ib_type.Dave Airlie2012-02-282-18/+16
* gallivm: add integer and unsigned mod arit functions. (v2)Dave Airlie2012-02-282-0/+25
* tgsi: remove trailing comma to silence warningBrian Paul2012-02-271-1/+1
* xlib: silence unused var warningBrian Paul2012-02-271-0/+1
* svga: Remove unused SVGA_TEX_UNITS constant.José Fonseca2012-02-271-1/+0
* 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-266-80/+44
* 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-2519-83/+83
* 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