summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965/fs: Implement FS_OPCODE_SET_OMASK on Broadwell.Kenneth Graunke2014-02-192-1/+38
* i965/fs: Implement FS_OPCODE_SET_SAMPLE_ID on Broadwell.Kenneth Graunke2014-02-192-1/+32
* i965: Disable MCS on Broadwell for now.Kenneth Graunke2014-02-191-0/+8
* i965: Use gen7_surface_msaa_bits in Broadwell SURFACE_STATE code.Kenneth Graunke2014-02-191-14/+2
* i965: Use ffs() for sample counting in gen7_surface_msaa_bits().Kenneth Graunke2014-02-191-6/+4
* i965: Simplify Broadwell's 3DSTATE_MULTISAMPLE sample count handling.Kenneth Graunke2014-02-191-23/+3
* glsl: Silence "type qualifiers ignored on function return type" warningIan Romanick2014-02-191-1/+1
* glsl: Only warn for macro names containing __Ian Romanick2014-02-191-3/+10
* glcpp: Only warn for macro names containing __Ian Romanick2014-02-192-5/+21
* configure: Use LLVM shared libraries by defaultTom Stellard2014-02-191-4/+4
* i965/fs: Allocate the param_size array dynamically.Francisco Jerez2014-02-192-2/+2
* i965/fs: Use a separate variable to keep track of the last uniform index seen.Francisco Jerez2014-02-195-35/+35
* freedreno: tweak ringbuffer sizes/countRob Clark2014-02-192-2/+2
* freedreno/a3xx/compiler: scheduling/legalize fixesRob Clark2014-02-193-2/+30
* i965: Have brw_imm_vf4() take the vector components as integer values.Francisco Jerez2014-02-192-11/+31
* i965: Add helper function to find out the signedness of a register type.Francisco Jerez2014-02-191-0/+28
* i965/vec4: Use swizzle() in the ARB_vertex_program code.Francisco Jerez2014-02-192-24/+11
* i965/fs: Use offset() in the ARB_fragment_program code.Francisco Jerez2014-02-191-69/+62
* i965/fs: Remove fs_reg::retype.Francisco Jerez2014-02-193-20/+12
* i965/vec4: Trivial improvements to the with_writemask() function.Francisco Jerez2014-02-193-18/+15
* i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...Francisco Jerez2014-02-195-0/+26
* i965/vec4: Add non-mutating helper functions to modify src_reg::swizzle and :...Francisco Jerez2014-02-191-0/+24
* i965: Add non-mutating helper functions to modify the register offset.Francisco Jerez2014-02-192-0/+24
* i965/vec4: Fix off-by-one register class overallocation.Francisco Jerez2014-02-191-1/+1
* i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...Francisco Jerez2014-02-197-38/+32
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-1924-188/+162
* i965/vec4: Add constructor of src_reg from a fixed hardware reg.Francisco Jerez2014-02-192-0/+9
* i965: Enable fast depth clears.Kenneth Graunke2014-02-191-1/+1
* i965: Enable HiZ on Broadwell.Kenneth Graunke2014-02-191-1/+1
* i965: Implement HiZ resolves on Broadwell.Kenneth Graunke2014-02-193-2/+113
* i965: Refactor Gen8 depth packet emission.Kenneth Graunke2014-02-191-72/+99
* i965: Add #defines for the 3DSTATE_WM_HZ_OP packet's contents.Kenneth Graunke2014-02-191-0/+25
* i965: Bump generation check in code to disable HiZ at LODs > 0.Kenneth Graunke2014-02-191-1/+1
* i965: Program 3DSTATE_HIER_DEPTH_BUFFER properly on Broadwell.Kenneth Graunke2014-02-191-8/+17
* i965: Pull format conversion logic out of brw_depthbuffer_format.Kenneth Graunke2014-02-193-32/+43
* egl: clarify what _eglInitResource doesChia-I Wu2014-02-191-1/+5
* Revert "egl: Unhide functionality in _eglInitContext()"Chia-I Wu2014-02-191-2/+1
* Revert "egl: Unhide functionality in _eglInitSurface()"Chia-I Wu2014-02-191-3/+1
* i965: Bump MaxTexMbytes from 1GB to 1.5GB.Kenneth Graunke2014-02-181-0/+1
* i965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192.Kenneth Graunke2014-02-181-1/+1
* i965: Bump MAX_3D_TEXTURE_SIZE to 2048.Kenneth Graunke2014-02-181-1/+1
* docs: Trivial updates to MESA_query_renderer.specIan Romanick2014-02-181-2/+2
* Prevent zero sized wl_egl_windowSinclair Yeh2014-02-181-0/+6
* glsl: Fix condition to generate shader link errorAnuj Phogat2014-02-181-4/+5
* mesa: Add GL_TEXTURE_CUBE_MAP_ARRAY to legal_get_tex_level_parameter_target()Anuj Phogat2014-02-181-0/+3
* i965/fs: Use conditional sends to do FB writes on HSW+.Eric Anholt2014-02-184-18/+46
* i965/fs: Drop dead comment about the old proj_attrib_mask optimization.Eric Anholt2014-02-181-6/+0
* i965: Drop mt->levels[].width/height.Eric Anholt2014-02-187-42/+23
* i965: Move singlesample_mt to the renderbuffer.Eric Anholt2014-02-188-276/+168
* i965: Drop some duplicated code in DRI winsys BO updates.Eric Anholt2014-02-183-110/+38