| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: STATIC_ASSERT that there aren't too many BRW_NEW_* flags. | Paul Berry | 2013-08-19 | 2 | -0/+6 |
* | vl: add entrypoint to is_video_format_supported | Christian König | 2013-08-19 | 12 | -16/+29 |
* | vl: add entrypoint to get_video_param | Christian König | 2013-08-19 | 24 | -23/+58 |
* | vl: rename pipe_video_decoder to pipe_video_codec | Christian König | 2013-08-19 | 40 | -140/+140 |
* | vl: rename enum pipe_video_codec to pipe_video_format | Christian König | 2013-08-19 | 24 | -116/+116 |
* | vl: use a template for create_video_decoder | Christian König | 2013-08-19 | 21 | -252/+125 |
* | glsl: don't eliminate texcoords that can be set by GL_COORD_REPLACE | Marek Olšák | 2013-08-18 | 3 | -12/+23 |
* | nv50: allow non-nv12 buffers to be created, just pass them through to vl | Ilia Mirkin | 2013-08-17 | 1 | -5/+1 |
* | dri: Choose a decent global driNConfigOptions. | Eric Anholt | 2013-08-17 | 7 | -58/+14 |
* | i965: Improve comments for driver hooks in intel_buffer_object.c. | Kenneth Graunke | 2013-08-16 | 1 | -16/+52 |
* | i965: Split intel_upload code out into a separate file. | Kenneth Graunke | 2013-08-16 | 3 | -133/+178 |
* | i965: Move GL_APPLE_object_purgeable functionality into a new file. | Kenneth Graunke | 2013-08-16 | 5 | -136/+178 |
* | radeonsi: fix feature support reporting | Marek Olšák | 2013-08-17 | 1 | -0/+1 |
* | radeonsi: require LLVM 3.4 for MSAA | Marek Olšák | 2013-08-17 | 2 | -2/+3 |
* | radeonsi: don't make scanout resources linear except for cursors | Marek Olšák | 2013-08-17 | 1 | -1/+1 |
* | radeonsi: remove useless code from tex_fetch_args | Marek Olšák | 2013-08-17 | 1 | -18/+0 |
* | radeonsi: disable unbound colorbuffers | Marek Olšák | 2013-08-17 | 1 | -2/+7 |
* | radeonsi: port texture improvements from r600g | Marek Olšák | 2013-08-17 | 8 | -268/+367 |
* | radeonsi: implement texture fetching for compressed MSAA textures (v2) | Marek Olšák | 2013-08-17 | 1 | -5/+116 |
* | radeonsi: add FMASK texture binding slots and resource setup (v2) | Marek Olšák | 2013-08-17 | 6 | -3/+67 |
* | radeonsi: implement FMASK decompression for MSAA texturing | Marek Olšák | 2013-08-17 | 5 | -17/+142 |
* | radeonsi: scanout buffers cannot be a destination of MSAA resolve | Marek Olšák | 2013-08-17 | 1 | -1/+3 |
* | radeonsi: implement MSAA colorbuffer compression for rendering | Marek Olšák | 2013-08-17 | 9 | -2/+208 |
* | radeonsi: implement uncompressed MSAA texturing | Marek Olšák | 2013-08-17 | 2 | -7/+13 |
* | radeonsi: disable alpha-to-coverage for integer colorbuffers | Marek Olšák | 2013-08-17 | 2 | -1/+9 |
* | radeonsi: implement GL_SAMPLE_ALPHA_TO_ONE | Marek Olšák | 2013-08-17 | 5 | -1/+30 |
* | radeonsi: implement uncompressed MSAA rendering and color resolving | Marek Olšák | 2013-08-17 | 9 | -23/+423 |
* | radeonsi: add flexible shader descriptor management and use it for sampler views | Marek Olšák | 2013-08-17 | 11 | -56/+547 |
* | radeonsi/compute: Let the state tracker do all the flushing | Tom Stellard | 2013-08-17 | 1 | -3/+0 |
* | i965: Dump more information about batch buffer usage. | Kenneth Graunke | 2013-08-16 | 1 | -3/+10 |
* | i965: Add Gen7 depth stall flushes before disabling depth in BLORP. | Kenneth Graunke | 2013-08-16 | 1 | -0/+2 |
* | i965: Add Gen6 depth stall flushes before disabling depth in BLORP. | Kenneth Graunke | 2013-08-16 | 1 | -0/+3 |
* | i965: Don't copy propagate bitcasts with source modifiers. | Matt Turner | 2013-08-16 | 3 | -4/+23 |
* | i965: Emit MOVs for neg/abs. | Matt Turner | 2013-08-16 | 2 | -4/+4 |
* | i965/blorp: Add support for single sample scaled blit with bilinear filter | Anuj Phogat | 2013-08-16 | 3 | -38/+69 |
* | i965/blorp: Define a function to clamp texture coordinates | Anuj Phogat | 2013-08-16 | 1 | -24/+39 |
* | i965/blorp: Use more appropriate variable names | Anuj Phogat | 2013-08-16 | 2 | -18/+14 |
* | meta: Fix blitting a framebuffer with renderbuffer attachment | Anuj Phogat | 2013-08-16 | 1 | -10/+15 |
* | nv50: add vp3/vp4 support for mpeg2/vc1 | Ilia Mirkin | 2013-08-16 | 12 | -12/+927 |
* | nv50: separate video logic from noalloc | Ilia Mirkin | 2013-08-16 | 3 | -3/+6 |
* | nv30: remove no-longer-used formats from table | Ilia Mirkin | 2013-08-16 | 1 | -3/+0 |
* | mesa: Update the BGRA vertex array error handling | Fredrik Höglund | 2013-08-15 | 1 | -1/+19 |
* | i965/fs: Fix Sandybridge regressions from SEL optimization. | Kenneth Graunke | 2013-08-15 | 1 | -4/+13 |
* | i965: Force X-tiling for 128 bpp formats on Sandybridge. | Kenneth Graunke | 2013-08-15 | 1 | -0/+9 |
* | mesa/vbo: Fix handling of attribute 0 in non-compatibilty contexts | Ian Romanick | 2013-08-15 | 1 | -23/+59 |
* | draw: handle nan clipdistance | Zack Rusin | 2013-08-15 | 5 | -4/+48 |
* | i915,i965: Fix memory leak in try_pbo_upload (v2) | Vinson Lee | 2013-08-15 | 2 | -0/+2 |
* | gallivm: revert accidentally commited hunk | Roland Scheidegger | 2013-08-15 | 1 | -12/+1 |
* | gallivm: do per-sample depth comparison instead of doing it post-filter | Roland Scheidegger | 2013-08-15 | 2 | -106/+195 |
* | radeonsi: Pixel shaders pre-load one more SGPR | Michel Dänzer | 2013-08-15 | 1 | -2/+3 |