summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2013-08-16i965: allow 8 user clip planes on CTG+Chris Forbes5-6/+21
2013-08-16i965: get rid of clip plane compactionChris Forbes4-55/+11
2013-08-16i965/clip: Support clip distances for line clippingChris Forbes1-19/+47
2013-08-16i965/clip: remove spurious clipvertex paramChris Forbes1-11/+4
2013-08-16i965/clip: Use clip distances for all user clippingChris Forbes1-5/+6
2013-08-16i956/clip: push dp4 into load_clip_distanceChris Forbes1-17/+22
2013-08-16i965/clip: Track offset into the vertex for clipdistanceChris Forbes2-0/+12
2013-08-16i965/Gen4-5: Set clip flags from clip distancesChris Forbes1-11/+11
2013-08-16i965: add new VS_OPCODE_UNPACK_FLAGS_SIMD4X2Chris Forbes4-1/+29
2013-08-16i965/vs: add vec4_instruction::depends_on_flagsChris Forbes2-2/+7
2013-08-16i965/clip: Enable interpolation of clip distancesChris Forbes1-7/+3
2013-08-16i965/vs: Do legacy clip lowering earlierChris Forbes2-20/+15
2013-08-16i965/Gen4-5: ensure VUE slots for clipdistance are valid if user clipping is ...Chris Forbes1-0/+5
2013-08-13i965/gen7+: Fix build error introduced by renaming upload_3dstate_so_decl_list.Paul Berry1-1/+1
2013-08-13i965: Move arrays brw_multisample_positions* to new headerChad Versace2-46/+73
2013-08-13i965: Refactor names of sample_positions_8/4x arraysChad Versace1-7/+7
2013-08-13i965/gen7+: Mark upload_3dstate_so_decl_list as non-static (v2)Kenneth Graunke2-3/+7
2013-08-13i965: Mark a few brw_draw_upload.c functions as non-staticKenneth Graunke2-7/+14
2013-08-13mesa: Use _mesa_detach_renderbuffer when deleting a textureIan Romanick2-20/+48
2013-08-13mesa: Make detach_renderbuffer available outside fbobject.cIan Romanick2-9/+38
2013-08-13meta: Don't call _mesa_Ortho with width or height of 0Ian Romanick1-3/+8
2013-08-12i965/fs: Add dump_instruction() support for ARF destinations.Kenneth Graunke1-0/+6
2013-08-12i965/fs: Remove extraneous newline in dump_instruction() for CMP.Kenneth Graunke1-1/+1
2013-08-12i965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when possible.Kenneth Graunke2-0/+79
2013-08-12i965/fs: Consider predicated SEL instructions as whole variable writes.Kenneth Graunke1-1/+1
2013-08-12i965/fs: Explicitly disallow CSE on predicated instructions.Kenneth Graunke1-1/+3
2013-08-12i965/fs: Log a performance warning if skipping 16-wide due to pulls.Kenneth Graunke1-7/+11
2013-08-10i965: add missing BRW_NEW_INTERPOLATION_MAP to state dumpChris Forbes1-0/+1
2013-08-10i965: Add a new debug mode for the VUE mapChris Forbes3-0/+29
2013-08-09main: Fix deprecation of glLineWidth()Paul Berry1-1/+2
2013-08-08i965: Remember to call intel_prepare_render() before blitting.Kenneth Graunke1-0/+5
2013-08-06i965: Add #defines for the MI_LOAD_REGISTER_MEM command.Kenneth Graunke1-0/+4
2013-08-06i965: Initialize the intel_context::bufmgr pointer earlier.Kenneth Graunke1-2/+1
2013-08-06i965: Tidy preprocessor macros for SO_PRIM_STORAGE_NEEDED registers.Kenneth Graunke1-5/+2
2013-08-06i965: Tidy preprocessor macros for SO_NUM_PRIMS_WRITTEN registers.Kenneth Graunke2-7/+4
2013-08-06mesa: Generate a renderbuffer wrapper even if the texture has no imageIan Romanick1-2/+3
2013-08-06mesa: Validate the layer selection of an array texture tooIan Romanick1-4/+30
2013-08-06mesa: Don't call driver RenderTexture for invalid zoffsetIan Romanick1-0/+6
2013-08-06mesa: Don't call driver RenderTexture for really broken texturesIan Romanick1-2/+20
2013-08-06mesa: Remove stray debug printfs in attachment completeness codeIan Romanick1-2/+0
2013-08-06mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctlyIan Romanick2-11/+19
2013-08-06mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctlyIan Romanick2-7/+18
2013-08-06i965: Don't allocate curbe buffers on Gen6+.Kenneth Graunke1-2/+4
2013-08-04intel_fbo: remove unused intel_renderbuffer hiz functionsJordan Justen2-26/+0
2013-08-04i965 clear/draw: set renderbuffer attachment as needing depth resolveJordan Justen2-2/+4
2013-08-04i965: add intel_renderbuffer_att_set_needs_depth_resolveJordan Justen2-0/+18
2013-08-04i965: add intel_miptree_set_all_slices_need_depth_resolveJordan Justen2-0/+16
2013-08-04i965 gen7: don't set FORCE_ZERO_RTAINDEX for layered renderingJordan Justen1-1/+1
2013-08-04hsw hiz: Remove x/y offset restriction for hizJordan Justen1-24/+0
2013-08-04gen7 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surfaceJordan Justen4-66/+45