| Commit message (Expand) | Author | Age | Files | Lines |
* | svga: Advertise SVGA3D_DEVCAP_MAX_POINT_SIZE. | José Fonseca | 2012-02-28 | 4 | -7/+15 |
* | mesa: Don't disable fast path for normalized types | Neil Roberts | 2012-02-28 | 1 | -7/+15 |
* | gallium: remove trailing comma to silence warning | Brian Paul | 2012-02-28 | 1 | -1/+1 |
* | mesa: minor comment, whitespace fixes in teximage.c | Brian Paul | 2012-02-28 | 1 | -3/+1 |
* | gallivm: add frem support to the lp_build_mod helper. | Dave Airlie | 2012-02-28 | 1 | -1/+2 |
* | gallivm: add bitarit xor and not ops. | Dave Airlie | 2012-02-28 | 2 | -0/+49 |
* | st/mesa: don't unreference user attribs up front. | Dave Airlie | 2012-02-28 | 1 | -3/+6 |
* | mesa/vbo: inline vbo_sizeof_ib_type. | Dave Airlie | 2012-02-28 | 2 | -18/+16 |
* | gallivm: add integer and unsigned mod arit functions. (v2) | Dave Airlie | 2012-02-28 | 2 | -0/+25 |
* | tgsi: remove trailing comma to silence warning | Brian Paul | 2012-02-27 | 1 | -1/+1 |
* | xlib: silence unused var warning | Brian Paul | 2012-02-27 | 1 | -0/+1 |
* | svga: Remove unused SVGA_TEX_UNITS constant. | José Fonseca | 2012-02-27 | 1 | -1/+0 |
* | svga: Clamp advertised PIPE_SHADER_CAP_MAX_TEMPS to SVGA3D_TEMPREG_MAX. | José Fonseca | 2012-02-27 | 1 | -2/+2 |
* | r600g: use u_default_transfer_flush_region for all resource types | Marek Olšák | 2012-02-27 | 3 | -9/+3 |
* | r600g: use u_default_transfer_inline_write for all resource types | Marek Olšák | 2012-02-27 | 3 | -26/+3 |
* | gallium/util: add fast path for buffers in u_default_transfer_inline_write | Marek Olšák | 2012-02-27 | 1 | -14/+23 |
* | gallium/util: set correct usage flags in u_default_transfer_inline_write | Marek Olšák | 2012-02-27 | 1 | -0/+12 |
* | r600g: fix streamout cache flush for r600 | Marek Olšák | 2012-02-27 | 1 | -4/+12 |
* | vl: fix a douple free in xsp winsys backend | Christian König | 2012-02-27 | 1 | -1/+1 |
* | vl: adjust matrix and median filter to removal of PIPE_SHADER_CAP_OUTPUT_READ | Christian König | 2012-02-27 | 2 | -9/+12 |
* | r600g: cleanup r600_transfer_struct | Marek Olšák | 2012-02-27 | 2 | -16/+12 |
* | r600g: check for R600_STREAMOUT env var in winsys | Marek Olšák | 2012-02-27 | 3 | -2/+7 |
* | r600g: move initialization of use_surface flag into screen_create | Marek Olšák | 2012-02-27 | 5 | -25/+18 |
* | r600g: properly check whether texture is busy in get_transfer | Marek Olšák | 2012-02-27 | 1 | -9/+5 |
* | r600g: rename r600_resource_texture::depth to bool is_depth | Marek Olšák | 2012-02-27 | 5 | -16/+16 |
* | gallium: remove PIPE_SHADER_CAP_OUTPUT_READ | Marek Olšák | 2012-02-27 | 8 | -26/+2 |
* | gallium/rtasm: properly detect SSE and SSE2 | Marek Olšák | 2012-02-27 | 1 | -24/+24 |
* | r300g: Use automake to generate Makefile v3 | Tom Stellard | 2012-02-26 | 5 | -80/+43 |
* | r300g: Reorganize the compiler unit tests | Tom Stellard | 2012-02-26 | 4 | -2/+12 |
* | r300/compiler: Schedule KIL instructions before output writes | Tom Stellard | 2012-02-26 | 1 | -0/+4 |
* | r300/compiler: Use the smart scheduler for r300 cards | Tom Stellard | 2012-02-26 | 1 | -73/+54 |
* | r300/compiler: Fix bug when lowering KILP on r300 cards | Tom Stellard | 2012-02-26 | 1 | -10/+54 |
* | vl/compositor: fix a simple typo | Christian König | 2012-02-25 | 1 | -1/+1 |
* | st/xvmc: move xvmc state tracker out of xorg subdir | Christian König | 2012-02-25 | 18 | -82/+82 |
* | vl: rework winsys interface | Christian König | 2012-02-25 | 14 | -251/+126 |
* | vl: cleanup dri winsys abstraction | Christian König | 2012-02-25 | 7 | -1575/+56 |
* | scons: Don't build the assembly sources on Mac OS X. | Vinson Lee | 2012-02-25 | 2 | -2/+2 |
* | i915g: Fix fallout from 8e4540ec2a82e72be491bc8fe23c10551d29a96c | Stéphane Marchesin | 2012-02-24 | 1 | -4/+10 |
* | svga: Fix stencil op mapping | Zack Rusin | 2012-02-24 | 1 | -4/+4 |
* | svga: fix use of SVGA3D_x vs. PIPE_FORMAT_x in svga_is_format_supported() | Brian Paul | 2012-02-24 | 1 | -2/+2 |
* | mesa/gdi: include swrast.h to fix compilation | Brian Paul | 2012-02-24 | 1 | -0/+1 |
* | st/mesa: initialize the MaxViewport, MaxRenderbufferSize constants | Brian Paul | 2012-02-24 | 1 | -0/+8 |
* | mesa: move more swrast-related #defines out of core Mesa | Brian Paul | 2012-02-24 | 3 | -40/+28 |
* | mesa: remove STENCIL_BITS use | Brian Paul | 2012-02-24 | 1 | -1/+1 |
* | xlib: remove STENCIL_BITS | Brian Paul | 2012-02-24 | 1 | -3/+3 |
* | st/glx: remove STENCIL_BITS, DEFAULT_SOFTWARE_DEPTH_BITS | Brian Paul | 2012-02-24 | 1 | -3/+3 |
* | mesa: remove last of MAX_WIDTH, MAX_HEIGHT | Brian Paul | 2012-02-24 | 3 | -13/+7 |
* | mesa: remove MAX_WIDTH from prog_execute.h | Brian Paul | 2012-02-24 | 2 | -1/+7 |
* | st/glx: remove MAX_WIDTH/HEIGHT usage | Brian Paul | 2012-02-24 | 1 | -3/+6 |
* | intel: remove MAX_WIDTH usage in intelInitContext() | Brian Paul | 2012-02-24 | 1 | -4/+2 |