| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Add helper function to find out the signedness of a register type. | Francisco Jerez | 2014-02-19 | 1 | -0/+28 |
* | i965/vec4: Use swizzle() in the ARB_vertex_program code. | Francisco Jerez | 2014-02-19 | 2 | -24/+11 |
* | i965/fs: Use offset() in the ARB_fragment_program code. | Francisco Jerez | 2014-02-19 | 1 | -69/+62 |
* | i965/fs: Remove fs_reg::retype. | Francisco Jerez | 2014-02-19 | 3 | -20/+12 |
* | i965/vec4: Trivial improvements to the with_writemask() function. | Francisco Jerez | 2014-02-19 | 3 | -18/+15 |
* | i965: Make sure that backend_reg::type and brw_reg::type are consistent for f... | Francisco Jerez | 2014-02-19 | 5 | -0/+26 |
* | i965/vec4: Add non-mutating helper functions to modify src_reg::swizzle and :... | Francisco Jerez | 2014-02-19 | 1 | -0/+24 |
* | i965: Add non-mutating helper functions to modify the register offset. | Francisco Jerez | 2014-02-19 | 2 | -0/+24 |
* | i965/vec4: Fix off-by-one register class overallocation. | Francisco Jerez | 2014-02-19 | 1 | -1/+1 |
* | i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu... | Francisco Jerez | 2014-02-19 | 7 | -38/+32 |
* | i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr... | Francisco Jerez | 2014-02-19 | 24 | -188/+162 |
* | i965/vec4: Add constructor of src_reg from a fixed hardware reg. | Francisco Jerez | 2014-02-19 | 2 | -0/+9 |
* | i965: Enable fast depth clears. | Kenneth Graunke | 2014-02-19 | 1 | -1/+1 |
* | i965: Enable HiZ on Broadwell. | Kenneth Graunke | 2014-02-19 | 1 | -1/+1 |
* | i965: Implement HiZ resolves on Broadwell. | Kenneth Graunke | 2014-02-19 | 3 | -2/+113 |
* | i965: Refactor Gen8 depth packet emission. | Kenneth Graunke | 2014-02-19 | 1 | -72/+99 |
* | i965: Add #defines for the 3DSTATE_WM_HZ_OP packet's contents. | Kenneth Graunke | 2014-02-19 | 1 | -0/+25 |
* | i965: Bump generation check in code to disable HiZ at LODs > 0. | Kenneth Graunke | 2014-02-19 | 1 | -1/+1 |
* | i965: Program 3DSTATE_HIER_DEPTH_BUFFER properly on Broadwell. | Kenneth Graunke | 2014-02-19 | 1 | -8/+17 |
* | i965: Pull format conversion logic out of brw_depthbuffer_format. | Kenneth Graunke | 2014-02-19 | 3 | -32/+43 |
* | egl: clarify what _eglInitResource does | Chia-I Wu | 2014-02-19 | 1 | -1/+5 |
* | Revert "egl: Unhide functionality in _eglInitContext()" | Chia-I Wu | 2014-02-19 | 1 | -2/+1 |
* | Revert "egl: Unhide functionality in _eglInitSurface()" | Chia-I Wu | 2014-02-19 | 1 | -3/+1 |
* | i965: Bump MaxTexMbytes from 1GB to 1.5GB. | Kenneth Graunke | 2014-02-18 | 1 | -0/+1 |
* | i965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192. | Kenneth Graunke | 2014-02-18 | 1 | -1/+1 |
* | i965: Bump MAX_3D_TEXTURE_SIZE to 2048. | Kenneth Graunke | 2014-02-18 | 1 | -1/+1 |
* | docs: Trivial updates to MESA_query_renderer.spec | Ian Romanick | 2014-02-18 | 1 | -2/+2 |
* | Prevent zero sized wl_egl_window | Sinclair Yeh | 2014-02-18 | 1 | -0/+6 |
* | glsl: Fix condition to generate shader link error | Anuj Phogat | 2014-02-18 | 1 | -4/+5 |
* | mesa: Add GL_TEXTURE_CUBE_MAP_ARRAY to legal_get_tex_level_parameter_target() | Anuj Phogat | 2014-02-18 | 1 | -0/+3 |
* | i965/fs: Use conditional sends to do FB writes on HSW+. | Eric Anholt | 2014-02-18 | 4 | -18/+46 |
* | i965/fs: Drop dead comment about the old proj_attrib_mask optimization. | Eric Anholt | 2014-02-18 | 1 | -6/+0 |
* | i965: Drop mt->levels[].width/height. | Eric Anholt | 2014-02-18 | 7 | -42/+23 |
* | i965: Move singlesample_mt to the renderbuffer. | Eric Anholt | 2014-02-18 | 8 | -276/+168 |
* | i965: Drop some duplicated code in DRI winsys BO updates. | Eric Anholt | 2014-02-18 | 3 | -110/+38 |
* | i965: Simplify intel_miptree_updownsample. | Eric Anholt | 2014-02-18 | 1 | -24/+11 |
* | i965: Don't try to use the ctx->ReadBuffer when asked to blorp miptrees. | Eric Anholt | 2014-02-18 | 1 | -3/+4 |
* | i965: Make the mt->target of multisample renderbuffers be 2D_MS. | Eric Anholt | 2014-02-18 | 1 | -3/+5 |
* | meta: Push into desktop GL mode when doing meta operations. | Eric Anholt | 2014-02-18 | 2 | -23/+19 |
* | meta: Fix blit shader compile on non-glsl-130 drivers. | Eric Anholt | 2014-02-18 | 1 | -1/+1 |
* | configure: fix build error with XA | Rob Clark | 2014-02-18 | 1 | -0/+1 |
* | r600g,radeonsi: Consolidate logic for short-circuiting flushes | Michel Dänzer | 2014-02-18 | 6 | -6/+8 |
* | st/dri: remove #ifdef DRM_CAP_PRIME guard | Emil Velikov | 2014-02-18 | 1 | -2/+0 |
* | automake: remove leftover XORG and LIBKMS variables | Emil Velikov | 2014-02-18 | 2 | -3/+0 |
* | scons: sync package requirements | Emil Velikov | 2014-02-18 | 1 | -5/+3 |
* | configure: bump up libdrm requirement to 2.4.38 | Emil Velikov | 2014-02-18 | 1 | -1/+1 |
* | configure: use test -n whenever possible | Emil Velikov | 2014-02-18 | 1 | -8/+8 |
* | configure: use test -z whenever possible | Emil Velikov | 2014-02-18 | 1 | -7/+7 |
* | configure: cleanup classic dri drivers handling | Emil Velikov | 2014-02-18 | 1 | -63/+59 |
* | configure: compact ppc/sparc DRI_DIRS handling | Emil Velikov | 2014-02-18 | 1 | -8/+2 |