| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: fix spurious wglGetProcAddress / GL_INVALID_OPERATION error | Brian Paul | 2014-10-03 | 1 | -1/+35 |
* | freedreno/ir3: add TXF support | Ilia Mirkin | 2014-10-02 | 1 | -1/+39 |
* | freedreno/ir3: add TXD support and expose ARB_shader_texture_lod | Ilia Mirkin | 2014-10-02 | 3 | -9/+56 |
* | freedreno/ir3: add texture offset support | Ilia Mirkin | 2014-10-02 | 1 | -4/+45 |
* | freedreno/ir3: shadow comes before array | Ilia Mirkin | 2014-10-02 | 1 | -2/+2 |
* | freedreno/ir3: make TXQ return integers, not floats | Ilia Mirkin | 2014-10-02 | 1 | -1/+1 |
* | freedreno/ir3: add UMAD support | Ilia Mirkin | 2014-10-02 | 1 | -4/+15 |
* | freedreno/ir3: add ISSG support | Ilia Mirkin | 2014-10-02 | 1 | -0/+39 |
* | freedreno/ir3: add MOD support | Ilia Mirkin | 2014-10-02 | 1 | -8/+12 |
* | freedreno/ir3: add UMOD support, based on UDIV | Ilia Mirkin | 2014-10-02 | 1 | -6/+31 |
* | freedreno/ir3: add IDIV/UDIV support | Ilia Mirkin | 2014-10-02 | 1 | -3/+197 |
* | radeonsi: Clear sampler view flags when binding a buffer | Michel Dänzer | 2014-10-03 | 1 | -0/+5 |
* | vc4: Add support for framebuffer sRGB encoding. | Eric Anholt | 2014-10-02 | 1 | -2/+31 |
* | vc4: Add support for sampling from sRGB. | Eric Anholt | 2014-10-02 | 2 | -9/+51 |
* | freedreno/ir3: avoid fan-in sources referring to same instruction | Ilia Mirkin | 2014-10-02 | 1 | -2/+10 |
* | freedreno/a3xx: emit all immediates in one shot | Rob Clark | 2014-10-02 | 1 | -8/+16 |
* | freedreno: instanced drawing/compute not yet supported | Ilia Mirkin | 2014-10-02 | 1 | -3/+3 |
* | mesa: fix GetTexImage for 1D array depth textures | Dave Airlie | 2014-10-03 | 1 | -2/+7 |
* | st/mesa: Fix paths used in Android builds | Tomasz Figa | 2014-10-03 | 3 | -0/+6 |
* | st/mesa: Generate format_info.c in Android builds | Tomasz Figa | 2014-10-03 | 1 | -0/+9 |
* | util: Include in Android builds | Tomasz Figa | 2014-10-03 | 8 | -4/+114 |
* | i965/fs: Use the correct base_mrf for spilling pairs in SIMD8 | Jason Ekstrand | 2014-10-02 | 1 | -3/+4 |
* | i965/fs: Add a MAX_GRF_SIZE define and use it various places | Jason Ekstrand | 2014-10-02 | 4 | -6/+9 |
* | i965/fs: Use the actual regsister width in brw_reg_from_fs_reg | Jason Ekstrand | 2014-10-02 | 1 | -0/+13 |
* | i965/fs_fp: Use null_reg from fs_visitor instead of rolling our own | Jason Ekstrand | 2014-10-02 | 1 | -6/+4 |
* | freedreno/a3xx: handle large shader program sizes | Rob Clark | 2014-10-02 | 1 | -11/+63 |
* | freedreno: update generated headers | Rob Clark | 2014-10-02 | 4 | -8/+9 |
* | freedreno: dual-source render targets are not supported | Ilia Mirkin | 2014-10-02 | 1 | -1/+1 |
* | gallium/hud: use u_sampler_view_default_template helper | Ilia Mirkin | 2014-10-02 | 1 | -6/+3 |
* | glsl: Fix memory leak in builtin_builder::_image_prototype. | Iago Toral Quiroga | 2014-10-02 | 1 | -3/+5 |
* | mesa: relax draw api validation on ES2 | Tapani Pälli | 2014-10-02 | 1 | -3/+2 |
* | glsl: make consistent use of DECLARE_RALLOC_CXX_OPERATORS | Ilia Mirkin | 2014-10-02 | 2 | -47/+3 |
* | vc4: Fix the mapping of the minification filter to HW values. | Eric Anholt | 2014-10-01 | 1 | -8/+8 |
* | vc4: Make the last static array in vc4_program.c dynamically sized. | Eric Anholt | 2014-10-01 | 2 | -3/+13 |
* | vc4: Fix some broken indentation. | Eric Anholt | 2014-10-01 | 1 | -1/+1 |
* | vc4: Add support for the FACE semantic. | Eric Anholt | 2014-10-01 | 5 | -1/+24 |
* | vc4: Add support for TGSI_OPCODE_CLAMP. | Eric Anholt | 2014-10-01 | 1 | -0/+12 |
* | vc4: Fix compiler warning | Eric Anholt | 2014-10-01 | 1 | -1/+1 |
* | meta: Fix make check failures in setup_glsl_msaa_blit_scaled_shader() | Anuj Phogat | 2014-10-01 | 1 | -8/+9 |
* | mesa: fix _mesa_alloc_dispatch_table() declaration | Brian Paul | 2014-10-01 | 1 | -1/+1 |
* | meta: (trivial) remove accidental double semicolon | Roland Scheidegger | 2014-10-01 | 1 | -1/+1 |
* | i965: Enable EXT_framebuffer_multisample_blit_scaled for gen8 | Anuj Phogat | 2014-10-01 | 1 | -2/+1 |
* | meta: Implement ext_framebuffer_multisample_blit_scaled extension | Anuj Phogat | 2014-10-01 | 2 | -13/+199 |
* | i965: Initialize the SampleMap{2,4,8}x variables | Anuj Phogat | 2014-10-01 | 3 | -0/+55 |
* | mesa: Add new variables in gl_context to store sample layout | Anuj Phogat | 2014-10-01 | 1 | -0/+32 |
* | st/va: implement vlVa(Query|Create|Get|Put|Destroy)Image | Leo Liu | 2014-10-01 | 3 | -9/+281 |
* | st/va: implement Picture functions for mpeg2 h264 and vc1 | Christian König | 2014-10-01 | 4 | -6/+371 |
* | st/va: implement Context Surface and Buffer | Christian König | 2014-10-01 | 4 | -21/+320 |
* | st/va: implement vlVa(Create|Destroy|Query|Get)Config | Christian König | 2014-10-01 | 3 | -5/+143 |
* | st/va: skeleton VAAPI state tracker | Christian König | 2014-10-01 | 15 | -0/+1015 |