summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2017-06-19i965: update MaxTextureRectSize to match PRMs and comply with OpenGL 4.1+Iago Toral Quiroga1-1/+1
2017-06-18mesa: add KHR_no_error support for gl*UniformHandleui64*ARBSamuel Pitoiset1-19/+39
2017-06-18mesa: add KHR_no_error support for glGetImageHandleARB()Samuel Pitoiset2-0/+19
2017-06-18mesa: add KHR_no_error support for glGetTexture*HandleARB()Samuel Pitoiset2-0/+38
2017-06-18mesa: add KHR_no_error support for glMake{Image,Texture}Handle*ResidentARB()Samuel Pitoiset2-0/+58
2017-06-18mesa: add KHR_no_error support for glIs{Image,Texture}HandleResidentARB()Samuel Pitoiset2-0/+21
2017-06-18i965/gen4: Refactor depth/stencil rebaseTopi Pohjolainen1-180/+63
2017-06-18i965: Drop depth/stencil miptree pointers in alignment workaroundTopi Pohjolainen2-15/+3
2017-06-18i965/gen4: Simplify depth/stencil invalidate checkTopi Pohjolainen1-13/+3
2017-06-18i965/gen4: Remove redundant check for depth when rebasing stencilTopi Pohjolainen1-51/+12
2017-06-18i965/gen4: Remove non-existing stencil and hiz buffer setupTopi Pohjolainen2-117/+14
2017-06-17i965/gen4: Set depth offset when there is stencil attachment onlyTopi Pohjolainen1-0/+6
2017-06-17i965/gen6: Remove dead code in hiz surface setupTopi Pohjolainen1-7/+6
2017-06-16mesa: whitespace fixes in enable.cBrian Paul1-68/+68
2017-06-16i965: Convert SF_STATE to genxml.Rafael Antognolli5-288/+83
2017-06-16i965: aa_line_distance_mode should be before the padding.Rafael Antognolli1-1/+1
2017-06-16i965: Mark freshly allocate bo as idleChris Wilson1-0/+1
2017-06-15i965: Improve conditional rendering in fallback paths.Kenneth Graunke3-47/+48
2017-06-16mesa: stop assigning unused storage for non-bindless opaque typesTimothy Arceri1-36/+6
2017-06-15svga: fix git_sha1.h include path in Android.mk (v3)Mauro Rossi5-14/+64
2017-06-15i965: gen4_blorp_exec.h to the sources listEmil Velikov2-1/+1
2017-06-15mesa: fix 'make check' by moving bindless functions at the right placeSamuel Pitoiset1-18/+18
2017-06-14i965/miptree: Use the new simple alloc_tiled for CCS buffersJason Ekstrand1-7/+2
2017-06-14i965/bufmgr: Add a new, simpler, bo_alloc_tiledJason Ekstrand2-0/+26
2017-06-14i965/bufmgr: Rename bo_alloc_tiled to bo_alloc_tiled_2dJason Ekstrand4-44/+44
2017-06-14i965: Use blorp for depth/stencil clears on gen6+Jason Ekstrand3-0/+115
2017-06-14i965: Set step_rate = 0 for interleaved vertex buffersJason Ekstrand1-0/+1
2017-06-14i965: Disable the interleaved vertex optimization when instancingJason Ekstrand1-5/+6
2017-06-14i965/blorp: Set no_depth_or_stencil correctlyJason Ekstrand1-1/+2
2017-06-14i965: Remove some unneeded fields from brw_contextJason Ekstrand1-12/+0
2017-06-14i965: Remove some of the remnants of metaJason Ekstrand3-3/+2
2017-06-14i965/miptree: Choose the stencil layout in miptree_create_layoutJason Ekstrand1-2/+4
2017-06-14mesa: Add a BUFFER_BITS mask for depth+stencilJason Ekstrand1-0/+3
2017-06-14i965/blorp: Set aux_usage to NONE for miplevels without HiZJason Ekstrand1-0/+6
2017-06-14i965: Use a line end cap width of 0.5 unless smooth lines enabled.Kenneth Graunke1-2/+3
2017-06-14i965: Use brw_get_line_width() in Gen4-5 SF_STATE code.Kenneth Graunke1-4/+2
2017-06-14i965: Stop using BRW_RASTRULE_LOWER_RIGHT on Gen4-5.Kenneth Graunke1-27/+1
2017-06-14i965: When gl_PointSize is unwritten, default to 1.0 on Gen4-5.Kenneth Graunke1-3/+3
2017-06-14i965: Make Gen4-5 SF_STATE use the point size calculations from Gen6+.Kenneth Graunke1-5/+6
2017-06-14i965: Do an end-of-pipe sync after flushesJason Ekstrand1-3/+3
2017-06-14i965/blorp: Do an end-of-pipe sync around CCS opsJason Ekstrand1-12/+4
2017-06-14i965: Do an end-of-pipe sync prior to STATE_BASE_ADDRESSJason Ekstrand1-6/+12
2017-06-14i965: Add an end-of-pipe sync helperTopi Pohjolainen2-1/+100
2017-06-14i965: Unify the two emit_pipe_control functionsJason Ekstrand1-73/+64
2017-06-14i965: Take a uint64_t immediate in emit_pipe_control_writeJason Ekstrand4-17/+14
2017-06-14i965: Flush around state base addressJason Ekstrand2-1/+33
2017-06-14i965: Print "force dual color blending" in FS recompile debug output.Kenneth Graunke1-0/+3
2017-06-14i915: Fix wpos_tex vs. -1 comparisonVille Syrjälä3-3/+4
2017-06-14st/mesa: enable ARB_bindless_textureSamuel Pitoiset1-0/+1
2017-06-14st/mesa: disable per-context seamless cubemap when using texture handlesSamuel Pitoiset1-3/+6