| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: clean up sampler description | Roland Scheidegger | 2010-01-21 | 2 | -4/+8 |
* | gallium: adapt util code to blend changes | Roland Scheidegger | 2010-01-21 | 3 | -3/+3 |
* | gallium: new PIPE_CAP bits for the independent blend functionality | Roland Scheidegger | 2010-01-21 | 1 | -0/+2 |
* | llvmpipe: adapt to per-rendertarget blend changes | Roland Scheidegger | 2010-01-20 | 3 | -24/+27 |
* | gallium: prepare for per-rendertarget blend enables, writemasks, blend funcs | Roland Scheidegger | 2010-01-20 | 2 | -8/+16 |
* | st/egl_g3d: Add support for driver probe. | Chia-I Wu | 2010-01-20 | 2 | -11/+108 |
* | st/egl_g3d: Add support for probe to native displays. | Chia-I Wu | 2010-01-20 | 5 | -7/+146 |
* | st/egl_g3d: Do not reuse the pipe transfer in ximage. | Chia-I Wu | 2010-01-20 | 1 | -18/+22 |
* | r300g: Move GB_AA_CONFIG to its eventual new home. | Corbin Simpson | 2010-01-19 | 4 | -6/+8 |
* | r300g: Make invariant state into an atom. | Corbin Simpson | 2010-01-19 | 5 | -4/+7 |
* | Merge remote branch 'origin/opengl-es-v2' | Chia-I Wu | 2010-01-20 | 11 | -31/+171 |
|\ |
|
| * | st/es: Clean up install target. | Chia-I Wu | 2010-01-12 | 1 | -7/+7 |
| * | st/es: Fix build issue after merge. | Chia-I Wu | 2010-01-12 | 3 | -20/+20 |
| * | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | 2010-01-12 | 794 | -15001/+94549 |
| |\ |
|
| * | | st/egl: Allow APIs other than OpenGL. | Chia-I Wu | 2009-11-10 | 5 | -20/+41 |
| * | | egl_softpipe: Clean up Makefile. | Chia-I Wu | 2009-11-10 | 1 | -10/+5 |
| * | | gallium: Allow state trackers to install files. | Chia-I Wu | 2009-11-06 | 1 | -1/+5 |
| * | | st/es: Add OpenGL ES state trackers. | Chia-I Wu | 2009-11-05 | 3 | -0/+90 |
| * | | gallium/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined. | Chia-I Wu | 2009-11-05 | 1 | -0/+30 |
* | | | util/blit: document params to util_blit_pixels_writemask() | Brian Paul | 2010-01-19 | 1 | -0/+4 |
* | | | Sun compilers now support some gcc __attribute__ values | Alan Coopersmith | 2010-01-19 | 1 | -2/+3 |
* | | | softpipe: remove redundant assignments | Brian Paul | 2010-01-19 | 1 | -5/+0 |
* | | | docs: Clarify PIPE_TEXTURE_USAGE_DYNAMIC. | Corbin Simpson | 2010-01-18 | 1 | -1/+5 |
* | | | docs: Use proper XOR symbol. | Corbin Simpson | 2010-01-18 | 1 | -4/+4 |
* | | | docs: Spacing in TGSI formulae. | Corbin Simpson | 2010-01-18 | 1 | -0/+21 |
* | | | docs: Grammar and refs in Rasterizer. | Corbin Simpson | 2010-01-18 | 1 | -4/+3 |
* | | | docs: Cleanup Rasterizer a bit. | Corbin Simpson | 2010-01-18 | 2 | -45/+49 |
* | | | docs: Fix terms and refs. | Corbin Simpson | 2010-01-18 | 3 | -3/+5 |
* | | | docs: Slowly keep fleshing out more info. | Corbin Simpson | 2010-01-18 | 2 | -9/+21 |
* | | | docs: PIPE_TEXTURE_USAGE info. | Corbin Simpson | 2010-01-18 | 1 | -0/+24 |
* | | | nv50: fix constant vtxattr methods | Christoph Bumiller | 2010-01-18 | 1 | -13/+13 |
* | | | nv50: make instanced drawing work with edge flags | Christoph Bumiller | 2010-01-18 | 1 | -45/+162 |
* | | | nv50: cannot exit shaders on a control flow instruction | Christoph Bumiller | 2010-01-18 | 1 | -1/+9 |
* | | | nv50: fix nv50_program->immd memory leak | Marcin Slusarz | 2010-01-18 | 1 | -0/+1 |
* | | | tgsi: Fix behaviour of dimension index. | Michal Krol | 2010-01-18 | 3 | -27/+29 |
* | | | tgsi: Allow TEMPORARY registers as indirect address into source operands. | Michal Krol | 2010-01-18 | 3 | -8/+11 |
* | | | tgsi: Add ureg_DECL_immediate_block_uint(). | Michal Krol | 2010-01-18 | 2 | -0/+34 |
* | | | radeong: Don't allocate HW BOs for constantbufs. | Corbin Simpson | 2010-01-18 | 4 | -12/+41 |
* | | | r300g: fix polygon offset | Marek Olšák | 2010-01-18 | 3 | -14/+54 |
* | | | r300g: fix vertex data swizzle | Marek Olšák | 2010-01-18 | 1 | -1/+5 |
* | | | r300g: do not align compressed textures to a tile size | Marek Olšák | 2010-01-18 | 1 | -6/+14 |
* | | | st/egl_g3d: Clean up for x11_drawable_get_depth. | Chia-I Wu | 2010-01-18 | 2 | -2/+1 |
* | | | dri: Add an MSAA-enabled factor to DRI configs. | Corbin Simpson | 2010-01-18 | 1 | -2/+3 |
* | | | dri: Properly calculate number of modes for MSAA. | Corbin Simpson | 2010-01-18 | 1 | -3/+5 |
* | | | radeong: Check DRM version, and report stats. | Corbin Simpson | 2010-01-18 | 1 | -1/+26 |
* | | | radeong: Use vram_size instead of vram_visible. | Corbin Simpson | 2010-01-18 | 1 | -4/+3 |
* | | | st/egl_g3d: Add support for eglCopyBuffers. | Chia-I Wu | 2010-01-18 | 1 | -0/+97 |
* | | | st/egl_g3d: Add is_pixmap_supported to native display interface. | Chia-I Wu | 2010-01-18 | 5 | -0/+96 |
* | | | st/egl_g3d: Update validate to use an attachment mask. | Chia-I Wu | 2010-01-18 | 6 | -129/+116 |
* | | | st/vega: Fix window resizing with egl_g3d. | Chia-I Wu | 2010-01-18 | 2 | -5/+8 |