summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-15WIPglx-no-errorGrigori Goronzy12-9/+114
2017-07-14mesa/marshal: fix Windows buildGrigori Goronzy1-3/+3
2017-07-14st/mesa: Add KHR_no_error toggle to driconfGrigori Goronzy3-0/+9
2017-07-14egl: Add EGL_KHR_create_context_no_error supportGrigori Goronzy6-2/+53
2017-07-14st/mesa: Add support for KHR_no_error flagGrigori Goronzy5-5/+18
2017-07-14dri: Add KHR_no_error DRI extensionGrigori Goronzy11-3/+42
2017-07-14mesa/marshal: fix glNamedBufferData with NULL dataGrigori Goronzy1-4/+13
2017-07-14mesa/marshal: add marshalling for glClearBuffer*Grigori Goronzy3-5/+163
2017-07-14mesa/marshal: extract ClearBuffer helpersGrigori Goronzy2-29/+50
2017-07-14gallium/hud: use double values for all graphsChristoph Haag3-8/+14
2017-07-14Revert "etnaviv: add support for snorm textures"Lucas Stach2-7/+3
2017-07-14etnaviv: reset indexed rendering information when not rendering indexedWladimir J. van der Laan1-1/+6
2017-07-14etnaviv: Use the correct LOG instruction on GC3000Wladimir J. van der Laan3-10/+59
2017-07-14etnaviv: flush source TS before resolveLucas Stach1-0/+4
2017-07-14etnaviv: flush color cache and depth cache together before resolvesPhilipp Zabel1-9/+13
2017-07-14st/mesa: handle stfbi being NULL on entry of st_framebuffer_reuse_or_createLucas Stach1-0/+3
2017-07-14egl/wayland: Use MIN2 for wl_drm versionDaniel Stone1-3/+1
2017-07-14egl/wayland: Fix whitespace damageDaniel Stone1-18/+20
2017-07-14util: Remove u_math from u_vectorDaniel Stone2-1/+3
2017-07-14configure: only install khrplatform.h if neededEric Engestrom2-0/+5
2017-07-14scons: split out check_header() helperEric Engestrom1-3/+12
2017-07-14anv/pipeline: do not use BITFIELD64_BIT()Juan A. Suarez Romero1-1/+1
2017-07-14anv/pipeline: use unsigned long long constant to check enable vertex inputsJuan A. Suarez Romero1-1/+1
2017-07-13i965: Use pushed UBO data in the scalar backend.Kenneth Graunke3-1/+64
2017-07-13i965: Factor out push locations.Kenneth Graunke2-16/+25
2017-07-13i965: Push UBO data, but don't use it just yet.Kenneth Graunke4-8/+75
2017-07-13i965: Pad buffer objects by 2kB in robust contexts to avoid OOB access.Kenneth Graunke1-2/+20
2017-07-13i965: Stop re-uploading push constants after URB reconfiguration.Kenneth Graunke2-8/+7
2017-07-13i965: Separate uploading push constant data from the pointer packets.Kenneth Graunke3-34/+52
2017-07-13i965: Introduce a BRW_NEW_DRAW_CALL dirty bit.Kenneth Graunke3-0/+8
2017-07-13i965: Store per-stage push constant BO pointers.Kenneth Graunke3-3/+6
2017-07-13i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke9-0/+322
2017-07-13i965: Require a UBO offset alignment of 32 bytes.Kenneth Graunke1-1/+4
2017-07-13i965: Switch to absolute addressing for constant buffer 0.Kenneth Graunke4-0/+37
2017-07-13i965: Use async maps for BufferSubData to regions with no valid data.Kenneth Graunke1-1/+3
2017-07-13i965: Track a range of the buffer which contains valid data.Kenneth Graunke2-4/+48
2017-07-13i965: Add a "write" parameter to intel_bufferobj_buffer.Kenneth Graunke9-19/+26
2017-07-13i965: Convert GS_STATE to genxml.Rafael Antognolli5-172/+54
2017-07-13i965: Prepare gs_state emitting code to include gen4-5.Rafael Antognolli1-13/+11
2017-07-13i965: Remove upload_gs_state_for_tf.Rafael Antognolli4-60/+16
2017-07-13i965: Convert BLEND_CONSTANT_COLOR state to genxml.Rafael Antognolli3-64/+27
2017-07-13i965: Convert CC state on gen4-5 to genxml.Rafael Antognolli5-284/+68
2017-07-13i965: Move color calc code around a bit.Rafael Antognolli1-8/+8
2017-07-13i965: Check for alpha channel just like in gen6+.Rafael Antognolli1-1/+4
2017-07-13i965: Make a helper function for blend entry related state.Rafael Antognolli1-81/+101
2017-07-13i965: Make a helper function for depth/stencil related state.Kenneth Graunke1-48/+65
2017-07-13aubinator: don't leak fd of opened aubfileLionel Landwerlin1-0/+2
2017-07-13anv: don't use strcpy for copying stringsLionel Landwerlin1-1/+2
2017-07-13intel/compiler: no need to check unsigned is >= 0Lionel Landwerlin1-1/+1
2017-07-13i965: fix missing NULL return if allocation failsLionel Landwerlin1-0/+1