| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: update glext.h to version 20131212 | Brian Paul | 2013-12-13 | 1 | -7/+61 |
* | svga: don't emit extraneous fs shadow code | Brian Paul | 2013-12-13 | 1 | -3/+38 |
* | mesa: s/uint/GLuint/ to fix MSVC error | Brian Paul | 2013-12-13 | 1 | -1/+1 |
* | mesa: Update TexStorage to support ARB_texture_view | Courtney Goeltzenleuchter | 2013-12-13 | 2 | -2/+9 |
* | mesa: add texture_view helper function for TexStorage | Courtney Goeltzenleuchter | 2013-12-13 | 2 | -0/+65 |
* | mesa: Fill out ARB_texture_view entry points | Courtney Goeltzenleuchter | 2013-12-13 | 1 | -1/+538 |
* | mesa: consolidate multiple next_mipmap_level_size | Courtney Goeltzenleuchter | 2013-12-13 | 3 | -26/+11 |
* | mesa: Add driver entry point for ARB_texture_view | Courtney Goeltzenleuchter | 2013-12-13 | 2 | -0/+8 |
* | mesa: ARB_texture_view get parameters | Courtney Goeltzenleuchter | 2013-12-13 | 1 | -4/+56 |
* | mesa: update texture object for ARB_texture_view | Courtney Goeltzenleuchter | 2013-12-13 | 1 | -0/+5 |
* | mesa: Tracking for ARB_texture_view extension | Courtney Goeltzenleuchter | 2013-12-13 | 2 | -0/+2 |
* | mesa: Add API definitions for ARB_texture_view | Courtney Goeltzenleuchter | 2013-12-13 | 9 | -2/+135 |
* | mesa: Fix error code generation in glBeginConditionalRender() | Anuj Phogat | 2013-12-13 | 1 | -1/+3 |
* | Makefile: Add bin/test-driver to EXTRA_FILES | Carl Worth | 2013-12-13 | 1 | -0/+1 |
* | dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context | Kristian Høgsberg | 2013-12-13 | 14 | -10/+34 |
* | docs: Update note regarding nominating patches for the stable branch. | Carl Worth | 2013-12-12 | 1 | -3/+18 |
* | docs: Fix typo | Carl Worth | 2013-12-12 | 1 | -1/+1 |
* | docs: Import 9.2.5 release notes, add news item. | Carl Worth | 2013-12-12 | 3 | -2/+124 |
* | docs: Import 10.0.1 release notes, add news item. | Carl Worth | 2013-12-12 | 3 | -0/+157 |
* | swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) | Dave Airlie | 2013-12-13 | 41 | -59/+227 |
* | util: fix compile breakage | Brian Paul | 2013-12-12 | 1 | -1/+1 |
* | util: move variable declaration out of for-loop | Brian Paul | 2013-12-12 | 1 | -1/+3 |
* | gallium/util: implement new color clear API in u_blitter | Marek Olšák | 2013-12-12 | 1 | -3/+42 |
* | st/mesa: set correct PIPE_CLEAR_COLORn flags | Marek Olšák | 2013-12-12 | 1 | -11/+26 |
* | gallium: allow choosing which colorbuffers to clear | Marek Olšák | 2013-12-12 | 6 | -11/+23 |
* | st/mesa: fix glClear with multiple colorbuffers and different formats | Marek Olšák | 2013-12-12 | 1 | -24/+9 |
* | mesa: fix interpretation of glClearBuffer(drawbuffer) | Marek Olšák | 2013-12-12 | 1 | -6/+25 |
* | docs/GL3: better documentation of GL 3.0 | Marek Olšák | 2013-12-12 | 1 | -5/+7 |
* | r600g,radeonsi: fix initialized buffer range tracking for DMA, add comments | Marek Olšák | 2013-12-12 | 3 | -21/+36 |
* | radeonsi: fix binding the dummy pixel shader | Marek Olšák | 2013-12-12 | 3 | -24/+11 |
* | radeonsi: fix FS_COLOR0_WRITES_ALL_CBUFS with mixed colorbuffer formats | Marek Olšák | 2013-12-12 | 1 | -25/+15 |
* | radeonsi: use the colorbuffer count from the shader key | Marek Olšák | 2013-12-12 | 3 | -16/+7 |
* | radeonsi: remove unused variable in si_pipe_shader_ps | Marek Olšák | 2013-12-12 | 1 | -8/+1 |
* | radeonsi: Write htile state to hardware. | Andreas Hartmetz | 2013-12-12 | 3 | -13/+65 |
* | radeon: Allocate htile buffer for SI in r600_texture. | Andreas Hartmetz | 2013-12-12 | 1 | -15/+67 |
* | radeon: rearrange r600_texture and related code a bit. | Andreas Hartmetz | 2013-12-12 | 5 | -46/+46 |
* | r600g,radeonsi: consolidate buffer code, add handling of DISCARD_RANGE for SI | Marek Olšák | 2013-12-12 | 13 | -353/+210 |
* | r600g,radeonsi: add common interface for buffer invalidation | Marek Olšák | 2013-12-12 | 7 | -6/+10 |
* | r600g,radeonsi: consolidate some debug flags | Marek Olšák | 2013-12-12 | 4 | -4/+5 |
* | r600g: refactor out code for buffer invalidation | Marek Olšák | 2013-12-12 | 3 | -55/+57 |
* | r600g,radeonsi: share flags has_cp_dma and has_streamout | Marek Olšák | 2013-12-12 | 10 | -26/+28 |
* | radeonsi: handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE | Marek Olšák | 2013-12-12 | 3 | -0/+135 |
* | radeonsi: implement accelerated buffer copying | Marek Olšák | 2013-12-12 | 3 | -4/+64 |
* | r600g: use common interfaces in buffer_transfer_unmap | Marek Olšák | 2013-12-12 | 5 | -14/+22 |
* | radeon: move some functions to r600_buffer_common.c | Marek Olšák | 2013-12-12 | 4 | -130/+161 |
* | winsys/radeon: set/get the scanout flag with the tiling ioctls | Marek Olšák | 2013-12-12 | 5 | -11/+22 |
* | glsl: modify ir_clone to use memcpy | Tapani Pälli | 2013-12-12 | 1 | -20/+3 |
* | glsl: move variables in to ir_variable::data, part II | Tapani Pälli | 2013-12-12 | 31 | -411/+421 |
* | glsl: move variables in to ir_variable::data, part I | Tapani Pälli | 2013-12-12 | 46 | -307/+308 |
* | glsl: introduce data section to ir_variable | Tapani Pälli | 2013-12-12 | 18 | -75/+83 |