aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv/pipeline: do not use BITFIELD64_BIT()Juan A. Suarez Romero2017-07-141-1/+1
* anv/pipeline: use unsigned long long constant to check enable vertex inputsJuan A. Suarez Romero2017-07-141-1/+1
* i965: Use pushed UBO data in the scalar backend.Kenneth Graunke2017-07-133-1/+64
* i965: Factor out push locations.Kenneth Graunke2017-07-132-16/+25
* i965: Push UBO data, but don't use it just yet.Kenneth Graunke2017-07-134-8/+75
* i965: Pad buffer objects by 2kB in robust contexts to avoid OOB access.Kenneth Graunke2017-07-131-2/+20
* i965: Stop re-uploading push constants after URB reconfiguration.Kenneth Graunke2017-07-132-8/+7
* i965: Separate uploading push constant data from the pointer packets.Kenneth Graunke2017-07-133-34/+52
* i965: Introduce a BRW_NEW_DRAW_CALL dirty bit.Kenneth Graunke2017-07-133-0/+8
* i965: Store per-stage push constant BO pointers.Kenneth Graunke2017-07-133-3/+6
* i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke2017-07-139-0/+322
* i965: Require a UBO offset alignment of 32 bytes.Kenneth Graunke2017-07-131-1/+4
* i965: Switch to absolute addressing for constant buffer 0.Kenneth Graunke2017-07-134-0/+37
* i965: Use async maps for BufferSubData to regions with no valid data.Kenneth Graunke2017-07-131-1/+3
* i965: Track a range of the buffer which contains valid data.Kenneth Graunke2017-07-132-4/+48
* i965: Add a "write" parameter to intel_bufferobj_buffer.Kenneth Graunke2017-07-139-19/+26
* i965: Convert GS_STATE to genxml.Rafael Antognolli2017-07-135-172/+54
* i965: Prepare gs_state emitting code to include gen4-5.Rafael Antognolli2017-07-131-13/+11
* i965: Remove upload_gs_state_for_tf.Rafael Antognolli2017-07-134-60/+16
* i965: Convert BLEND_CONSTANT_COLOR state to genxml.Rafael Antognolli2017-07-133-64/+27
* i965: Convert CC state on gen4-5 to genxml.Rafael Antognolli2017-07-135-284/+68
* i965: Move color calc code around a bit.Rafael Antognolli2017-07-131-8/+8
* i965: Check for alpha channel just like in gen6+.Rafael Antognolli2017-07-131-1/+4
* i965: Make a helper function for blend entry related state.Rafael Antognolli2017-07-131-81/+101
* i965: Make a helper function for depth/stencil related state.Kenneth Graunke2017-07-131-48/+65
* aubinator: don't leak fd of opened aubfileLionel Landwerlin2017-07-131-0/+2
* anv: don't use strcpy for copying stringsLionel Landwerlin2017-07-131-1/+2
* intel/compiler: no need to check unsigned is >= 0Lionel Landwerlin2017-07-131-1/+1
* i965: fix missing NULL return if allocation failsLionel Landwerlin2017-07-131-0/+1
* intel/compiler: don't check unsigned is >= 0Lionel Landwerlin2017-07-131-1/+1
* i965: check pointer before dereferencing itLionel Landwerlin2017-07-131-7/+7
* i965: map_gtt: check mapping address before adding offsetLionel Landwerlin2017-07-131-1/+3
* intel/compiler: remove check unsigned is >= 0Lionel Landwerlin2017-07-131-1/+1
* isl: use 64bit arithmetic to compute sizeLionel Landwerlin2017-07-131-2/+2
* nir/lower_io_to_temporaries: don't set compact on shadow varsConnor Abbott2017-07-131-0/+1
* nir: don't segfault when printing variables with no nameConnor Abbott2017-07-131-1/+1
* i965/urb: Trigger upload_urb on NEW_BLORPJason Ekstrand2017-07-132-3/+2
* mesa: Return GL_INVALID_ENUM for bogus TEXTURE_SRGB_DECODE_EXT params.Kenneth Graunke2017-07-131-1/+12
* st/dri: add 32-bit RGBX/RGBA formatsMarek Olšák2017-07-132-12/+65
* broadcom/vc4: Add more packets to the v2.1 XML.Eric Anholt2017-07-131-0/+106
* broadcom: Introduce a header for talking about chip revisions.Eric Anholt2017-07-132-0/+40
* broadcom/genxml: Use the same "gen" attr for HW version as Intel does.Eric Anholt2017-07-132-3/+3
* broadcom/genxml: Support unpacking fixed-point fractional values.Eric Anholt2017-07-132-4/+25
* st/mesa: Handle st_framebuffer_create returning NULLMichel Dänzer2017-07-131-3/+5
* swr/rast: Fix use of KNL-only intrinsics in SKX buildTim Rowley2017-07-133-6/+6
* swr/rast: Fix build warnings when using the Intel compilerTim Rowley2017-07-131-1/+1
* swr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND buildTim Rowley2017-07-134-12/+25
* swr/rast: Removing unneeded MSVC warning pragmaTim Rowley2017-07-131-3/+0
* swr/rast: Add support for read-only render targetsTim Rowley2017-07-132-4/+10
* swr/rast: Support render target mask instead of render target countTim Rowley2017-07-137-49/+85