summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-06Revert "i965: Disable guardband clipping in the smaller-than-viewport case."Kenneth Graunke1-31/+0
2017-02-06i965: Always scissor on Gen6-7.5 instead of disabling guardband.Kenneth Graunke3-48/+5
2017-02-06i965: Use a better guardband calculation.Jason Ekstrand4-82/+126
2017-02-06i965: Combine the Gen6 SF and Clip viewport atoms.Kenneth Graunke3-57/+30
2017-02-07radv: pass FMASK alignment to applicationDave Airlie1-0/+1
2017-02-07radv: Pass DCC alignment to application.Bas Nieuwenhuizen1-0/+1
2017-02-07radv: Pass CMASK alignment to application.Bas Nieuwenhuizen1-0/+1
2017-02-06radv/ac: avoid the fmask path when doing txs.Dave Airlie1-1/+2
2017-02-06swr: [rasterizer core] Removed unused clip code.Bruce Cherniak2-26/+0
2017-02-06swr: [rasterizer core] Remove dead code Clipper::ClipScalar()Bruce Cherniak1-39/+0
2017-02-06gallium: Remove vc4 simulator hack from loader infrastructure.Eric Anholt2-21/+0
2017-02-06loader: Add an environment variable to override driver name choice.Eric Anholt1-0/+11
2017-02-06targets: Use a macro to reduce cut and paste in driver setup.Eric Anholt1-111/+22
2017-02-07radeon/ac: move common llvm build functions to a separate file.Dave Airlie7-851/+934
2017-02-06dri/common: clear the loaderPrivate pointer in driDestroyDrawableNicolai Hähnle1-0/+12
2017-02-06glx: guard swap-interval functions against destroyed drawablesNicolai Hähnle2-3/+19
2017-02-06glx/dri3: guard in_current_context against a disappeared drawableNicolai Hähnle1-0/+4
2017-02-06glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversionNicolai Hähnle1-0/+2
2017-02-06anv/pipeline: set ThreadDispatchEnable conditionallyJuan A. Suarez Romero1-23/+26
2017-02-06main/fboject: default_framebuffer allowed for GetFramebufferParameterAlejandro Piñeiro1-7/+37
2017-02-06main/fbobject: implement new 4.5 pnames for GetFramebufferParameterAlejandro Piñeiro1-0/+18
2017-02-06main/framebuffer: refactor _mesa_get_color_read_format/typeAlejandro Piñeiro4-22/+71
2017-02-03radv: fix shared memory load/stores.Dave Airlie1-0/+7
2017-02-03radv/ac: correctly size shared memory usage.Dave Airlie1-1/+1
2017-02-03radv: fix compute shared memory stores since 64-bit.Dave Airlie1-1/+3
2017-02-03mesa: whitespace fixes in context.cBrian Paul1-31/+31
2017-02-03anv/blorp: Disable resolves for transparent black clearsNanley Chery1-2/+8
2017-02-03anv/cmd_buffer: Don't temporarily enable CCS_E within a render passNanley Chery1-2/+13
2017-02-03mesa: Don't crash when destroying contexts created with no visual.Kenneth Graunke1-1/+1
2017-02-03winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()Samuel Pitoiset1-7/+10
2017-02-03android: fix droid_create_image_from_prime_fd_yuv for YV12Tapani Pälli1-1/+1
2017-02-03ilo: EOL unmaintained older gallium intel driverEdward O'Callaghan120-58007/+0
2017-02-03ilo: EOL drop unmaintained gallium drv from buildsysEdward O'Callaghan7-35/+0
2017-02-03ilo: EOL unplumb unmaintained gallium drv from winsysEdward O'Callaghan5-85/+0
2017-02-02st/mesa: MAX_VARYING is the max supported number of patch varyings, not minIlia Mirkin1-1/+1
2017-02-02vbo: process buffer binding state changes on draw when recordingIlia Mirkin1-0/+7
2017-02-03radv/ac: move to using shared emit_ddxy code.Dave Airlie1-68/+7
2017-02-03radeonsi/ac: move most of emit_ddxy to shared code.Dave Airlie3-71/+93
2017-02-03radv/ac: use shared thread id codeDave Airlie1-42/+2
2017-02-03radeonsi/ac: move get thread id to shared code.Dave Airlie3-56/+55
2017-02-03radv/ac: migrate to using shared code for some load/store stuff.Dave Airlie1-103/+28
2017-02-03radeonsi/ac: move tbuffer store and buffer load to shared code.Dave Airlie3-186/+238
2017-02-03radeonsi/ac: move a bunch of load/store related things to common code.Dave Airlie4-94/+114
2017-02-03texgetimage: Add check for the effective target to GetTextureSubImageEduardo Lima Mitev1-0/+6
2017-02-03Revert "radeonsi: decrease the number of texture slots to 24"Marek Olšák1-1/+1
2017-02-02intel/isl: Add a better comment for format_supports_ccs_eJason Ekstrand1-0/+6
2017-02-02anv: Remove the finishme for CCS_E with storage imagesJason Ekstrand1-14/+7
2017-02-02intel/isl: Assert that we don't use CCS for storage imagesJason Ekstrand1-0/+6
2017-02-02intel/isl: Add a formats_are_ccs_e_compatible helperJason Ekstrand3-0/+41
2017-02-02intel/isl: Add a format_supports_ccs_d helperJason Ekstrand2-0/+24